index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
lsr-code-insertion.ll
Age
Commit message (
Expand
)
Author
2011-01-06
PR8921: LDM/POP do not support interworking prior to v5t.
Bob Wilson
2010-11-02
Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke
Jim Grosbach
2010-09-20
Simplify ARM callee-saved register handling by removing the distinction
Jim Grosbach
2010-06-25
Change if-conversion block size limit checks to add some flexibility.
Evan Cheng
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-01-22
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-21
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-07-09
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-06-12
Mark some pattern-less instructions as neverHasSideEffects.
Evan Cheng
2009-02-09
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...
Evan Cheng
2009-02-08
Revert r63999. It was breaking self-hosting builds.
Bill Wendling
2009-02-07
Enable machine sinking pass in non-fast mode.
Evan Cheng
2007-12-06
Fix for PR1831: if all defs of an interval are re-materializable, then it's a...
Evan Cheng
2007-11-28
Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...
Tanya Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-13
new lsr testcase
Chris Lattner