Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when eliding a byval copy due to inlining a readonly function, we have | Chris Lattner | 2010-12-20 | 1 | -0/+23 |
* | pull byval processing out to its own helper function. | Chris Lattner | 2010-12-20 | 1 | -3/+4 |
* | fix PR8769, a miscompilation by inliner when inlining a function with a byval | Chris Lattner | 2010-12-20 | 1 | -0/+24 |
* | merge two tests. | Chris Lattner | 2010-12-20 | 1 | -2/+29 |
* | filecheckize | Chris Lattner | 2010-12-20 | 1 | -2/+5 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | When inlining a functino with a byval argument, make an explicit | Chris Lattner | 2008-01-11 | 1 | -0/+28 |