aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/basictest.ll
AgeCommit message (Expand)Author
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy
2011-01-14relax testcase a bit.Chris Lattner
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-10-27Fix a pretty serious misfeature of the inliner: if it inlines a functionChris Lattner
2009-10-27convert to filecheck.Chris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-09-23Rationalize the names of passes that print information:Duncan Sands
2008-06-10Let some more tests ignore expected output on stderr.Matthijs Kooijman
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-05-29Change tests to use testrunnerChris Lattner
2002-06-24Basic test of the inlinrChris Lattner