aboutsummaryrefslogtreecommitdiff
path: root/test/Other/2002-01-31-CallGraph.ll
AgeCommit message (Expand)Author
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-09-19Teach -callgraph to always print the callgraph (as theDuncan Sands
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-08-27Adjust tests now that opt doesn't read .ll files.Chris Lattner
2006-08-22Modified the RUN line from "analyze ..." to "opt -analyze ..." becauseBill Wendling
2002-02-01New checkinChris Lattner