summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/lsr-code-insertion.ll
AgeCommit message (Expand)Author
2016-04-13ARM: override cost function to re-enable ConstantHoisting (& fix it).Tim Northover
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-01-06PR8921: LDM/POP do not support interworking prior to v5t.Bob Wilson
2010-11-02Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach
2010-09-20Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach
2010-06-25Change if-conversion block size limit checks to add some flexibility.Evan Cheng
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-09Improved tracking of value number kills. VN kills are now representedLang Hames
2009-06-12Mark some pattern-less instructions as neverHasSideEffects.Evan Cheng
2009-02-09Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...Evan Cheng
2009-02-08Revert r63999. It was breaking self-hosting builds.Bill Wendling
2009-02-07Enable machine sinking pass in non-fast mode.Evan Cheng
2007-12-06Fix for PR1831: if all defs of an interval are re-materializable, then it's a...Evan Cheng
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-04-16For PR1319:Reid Spencer
2007-04-13new lsr testcaseChris Lattner