aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/basictest.ll
Commit message (Expand)AuthorAgeFilesLines
* relax testcase a bit.Chris Lattner2011-01-141-1/+1
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-0/+1
* Fix a pretty serious misfeature of the inliner: if it inlines a functionChris Lattner2009-10-271-1/+32
* convert to filecheck.Chris Lattner2009-10-271-5/+8
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-1/+1
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-101-1/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-7/+8
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-161-1/+1
* Change tests to use testrunnerChris Lattner2003-05-291-1/+1
* Basic test of the inlinrChris Lattner2002-06-241-0/+11