summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
Commit message (Expand)AuthorAge
* Remove -enable-lsr-nested in time for 3.1.Andrew Trick2012-03-22
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-14
* LSR: rewrite inner loops only.Andrew Trick2011-09-29
* whitespaceAndrew Trick2011-09-29
* remove a bunch of CHECK lines that aren't checking whatChris Lattner2011-04-09
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-12
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-03
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-30
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-28
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-27
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-23
* Now that register allocation properly considers reserved regs, simplify theJim Grosbach2010-09-02
* The optimize comparisons pass removes the "cmp" instruction this is checking ...Bill Wendling2010-08-10
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-23
* More register pressure aware scheduling work.Evan Cheng2010-07-21
* We are missing opportunites to use ldm. Take code like this:Bill Wendling2010-06-23
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng2010-05-28
* When canonicalizing icmp operand order to put the loop invariantDan Gohman2010-05-20
* Teach LSR how to cope better with unrolled loops on targets whereDan Gohman2010-05-19