summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/CallGraph
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CallGraph] Refine call graph for indirect calls with !callees metadata"Benjamin Kramer2019-08-162-36/+2
* [CallGraph] Refine call graph for indirect calls with !callees metadataMark Lacey2019-08-152-2/+36
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* [CG] Add a new pass manager printer pass for the old call graph andChandler Carruth2016-03-101-0/+1
* [gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li2015-12-261-2/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* [CallGraph] Given -print-callgraph a stable printing order.Sanjoy Das2015-06-191-3/+3
* [CallGraph] Teach the CallGraph about non-leaf intrinsics.Sanjoy Das2015-06-181-0/+32
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-131-1/+1
* Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands2012-09-261-0/+13
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-023-3/+3
* FileCheck-ize these tests.Bill Wendling2012-04-242-3/+9
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Test case for r132797.John McCall2011-06-141-0/+13
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-232-3/+2
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-112-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-082-2/+2
* Rationalize the names of passes that print information:Duncan Sands2008-09-232-2/+4
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-192-2/+2
* Correct callgraph construction. It has two problems:Duncan Sands2008-09-093-0/+22
OpenPOWER on IntegriCloud