summaryrefslogtreecommitdiff
path: root/test/Analysis/CallGraph
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands2012-09-26
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* FileCheck-ize these tests.Bill Wendling2012-04-24
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Test case for r132797.John McCall2011-06-14
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-23
* 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
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-19
* Correct callgraph construction. It has two problems:Duncan Sands2008-09-09