summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/byval.ll
Commit message (Expand)AuthorAge
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-03
* Inliner: Handle readonly attribute per argument when adding memcpyTom Stellard2013-10-24
* when eliding a byval copy due to inlining a readonly function, we haveChris Lattner2010-12-20
* pull byval processing out to its own helper function.Chris Lattner2010-12-20
* fix PR8769, a miscompilation by inliner when inlining a function with a byvalChris Lattner2010-12-20
* merge two tests.Chris Lattner2010-12-20
* filecheckizeChris Lattner2010-12-20
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* When inlining a functino with a byval argument, make an explicit Chris Lattner2008-01-11