aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/IPConstantProp
Commit message (Expand)AuthorAgeFilesLines
* Constant propagating byval pointer is safe if function is readonly.Edwin Török2009-09-241-2/+18
* Don't constant propagate byval pointers, since they are not really pointers, butEdwin Török2009-09-241-0/+24
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-116-6/+6
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-084-4/+4
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-086-6/+6
* Modify some ipconstprop tests to also test with invokes.Matthijs Kooijman2008-06-192-2/+13
* Reapply r52397 (make IPConstProp promote returned arguments), but fixed thisMatthijs Kooijman2008-06-181-0/+46
* Reapply r52396, it was unrelated to the breakage (that was caused by r52397, myMatthijs Kooijman2008-06-181-9/+30
* temporarily revert this testcase since its patch was reverted.Chris Lattner2008-06-181-30/+9
* Learn IPConstProp to look at individual return values and propagate themMatthijs Kooijman2008-06-171-9/+30
* Fix PR2411, where ip constant prop would propagate theChris Lattner2008-06-091-0/+15
* 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
* Handle multiple ret values.Devang Patel2008-03-111-0/+20
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-013-28/+26
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-184-0/+41