summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/LazyCallGraph
AgeCommit message (Expand)Author
2024-12-06[SCCP] Infer nuw for gep nusw with non-negative offsets (#118819)Nikita Popov
2024-09-19Revert "[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume...Yonghong Song
2024-09-19[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume… (#10...yonghong-song
2024-02-05[Analysis] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-16[LazyCallGraph] Convert tests to opaque pointers (NFC)Nikita Popov
2022-09-22[LazyCallGraph] Handle spurious ref edges when deleting a dead functionArthur Eubanks
2022-08-27[LazyCallGraph] Update libcall list when replacing a libcall node's functionArthur 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-11-01[LazyCallGraph] Skip blockaddressesArthur Eubanks
2021-10-11[LCG] Don't skip invalidation of LazyCallGraph if CFG analyses are preservedArthur Eubanks
2020-11-02[LazyCallGraph] Build SCCs of the reference graph in orderFangrui Song
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
2019-04-05[LCG] Add aliased functions as LCG rootsGuozhi Wei
2016-03-10[LCG] Spell the printing pass pipeline name for the lazy call graphChandler Carruth
2016-02-17[LCG] Construct an actual call graph with call-edge SCCs nested insideChandler Carruth
2016-02-02[LCG] Build an edge abstraction for the LazyCallGraph and use it toChandler Carruth
2015-12-26[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li
2015-07-02[LazyCallGraph] Port test case from r240039 to LCG.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
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-04-18[LCG] Add support for building persistent and connected SCCs to theChandler Carruth
2014-02-06[PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth