Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky | 2010-07-16 | 1 | -0/+18 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 3 | -3/+3 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 3 | -3/+3 |
* | Given two identical weak functions, produce one internal function and two weak | Nick Lewycky | 2009-06-12 | 1 | -0/+13 |
* | This test is wrong. If you have two weak functions F and G you can't make | Nick Lewycky | 2009-06-12 | 1 | -11/+0 |
* | Fix tests not to emit IR output | Anton Korobeynikov | 2008-11-04 | 2 | -2/+2 |
* | Changes from Duncan's review: | Nick Lewycky | 2008-11-02 | 1 | -0/+11 |
* | Add a new MergeFunctions pass. It finds identical functions and merges them. | Nick Lewycky | 2008-11-02 | 3 | -0/+61 |