aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/CallGraph
AgeCommit message (Expand)Author
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-06-14Test case for r132797.John McCall
2010-04-23fix some failures my callgraph dump format change broke.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-09-19Teach -callgraph to always print the callgraph (as theDuncan Sands
2008-09-09Correct callgraph construction. It has two problems:Duncan Sands