aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/MemorySSA
AgeCommit message (Expand)AuthorFilesLines
21 hours[MemorySSA] Relax clobbering checks for calls to consider writes only (#179721)CarolineConcatto1-0/+13
2025-10-23[Analysis][test] Remove unsafe-fp-math uses (NFC) (#164605)paperchalice4-36/+22
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov5-23/+23
2025-07-23[Tests] Avoid lifetime intrinsics on non-allocas (NFC)Nikita Popov3-6/+7
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov3-10/+8
2025-05-10[MemorySSAUpdater] Fix iterator invalidation bug in `applyInsertUpdates` (#13...Yingwei Zheng1-0/+47
2025-05-08Reapply "IR: Remove uselist for constantdata (#137313)" (#138961)Matt Arsenault1-1/+0
2025-05-07Revert "IR: Remove uselist for constantdata (#137313)"Kirill Stoimenov1-0/+1
2025-05-06IR: Remove uselist for constantdata (#137313)Matt Arsenault1-1/+0
2024-12-09[MemorySSA] Handle MemoryDef optimized away during cloning (#117883)Nikita Popov2-0/+98
2024-11-27[SimpleLoopUnswitch] Use loop-mssa in more tests (NFC)Nikita Popov6-6/+6
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei27-156/+156
2024-03-31[memoryssa] Exclude llvm.allow.{runtime,ubsan}.check() (#86066)Vitaly Buka1-0/+29
2023-11-20[MemorySSA] Update test to use NewPM (#72915)Aiden Grossman1-6/+3
2023-07-06[MemorySSA] Always perform MemoryUses liveOnEntry optimization on MSSA constr...Arthur Eubanks1-0/+13
2023-06-29[test] Replace aarch64-*-eabi with aarch64Michael Platings1-1/+1
2023-04-05[LICM] Don't require optimized usesNikita Popov3-3/+3
2023-02-21[NFC] Fix missing colon in CHECK directivesTiwari Abhinav Ashok Kumar1-1/+1
2023-02-09[MemorySSA] Add test for gep with loop invariant pointer operand andluxufan1-0/+45
2022-12-09[NFC] Port all Analysis/MemorySSA tests to `-passes=` syntaxRoman Lebedev14-15/+15
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev14-15/+15
2022-12-01[test] Switch to use -passes syntax in various test casesBjorn Pettersson13-13/+13
2022-12-01[NFC] Port an assortment of tests that invoke SROA to new pass managerRoman Lebedev1-1/+1
2022-10-14[MemorySSA] Add test for select with cross-iteration dependency (NFC)Nikita Popov1-0/+30
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks2-2/+2
2022-10-07[opt] Remove temporary legacy pass name translationsArthur Eubanks1-1/+1
2022-09-23[MemorySSA] Convert tests to use opaque pointers (NFC)Nikita Popov70-849/+820
2022-09-22[MemorySSA] Reset location size if IsGuaranteedLoopInvariant after phi tranla...luxufan1-4/+4
2022-09-21[MemorySSA] Remove PerformedPhiTranslation flagNikita Popov1-2/+4
2022-09-20[MemorySSA] Add test that all incoming values of phi node could be translatedluxufan1-0/+42
2022-08-01[AA] Do not track Must in ModRefInfoNikita Popov6-19/+19
2022-06-26[LoopSimplifyCFG] use poison when replacing dead instructions instead of unde...Nuno Lopes1-1/+1
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev1-1/+1
2022-04-29[Passes] Remove legacy LoopUnswitch pass.Florian Hahn1-1/+1
2022-04-25[MemorySSA] Use -simple-loop-unswitch instead of -loop-unswitch in test.Florian Hahn1-1/+1
2022-04-25[MemorySSA] Generate check lines for test.Florian Hahn1-1/+21
2022-04-03[NFCI] Fixed missing colon in CHECK directivesDávid Bolvanský1-8/+8
2021-11-25[NFC][llvm] Inclusive language: reword uses of sanity test and checkZarko Todorovski1-1/+1
2021-09-21[IR] Look through bitcast in hasFnAttribute()Antonio Frighetto1-0/+14
2021-09-08[MemorySSA] Support invariant.group metadataArthur Eubanks1-28/+91
2021-09-04[test] Cleanup tests with -enable-new-pm in llvm/test/AnalysisArthur Eubanks10-10/+2
2021-09-02[MemorySSA] Properly handle liveOnEntry in the walker printerArthur Eubanks1-3/+3
2021-09-02[test] Remove missed RUN line after D109040Arthur Eubanks1-2/+1
2021-09-02[test][NewPM] Remove RUN lines using -analyzeArthur Eubanks23-25/+0
2021-09-01[test] Precommit/fix up existing test for MemorySSA/invariant.groupArthur Eubanks1-21/+14
2021-09-01Reland [MemorySSA] Add pass to print results of MemorySSA walkerArthur Eubanks1-0/+35
2021-09-01Revert "[MemorySSA] Add pass to print results of MemorySSA walker"Arthur Eubanks1-35/+0
2021-09-01[MemorySSA] Add pass to print results of MemorySSA walkerArthur Eubanks1-0/+35
2021-08-20[NewPM] Use parameterized syntax for a couple of more passesBjorn Pettersson1-2/+2
2021-08-18[LICM] Remove AST-based implementationNikita Popov1-1/+0