summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/AliasSet
AgeCommit message (Expand)Author
2024-03-31[Analysis] Exclude llvm.allow.{runtime,ubsan}.check() from AliasSetTracker (#...Vitaly Buka
2024-03-20[Analysis] Use implicit-check-not in testVitaly Buka
2024-02-05[BasicAA] Handle scalable type sizes with constant offsets (#80445)David Green
2024-01-17[AST] Don't merge memory locations in AliasSetTracker (#65731)Bruno De Fraine
2023-10-24[Analysis] Add Scalable field in MemoryLocation.h (#69716)Harvin Iriawan
2022-12-15[AliasSet] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-09[NFC] Port all Analysis/AliasSet tests to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
2022-11-14[AST] Remove legacy AliasSetPrinter passNikita Popov
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks
2021-01-19[noalias.decl] Look through llvm.experimental.noalias.scope.declJeroen Dobbelaere
2020-11-26[AA] Split up LocationSize::unknown()Nikita Popov
2020-09-16[NewPM] Port -print-alias-sets to NPMArthur Eubanks
2020-08-06[NewPM][LoopUnswitch] Pin loop-unswitch to legacy PM or use simple-loop-unswitchArthur Eubanks
2020-06-26[BasicAA] Rename deprecated -basicaa to -basic-aaFangrui Song
2020-04-06[llvm] Fix missing FileCheck directive colonsJonathan Roelofs
2018-10-10[Analysis] Make LocationSize pretty-printing more descriptiveGeorge Burgess IV
2018-09-10[AST] Add test coverage of memsetsPhilip Reames
2018-09-10[AST] Visit memtransfer arguments in orderPhilip Reames
2018-09-07[AST] Generalize argument specific aliasingPhilip Reames
2018-08-22[AST] Add a test for attribute intersectionPhilip Reames
2018-08-21[AST] Remove notion of volatile from alias sets [NFCI]Philip Reames
2018-08-17[AST] Clarify printing of unknown size locations [NFC]Philip Reames
2018-08-17[AST][Tests] Clarify what each test is doingPhilip Reames
2018-08-17[AST[Tests] Shorten tests using noalias paramsPhilip Reames
2018-08-17[AST] Add tests for argmemonly calls [NFC]Philip Reames
2018-08-15[AliasSetTracker] Do not treat experimental_guard intrinsic as memory writing...Max Kazantsev
2018-08-14[NFC] Add comprehensive test of AliasSetTracker with guardsMax Kazantsev
2018-05-30[AliasSet] Teach the alias set how to handle atomic memcpy/memmove/memsetDaniel Neilson
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2017-05-01Use WeakVH instead of WeakTrackingVH in AliasSetTracker's UnkownInstsSanjoy Das
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das
2017-04-26Use WeakVH instead of WeakTrackingVH in AliasSetTracker's UnkownInstsSanjoy Das
2016-11-07[AliasSetTracker] Make AST smarter about assume intrinsics that don't actuall...Chad Rosier
2016-10-26Revert "[AliasSetTracker] Make AST smarter about intrinsics that don't actual...Chad Rosier
2016-10-26[AliasSetTracker] Make AST smarter about intrinsics that don't actually affec...Chad Rosier
2016-10-19[AliasSetTracker] Add support for memcpy and memmove.Chad Rosier
2016-08-19[AliasSetTracker] Degrade AliasSetTracker when may-alias sets get too large.Michael Kuperstein