summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
Commit message (Expand)AuthorAgeFilesLines
* remove a bunch of CHECK lines that aren't checking whatChris Lattner2011-04-091-5/+0
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-121-9/+9
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-031-8/+8
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-301-2/+2
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-281-2/+1
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-271-3/+3
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-231-3/+3
* Now that register allocation properly considers reserved regs, simplify theJim Grosbach2010-09-021-1/+1
* The optimize comparisons pass removes the "cmp" instruction this is checking ...Bill Wendling2010-08-101-1/+0
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-231-8/+8
* More register pressure aware scheduling work.Evan Cheng2010-07-211-8/+8
* We are missing opportunites to use ldm. Take code like this:Bill Wendling2010-06-231-3/+5
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-2/+2
* Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng2010-05-281-10/+10
* When canonicalizing icmp operand order to put the loop invariantDan Gohman2010-05-201-0/+256
* Teach LSR how to cope better with unrolled loops on targets whereDan Gohman2010-05-191-0/+386