Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the StructRetPromotion pass. It is unused, not maintained and | Chris Lattner | 2011-04-11 | 5 | -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 the | Dan Gohman | 2009-09-11 | 4 | -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 Gohman | 2009-09-08 | 3 | -3/+3 |
| | | | | llvm-svn: 81257 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 4 | -4/+4 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Add a basic test for the SRETPromotion pass. | Matthijs Kooijman | 2008-08-07 | 1 | -0/+33 |
| | | | | llvm-svn: 54466 | ||||
* | Move two tests from SRETPromotion to Inline, since they only call opt -inline. | Matthijs Kooijman | 2008-08-07 | 2 | -110/+0 |
| | | | | llvm-svn: 54465 | ||||
* | Let StructRetPromotion check if all if its users are really calls or invokesn, | Matthijs Kooijman | 2008-06-05 | 1 | -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 not | Matthijs Kooijman | 2008-06-05 | 1 | -0/+24 |
| | | | | | | passing its pointer. Fixes test with added testcase. llvm-svn: 51991 | ||||
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | llvm-svn: 51349 | ||||
* | Rename the last test with .llx extension to .ll, resolve duplicate test by ↵ | Gabor Greif | 2008-05-20 | 1 | -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 Patel | 2008-03-12 | 1 | -0/+7 |
| | | | | llvm-svn: 48262 | ||||
* | Simplify | Devang Patel | 2008-03-10 | 2 | -33/+51 |
| | | | | llvm-svn: 48163 | ||||
* | Update inliner to handle functions that return multiple values. | Devang Patel | 2008-03-07 | 2 | -0/+92 |
| | | | | llvm-svn: 48020 | ||||
* | Place for sret promotion tests. | Devang Patel | 2008-03-07 | 1 | -0/+3 |
llvm-svn: 48016 |