Add support for comparing integer non-legal types.
[oota-llvm.git] / test / CodeGen / ARM / fast-isel.ll
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.