| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: Fix more fast-isel verifier failures. | Jim Grosbach | 2013-08-16 | 1 | -1/+1 |
* | ARM: Clean up fast-isel machine verifier errors. | Jim Grosbach | 2013-08-16 | 1 | -2/+2 |
* | Disambiguate function names in some CodeGen tests. (Some tests were using fun... | Stephen Lin | 2013-07-18 | 1 | -1/+1 |
* | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging.... | Stephen Lin | 2013-07-13 | 1 | -6/+6 |
* | Enable FastISel on ARM for Linux and NaCl, not MCJIT | JF Bastien | 2013-06-14 | 1 | -0/+1 |
* | ARM FastISel integer sext/zext improvements | JF Bastien | 2013-06-07 | 1 | -4/+4 |
* | Revert r182937 and r182877. | Rafael Espindola | 2013-05-30 | 1 | -1/+0 |
* | Enable FastISel on ARM for Linux and NaCl | JF Bastien | 2013-05-29 | 1 | -0/+1 |
* | Support unaligned load/store on more ARM targets | JF Bastien | 2013-05-17 | 1 | -130/+3 |
* | Fix ARM FastISel tests, as a first step to enabling ARM FastISel | Derek Schuff | 2013-05-14 | 1 | -4/+8 |
* | [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for | Chad Rosier | 2012-09-21 | 1 | -0/+36 |
* | llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor... | NAKAMURA Takumi | 2012-09-21 | 1 | -2/+2 |
* | Testcase does not need to be this strict. | Chad Rosier | 2012-09-21 | 1 | -1/+1 |
* | Add newline. | Chad Rosier | 2012-09-21 | 1 | -1/+1 |
* | [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for | Chad Rosier | 2012-09-21 | 1 | -0/+30 |
* | [fast-isel] Add support for selecting @llvm.trap(). | Chad Rosier | 2012-05-11 | 1 | -0/+12 |
* | [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271% | Chad Rosier | 2012-03-22 | 1 | -0/+9 |
* | Use getRegForValue() to materialize the address of ARM globals. | Jakob Stoklund Olesen | 2012-01-07 | 1 | -12/+6 |
* | Use movw+movt in ARMFastISel::ARMMaterializeGV. | Jakob Stoklund Olesen | 2012-01-07 | 1 | -4/+8 |
* | ARM target code clean up. Check for iOS, not Darwin where it makes sense. | Evan Cheng | 2011-12-20 | 1 | -2/+2 |
* | Add newline at EOF. | Chad Rosier | 2011-12-14 | 1 | -1/+1 |
* | [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ... | Chad Rosier | 2011-12-13 | 1 | -0/+21 |
* | [arm-fast-isel] Doublewords only require word-alignment. | Chad Rosier | 2011-12-06 | 1 | -0/+18 |
* | [arm-fast-isel] Unaligned stores of floats require special care. | Chad Rosier | 2011-12-03 | 1 | -0/+22 |
* | ARM Darwin default relocation model is PIC. | Jim Grosbach | 2011-09-30 | 1 | -2/+2 |
* | Simplify printing of ARM shifted immediates. | Jim Grosbach | 2011-07-11 | 1 | -1/+1 |
* | Add ARM fast-isel support for materializing the address of a global in cases ... | Eli Friedman | 2011-06-03 | 1 | -1/+27 |
* | Rewrite fast-isel integer cast handling to handle more cases, and to be simpl... | Eli Friedman | 2011-05-25 | 1 | -0/+71 |
* | Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE... | Eli Friedman | 2011-04-29 | 1 | -2/+10 |
* | Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T... | Eli Friedman | 2011-04-29 | 1 | -5/+29 |
* | Add trunc->branch support, this won't help with clang's i8->i1 truncations | Eric Christopher | 2011-04-29 | 1 | -1/+16 |
* | Recommit this change and remove the failing part of the test - it didn't | Eric Christopher | 2010-11-15 | 1 | -26/+3 |
* | This should be still failing, but is. Disable it with the | Eric Christopher | 2010-11-13 | 1 | -2/+2 |
* | Revert r116220 - thus turning arm fast isel back on by default. | Eric Christopher | 2010-10-18 | 1 | -2/+2 |
* | Found a bug turning this on by default. Disable again for now. | Eric Christopher | 2010-10-11 | 1 | -2/+2 |
* | Remove now non-existent option. | Eric Christopher | 2010-10-11 | 1 | -2/+2 |
* | Re-apply r113679, which was reverted in r113720, which added a paid of new in... | Owen Anderson | 2010-09-13 | 1 | -16/+0 |
* | Revert 113679, it was causing an infinite loop in a testcase that I've sent | Eric Christopher | 2010-09-12 | 1 | -0/+16 |
* | Remove ssp from this test. | Eric Christopher | 2010-09-08 | 1 | -1/+1 |
* | Add another basic test cribbed from the x86 fast-isel tests. | Eric Christopher | 2010-08-25 | 1 | -0/+23 |
* | Run this on thumb and arm. | Eric Christopher | 2010-08-25 | 1 | -0/+1 |
* | Make this testcase actually executed with fast-isel on arm. | Eric Christopher | 2010-08-25 | 1 | -1/+1 |
* | Baby steps towards ARM fast-isel. | Eric Christopher | 2010-07-21 | 1 | -0/+15 |