summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/GlobalsModRef
AgeCommit message (Expand)Author
2025-09-24Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm....Weibo He
2025-09-17Revert "Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value ...Weibo He
2025-09-17Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm....Weibo He
2025-08-25Revert "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.c...Chuanqi Xu
2025-08-25[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end ...Weibo He
2025-08-05[InstCombine] Support offsets in `memset` to load forwarding (#151924)Pedro Lobo
2025-08-04[GlobalsModRef] Generate test checks (NFC)Nikita Popov
2025-05-22Reland "[NVPTX] Unify and extend barrier{.cta} intrinsic support" (#141143)Alex MacLean
2025-05-22Revert "[NVPTX] Unify and extend barrier{.cta} intrinsic support (#140615)"Alex Maclean
2025-05-21[NVPTX] Unify and extend barrier{.cta} intrinsic support (#140615)Alex MacLean
2025-02-19[globals-aa] Improved isNonEscapingGlobalNoAlias. (#127707)Slava Zakharin
2024-04-19[test] Fix test. NFCMichael Liao
2024-04-19GlobalsModRef, ValueTracking: Look through threadlocal.address intrinsic (#88...Matthias Braun
2022-12-16[GlobalAA] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-09[NFC] Port all Analysis/GlobalsModRef tests to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
2022-12-01[test] Switch to use -passes syntax in various test casesBjorn Pettersson
2022-11-28[AA] A global cannot escape through nocapture/nocallback call.Slava Zakharin
2022-10-07[opt] Stop treating alias analysis specially when translating legacy opt syntaxArthur Eubanks
2022-07-25tests: add attributes that would normally come from inferattrsAugie Fackler
2022-07-07[GlobalsModRef] Don't override getModRefBehavior() for CallBaseNikita Popov
2022-04-12[GlobalsModRef][FIX] Ensure we honor synchronizing effects of intrinsicsJohannes Doerfert
2022-03-16[AAEval] Make compatible with opaque pointersNikita Popov
2022-03-14[TLI] Check that malloc argument has type size_tNikita Popov
2022-03-08[test] Modify some tests to remove implicit -basic-aa in legacy PM RUN linesArthur Eubanks
2022-03-08[test] Use new PM for -aa-eval testsArthur Eubanks
2022-01-11[GlobalsModRef] Apply indirect-global rule to all globals initialized from no...Philip Reames
2022-01-10Add coverage of GlobalsModRef's indirect global casePhilip Reames
2021-09-04[test] Cleanup tests with -enable-new-pm in llvm/test/AnalysisArthur Eubanks
2021-08-18[LICM] Remove AST-based implementationNikita Popov
2020-11-09[GlobalsAA] Teach to handle `addrspacecast`.Michael Liao
2020-10-06[test][NewPM] Make dead-uses.ll work under NPMArthur Eubanks
2020-09-16[NPM] Translate alias analysis into require<> as wellArthur Eubanks
2020-09-15[NewPM][opt] Fix -globals-aa not being recognized as alias analysis in NPMArthur Eubanks
2020-06-26[BasicAA] Rename -disable-basicaa to -disable-basic-aa to be consistent with ...Fangrui Song
2020-06-26[BasicAA] Rename deprecated -basicaa to -basic-aaFangrui Song
2020-01-24Revert a107f86 "[GlobalsAA] Add back a check to intrinsic_addresstaken.ll to ...Craig Topper
2020-01-24[GlobalsAA] Add back a check to intrinsic_addresstaken.ll to see if the AVX a...Craig Topper
2019-11-13Remove commented out CHECK-NEXT to try and appease llvm-clang-x86_64-expensiv...Simon Pilgrim
2019-11-12[GlobalsAA] Reenable test.Alina Sbirlea
2019-11-12Temporarily disable test.Alina Sbirlea
2019-11-12[GlobalsAA] Restrict ModRef result if any internal method has its address taken.Alina Sbirlea
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2018-01-15[GlobalsAA] Don't let dbg intrinsics affect analysis resultMikael Holmen
2017-10-02[PassManager] Retire cl::opt that have been set for a while. NFCI.Davide Italiano
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2016-10-24Fix regression from my recent GlobalsAA fix.Eli Friedman
2016-10-04Make GlobalsAA ignore dead constant expressions.Eli Friedman
2016-08-12[DSE] Don't remove stores made live by a call which unwinds.Eli Friedman