aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/byval.ll
Commit message (Expand)AuthorAgeFilesLines
* when eliding a byval copy due to inlining a readonly function, we haveChris Lattner2010-12-201-0/+23
* pull byval processing out to its own helper function.Chris Lattner2010-12-201-3/+4
* fix PR8769, a miscompilation by inliner when inlining a function with a byvalChris Lattner2010-12-201-0/+24
* merge two tests.Chris Lattner2010-12-201-2/+29
* filecheckizeChris Lattner2010-12-201-2/+5
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* When inlining a functino with a byval argument, make an explicit Chris Lattner2008-01-111-0/+28