summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SRETPromotion
Commit message (Collapse)AuthorAgeFilesLines
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-115-87/+0
| | | | | | | has some bugs. If this is interesting functionality, it should be reimplemented in the argpromotion pass. llvm-svn: 129314
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-114-4/+4
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-083-3/+3
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-084-4/+4
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Add a basic test for the SRETPromotion pass.Matthijs Kooijman2008-08-071-0/+33
| | | | llvm-svn: 54466
* Move two tests from SRETPromotion to Inline, since they only call opt -inline.Matthijs Kooijman2008-08-072-110/+0
| | | | llvm-svn: 54465
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-051-0/+20
| | | | | | not other instructions. This fixes a crash with the added testcase. llvm-svn: 51992
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-051-0/+24
| | | | | | passing its pointer. Fixes test with added testcase. llvm-svn: 51991
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
| | | | llvm-svn: 51349
* Rename the last test with .llx extension to .ll, resolve duplicate test by ↵Gabor Greif2008-05-201-1/+1
| | | | | | renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. llvm-svn: 51328
* Fix attribute handling.Devang Patel2008-03-121-0/+7
| | | | llvm-svn: 48262
* SimplifyDevang Patel2008-03-102-33/+51
| | | | llvm-svn: 48163
* Update inliner to handle functions that return multiple values.Devang Patel2008-03-072-0/+92
| | | | llvm-svn: 48020
* Place for sret promotion tests.Devang Patel2008-03-071-0/+3
llvm-svn: 48016
OpenPOWER on IntegriCloud