summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/basictest.ll
Commit message (Expand)AuthorAge
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Fix a pretty serious misfeature of the inliner: if it inlines a functionChris Lattner2009-10-27
* convert to filecheck.Chris Lattner2009-10-27
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-10
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Change tests to use testrunnerChris Lattner2003-05-29
* Basic test of the inlinrChris Lattner2002-06-24