Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -2/+2 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Revert r70876 and add a testcase (@c7) showing the problem: | Duncan Sands | 2009-05-07 | 1 | -9/+18 |
* | Teach capture tracking that readonly functions can | Duncan Sands | 2009-05-04 | 1 | -4/+20 |
* | Remove the cyclic part of this test, it was passing for the wrong | Nick Lewycky | 2009-01-02 | 1 | -11/+1 |
* | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky | 2009-01-02 | 1 | -1/+23 |
* | Add tests for two types of traps that escape analysis | Duncan Sands | 2009-01-02 | 1 | -0/+23 |
* | Look through phi nodes and select instructions when | Duncan Sands | 2008-12-31 | 1 | -15/+22 |
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 1 | -0/+34 |