aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM
Commit message (Expand)AuthorAgeFilesLines
* Fix PR2346 by marking vaarg as volatile so that licm doesn't try toChris Lattner2008-05-201-0/+30
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Use loop deletion instead of ADCE in these tests.Owen Anderson2008-05-161-1/+1
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-191-0/+0
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1925-434/+333
* Update this testcase. The output needs to be disabled to pass.Bill Wendling2008-01-011-25/+23
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-232-19/+22
* Relax unsafe use check. If there is one unconditional use inside the loop the...Devang Patel2007-10-011-0/+21
* Do not promote null values because it may be unsafe to do so.Devang Patel2007-09-241-0/+46
* Avoid unsafe promotion.Devang Patel2007-09-191-0/+35
* rename test, it is obviously misspelledGabor Greif2007-09-181-0/+0
* Fix PR1657Devang Patel2007-09-181-0/+26
* Bunch of tests to check loop passes.Devang Patel2007-07-312-0/+64
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1830-0/+829