summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/MemorySSA
AgeCommit message (Expand)Author
2025-10-23[Analysis][test] Remove unsafe-fp-math uses (NFC) (#164605)paperchalice
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-07-23[Tests] Avoid lifetime intrinsics on non-allocas (NFC)Nikita Popov
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov
2025-05-10[MemorySSAUpdater] Fix iterator invalidation bug in `applyInsertUpdates` (#13...Yingwei Zheng
2025-05-08Reapply "IR: Remove uselist for constantdata (#137313)" (#138961)Matt Arsenault
2025-05-07Revert "IR: Remove uselist for constantdata (#137313)"Kirill Stoimenov
2025-05-06IR: Remove uselist for constantdata (#137313)Matt Arsenault
2024-12-09[MemorySSA] Handle MemoryDef optimized away during cloning (#117883)Nikita Popov
2024-11-27[SimpleLoopUnswitch] Use loop-mssa in more tests (NFC)Nikita Popov
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei
2024-03-31[memoryssa] Exclude llvm.allow.{runtime,ubsan}.check() (#86066)Vitaly Buka
2023-11-20[MemorySSA] Update test to use NewPM (#72915)Aiden Grossman
2023-07-06[MemorySSA] Always perform MemoryUses liveOnEntry optimization on MSSA constr...Arthur Eubanks
2023-06-29[test] Replace aarch64-*-eabi with aarch64Michael Platings
2023-04-05[LICM] Don't require optimized usesNikita Popov
2023-02-21[NFC] Fix missing colon in CHECK directivesTiwari Abhinav Ashok Kumar
2023-02-09[MemorySSA] Add test for gep with loop invariant pointer operand andluxufan
2022-12-09[NFC] Port all Analysis/MemorySSA 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-12-01[NFC] Port an assortment of tests that invoke SROA to new pass managerRoman Lebedev
2022-10-14[MemorySSA] Add test for select with cross-iteration dependency (NFC)Nikita Popov
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks
2022-10-07[opt] Remove temporary legacy pass name translationsArthur Eubanks
2022-09-23[MemorySSA] Convert tests to use opaque pointers (NFC)Nikita Popov
2022-09-22[MemorySSA] Reset location size if IsGuaranteedLoopInvariant after phi tranla...luxufan
2022-09-21[MemorySSA] Remove PerformedPhiTranslation flagNikita Popov
2022-09-20[MemorySSA] Add test that all incoming values of phi node could be translatedluxufan
2022-08-01[AA] Do not track Must in ModRefInfoNikita Popov
2022-06-26[LoopSimplifyCFG] use poison when replacing dead instructions instead of unde...Nuno Lopes
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev
2022-04-29[Passes] Remove legacy LoopUnswitch pass.Florian Hahn
2022-04-25[MemorySSA] Use -simple-loop-unswitch instead of -loop-unswitch in test.Florian Hahn
2022-04-25[MemorySSA] Generate check lines for test.Florian Hahn
2022-04-03[NFCI] Fixed missing colon in CHECK directivesDávid Bolvanský
2021-11-25[NFC][llvm] Inclusive language: reword uses of sanity test and checkZarko Todorovski
2021-09-21[IR] Look through bitcast in hasFnAttribute()Antonio Frighetto
2021-09-08[MemorySSA] Support invariant.group metadataArthur Eubanks
2021-09-04[test] Cleanup tests with -enable-new-pm in llvm/test/AnalysisArthur Eubanks
2021-09-02[MemorySSA] Properly handle liveOnEntry in the walker printerArthur Eubanks
2021-09-02[test] Remove missed RUN line after D109040Arthur Eubanks
2021-09-02[test][NewPM] Remove RUN lines using -analyzeArthur Eubanks
2021-09-01[test] Precommit/fix up existing test for MemorySSA/invariant.groupArthur Eubanks
2021-09-01Reland [MemorySSA] Add pass to print results of MemorySSA walkerArthur Eubanks
2021-09-01Revert "[MemorySSA] Add pass to print results of MemorySSA walker"Arthur Eubanks
2021-09-01[MemorySSA] Add pass to print results of MemorySSA walkerArthur Eubanks
2021-08-20[NewPM] Use parameterized syntax for a couple of more passesBjorn Pettersson
2021-08-18[LICM] Remove AST-based implementationNikita Popov
2021-08-16[MemorySSA] Remove -enable-mssa-loop-dependency optionNikita Popov