aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/CallGraph
AgeCommit message (Expand)AuthorFilesLines
2023-01-10[CallGraph][FIX] Ensure generic intrinsics are represented in the CGJohannes Doerfert2-5/+15
2022-12-16Function: Respect IgnoreLLVMUsed with addrspacecasted functionsMatt Arsenault1-1/+9
2022-12-09[NFC] Port all Analysis/CallGraph tests to `-passes=` syntaxRoman Lebedev8-10/+10
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev8-10/+10
2022-12-05CallGraph: Fix IgnoreAssumeLikeCalls option to Function::hasAddressTakenMatt Arsenault1-9/+46
2022-12-02Analysis: Update some tests for opaque pointersMatt Arsenault7-22/+22
2022-10-11[CallGraph] Port -print-callgraph-sccs to new pass managerArthur Eubanks1-0/+19
2022-08-10Migrate llvm.experimental.patchpoint() to ptr.Edd Barrett1-7/+6
2022-02-04[Statepoint] Update gc.statepoint calls in tests with elementtype (NFC)Nikita Popov1-1/+1
2021-09-04[test] Cleanup tests with -enable-new-pm in llvm/test/AnalysisArthur Eubanks1-1/+1
2021-04-08Set IgnoreLLVMUsed to false in CallGraph::addToCallGraph()Stanislav Mekhanoshin1-2/+10
2021-04-06Revert "[IR] Ignore bitcasts of function pointers which are only used as call...Jan Svoboda4-106/+0
2021-04-06[IR] Ignore bitcasts of function pointers which are only used as callees in c...madhur134904-0/+106
2021-02-25Option to ignore llvm[.compiler].used uses in hasAddressTaken()Stanislav Mekhanoshin1-0/+29
2021-02-25Option to ignore assume like intrinsic uses in hasAddressTaken()Stanislav Mekhanoshin1-0/+26
2020-09-22[test][NewPM] Pin do-nothing-intrinsic.ll to legacy PMArthur Eubanks1-1/+1
2020-07-14[CallGraph] Ignore callback usesGiorgis Georgakoudis1-0/+51
2020-07-10Revert "[CallGraph] Ignore callback uses"Roman Lebedev1-51/+0
2020-07-09[CallGraph] Ignore callback usesGiorgis Georgakoudis1-0/+51
2020-07-01[CallGraph] Add support for callback call sitesSergey Dmitriev2-1/+21
2020-06-05[Tests] Migrate a number of tests to gc-live bundle representationPhilip Reames1-1/+1
2020-05-28[Tests] Switch a few statepoint tests to using operand bundlesPhilip Reames1-1/+1
2019-08-16Revert "[CallGraph] Refine call graph for indirect calls with !callees metadata"Benjamin Kramer2-36/+2
2019-08-15[CallGraph] Refine call graph for indirect calls with !callees metadataMark Lacey2-2/+36
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson1-2/+2
2016-03-10[CG] Add a new pass manager printer pass for the old call graph andChandler Carruth1-0/+1
2015-12-26[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li1-2/+2
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-2/+2
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-2/+2
2015-06-19[CallGraph] Given -print-callgraph a stable printing order.Sanjoy Das1-3/+3
2015-06-18[CallGraph] Teach the CallGraph about non-leaf intrinsics.Sanjoy Das1-0/+32
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer1-2/+2
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-1/+1
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-1/+0
2013-07-13Add newlines at end of test files, no functionality changeStephen Lin1-1/+1
2012-09-26Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands1-0/+13
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth3-3/+3
2012-04-24FileCheck-ize these tests.Bill Wendling2-3/+9
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2011-06-14Test case for r132797.John McCall1-0/+13
2010-04-23fix some failures my callgraph dump format change broke.Chris Lattner2-3/+2
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2-2/+2
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman2-2/+2
2008-09-23Rationalize the names of passes that print information:Duncan Sands2-2/+4
2008-09-19Teach -callgraph to always print the callgraph (as theDuncan Sands2-2/+2
2008-09-09Correct callgraph construction. It has two problems:Duncan Sands3-0/+22