summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/CallGraph
AgeCommit message (Expand)Author
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov
2023-01-10[CallGraph][FIX] Ensure generic intrinsics are represented in the CGJohannes Doerfert
2022-12-16Function: Respect IgnoreLLVMUsed with addrspacecasted functionsMatt Arsenault
2022-12-09[NFC] Port all Analysis/CallGraph tests to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
2022-12-05CallGraph: Fix IgnoreAssumeLikeCalls option to Function::hasAddressTakenMatt Arsenault
2022-12-02Analysis: Update some tests for opaque pointersMatt Arsenault
2022-10-11[CallGraph] Port -print-callgraph-sccs to new pass managerArthur Eubanks
2022-08-10Migrate llvm.experimental.patchpoint() to ptr.Edd Barrett
2022-02-04[Statepoint] Update gc.statepoint calls in tests with elementtype (NFC)Nikita Popov
2021-09-04[test] Cleanup tests with -enable-new-pm in llvm/test/AnalysisArthur Eubanks
2021-04-08Set IgnoreLLVMUsed to false in CallGraph::addToCallGraph()Stanislav Mekhanoshin
2021-04-06Revert "[IR] Ignore bitcasts of function pointers which are only used as call...Jan Svoboda
2021-04-06[IR] Ignore bitcasts of function pointers which are only used as callees in c...madhur13490
2021-02-25Option to ignore llvm[.compiler].used uses in hasAddressTaken()Stanislav Mekhanoshin
2021-02-25Option to ignore assume like intrinsic uses in hasAddressTaken()Stanislav Mekhanoshin
2020-09-22[test][NewPM] Pin do-nothing-intrinsic.ll to legacy PMArthur Eubanks
2020-07-14[CallGraph] Ignore callback usesGiorgis Georgakoudis
2020-07-10Revert "[CallGraph] Ignore callback uses"Roman Lebedev
2020-07-09[CallGraph] Ignore callback usesGiorgis Georgakoudis
2020-07-01[CallGraph] Add support for callback call sitesSergey Dmitriev
2020-06-05[Tests] Migrate a number of tests to gc-live bundle representationPhilip Reames
2020-05-28[Tests] Switch a few statepoint tests to using operand bundlesPhilip Reames
2019-08-16Revert "[CallGraph] Refine call graph for indirect calls with !callees metadata"Benjamin Kramer
2019-08-15[CallGraph] Refine call graph for indirect calls with !callees metadataMark Lacey
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
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