summaryrefslogtreecommitdiff
path: root/test/Transforms/SRETPromotion
Commit message (Expand)AuthorAge
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Add a basic test for the SRETPromotion pass.Matthijs Kooijman2008-08-07
* Move two tests from SRETPromotion to Inline, since they only call opt -inline.Matthijs Kooijman2008-08-07
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-05
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-05
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Fix attribute handling.Devang Patel2008-03-12
* SimplifyDevang Patel2008-03-10
* Update inliner to handle functions that return multiple values.Devang Patel2008-03-07
* Place for sret promotion tests.Devang Patel2008-03-07