aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fast-isel.ll
Commit message (Expand)AuthorAgeFilesLines
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-211-0/+36
* llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...NAKAMURA Takumi2012-09-211-2/+2
* Testcase does not need to be this strict.Chad Rosier2012-09-211-1/+1
* Add newline.Chad Rosier2012-09-211-1/+1
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-211-0/+30
* [fast-isel] Add support for selecting @llvm.trap().Chad Rosier2012-05-111-0/+12
* [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%Chad Rosier2012-03-221-0/+9
* Use getRegForValue() to materialize the address of ARM globals.Jakob Stoklund Olesen2012-01-071-12/+6
* Use movw+movt in ARMFastISel::ARMMaterializeGV.Jakob Stoklund Olesen2012-01-071-4/+8
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-201-2/+2
* Add newline at EOF.Chad Rosier2011-12-141-1/+1
* [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier2011-12-131-0/+21
* [arm-fast-isel] Doublewords only require word-alignment.Chad Rosier2011-12-061-0/+18
* [arm-fast-isel] Unaligned stores of floats require special care.Chad Rosier2011-12-031-0/+22
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-301-2/+2
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-1/+1
* Add ARM fast-isel support for materializing the address of a global in cases ...Eli Friedman2011-06-031-1/+27
* Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman2011-05-251-0/+71
* Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...Eli Friedman2011-04-291-2/+10
* Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...Eli Friedman2011-04-291-5/+29
* Add trunc->branch support, this won't help with clang's i8->i1 truncationsEric Christopher2011-04-291-1/+16
* Recommit this change and remove the failing part of the test - it didn'tEric Christopher2010-11-151-26/+3
* This should be still failing, but is. Disable it with theEric Christopher2010-11-131-2/+2
* Revert r116220 - thus turning arm fast isel back on by default.Eric Christopher2010-10-181-2/+2
* Found a bug turning this on by default. Disable again for now.Eric Christopher2010-10-111-2/+2
* Remove now non-existent option.Eric Christopher2010-10-111-2/+2
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-131-16/+0
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-121-0/+16
* Remove ssp from this test.Eric Christopher2010-09-081-1/+1
* Add another basic test cribbed from the x86 fast-isel tests.Eric Christopher2010-08-251-0/+23
* Run this on thumb and arm.Eric Christopher2010-08-251-0/+1
* Make this testcase actually executed with fast-isel on arm.Eric Christopher2010-08-251-1/+1
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-211-0/+15