Change the fast-isel-abort option from bool to int to enable "levels"
[oota-llvm.git] / test / CodeGen / ARM / fast-isel.ll
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2013-08-16 Jim GrosbachARM: Fix more fast-isel verifier failures.
2013-08-16 Jim GrosbachARM: Clean up fast-isel machine verifier errors.
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-06-14 JF BastienEnable FastISel on ARM for Linux and NaCl, not MCJIT
2013-06-07 JF BastienARM FastISel integer sext/zext improvements
2013-05-30 Rafael EspindolaRevert r182937 and r182877.
2013-05-29 JF BastienEnable FastISel on ARM for Linux and NaCl
2013-05-17 JF BastienSupport unaligned load/store on more ARM targets
2013-05-14 Derek SchuffFix ARM FastISel tests, as a first step to enabling...
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos...
2012-09-21 Chad RosierTestcase does not need to be this strict.
2012-09-21 Chad RosierAdd newline.
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-05-11 Chad Rosier[fast-isel] Add support for selecting @llvm.trap().
2012-03-22 Chad Rosier[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
2012-01-07 Jakob Stoklund OlesenUse getRegForValue() to materialize the address of...
2012-01-07 Jakob Stoklund OlesenUse movw+movt in ARMFastISel::ARMMaterializeGV.
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-14 Chad RosierAdd newline at EOF.
2011-12-13 Chad Rosier[fast-isel] Unaligned loads of floats are not supported...
2011-12-06 Chad Rosier[arm-fast-isel] Doublewords only require word-alignment.
2011-12-03 Chad Rosier[arm-fast-isel] Unaligned stores of floats require...
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-06-03 Eli FriedmanAdd ARM fast-isel support for materializing the address...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-04-29 Eli FriedmanMake FastEmit_ri_ try a bit harder to succeed for suppo...
2011-04-29 Eli FriedmanSwitch to ImmLeaf (which can be used by FastISel) for...
2011-04-29 Eric ChristopherAdd trunc->branch support, this won't help with clang...
2010-11-15 Eric ChristopherRecommit this change and remove the failing part of...
2010-11-13 Eric ChristopherThis should be still failing, but is. Disable it with the
2010-10-18 Eric ChristopherRevert r116220 - thus turning arm fast isel back on...
2010-10-11 Eric ChristopherFound a bug turning this on by default. Disable again...
2010-10-11 Eric ChristopherRemove now non-existent option.
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-08 Eric ChristopherRemove ssp from this test.
2010-08-25 Eric ChristopherAdd another basic test cribbed from the x86 fast-isel...
2010-08-25 Eric ChristopherRun this on thumb and arm.
2010-08-25 Eric ChristopherMake this testcase actually executed with fast-isel...
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.