summaryrefslogtreecommitdiff
path: root/test/Analysis/CallGraph
AgeCommit message (Expand)Author
2016-03-10[CG] Add a new pass manager printer pass for the old call graph andChandler Carruth
2015-12-26[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-06-19[CallGraph] Given -print-callgraph a stable printing order.Sanjoy Das
2015-06-18[CallGraph] Teach the CallGraph about non-leaf intrinsics.Sanjoy Das
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-07-13Add newlines at end of test files, no functionality changeStephen Lin
2012-09-26Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-04-24FileCheck-ize these tests.Bill Wendling
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