[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-call.ll
2015-07-07 Akira Hatanaka[ARM] Define a subtarget feature and use it to decide...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-01 Juergen Ributzka[FastISel][ARM] Do not emit stores for undef arguments.
2013-12-29 Bill WendlingUn-XFAILify some tests which are now passing.
2013-11-18 NAKAMURA Takumi[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak...
2013-08-16 Jim GrosbachARM: Fast-isel register class constrain for extends.
2013-06-21 David BlaikieDebugInfo: Don't lose unreferenced non-trivial by-value...
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-14 Derek SchuffFix ARM FastISel tests, as a first step to enabling...
2012-08-16 Jush Lu[arm-fast-isel] Add support for fastcc.
2012-07-19 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-06 NAKAMURA TakumiRevert r159804, "[arm-fast-isel] Add support for vararg...
2012-07-06 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-06-12 Chad Rosier[arm-fast-isel] Add support for -arm-long-calls.
2012-05-23 Chad Rosier[arm-fast-isel] Add support for non-global callee.
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-02 Chad Rosier[arm-fast-isel] After promoting a function parameter...
2011-11-08 Chad RosierEnable support for returning i1, i8, and i16. Nothing...
2011-11-05 Chad RosierAdd support for passing i1, i8, and i16 call parameters...