aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl
Commit message (Expand)AuthorAgeFilesLines
* Fix PR2369 by making scalarrepl more careful about promoting Chris Lattner2008-06-221-0/+18
* Fix some tests.Evan Cheng2008-06-121-1/+1
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-102-2/+2
* Learn ScalarReplAggregrates how stores and loads of first class aggregratesMatthijs Kooijman2008-06-051-0/+32
* 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
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1823-377/+336
* fix a bug Anders ran into where scalarrepl would crash when promotingChris Lattner2008-02-291-0/+16
* Fix a bug where scalarrepl would discard offset if type would match.Chris Lattner2008-01-301-0/+21
* Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands2007-11-041-0/+30
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1830-0/+741