summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/cs-cs.ll
AgeCommit message (Expand)Author
2023-08-08[llvm] Remove unwanted attribute checkingNathan Sidwell
2022-12-16[BasicAA] Convert tests to opaque pointers (NFC)Nikita Popov
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-08-01[AA] Do not track Must in ModRefInfoNikita Popov
2022-07-21[Intrinsics] Add `nocallback` to the memset/cpy/move intrinsicsJohannes Doerfert
2022-03-16[AAEval] Make compatible with opaque pointersNikita Popov
2022-03-08[test] Use new PM for -aa-eval testsArthur Eubanks
2021-05-21[IR] Memory intrinsics are not unconditionally `nosync`Nicolai Hähnle
2021-04-01Mark unordered memset/memmove/memcpy as nosyncPhilip Reames
2020-11-26[AA] Split up LocationSize::unknown()Nikita Popov
2020-10-20[IR] Make nosync, nofree and willreturn default for intrinsics.sstefan1
2020-09-05[LangRef] Adjust guarantee for llvm.memcpy to also allow equal arguments.Florian Hahn
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks
2020-01-16[IR] Mark memset.* intrinsics as IntrWriteMem.Florian Hahn
2019-07-28[FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno
2018-05-29[BasicAA] Teach the analysis about atomic memcpyDaniel Neilson
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2017-12-21[ModRefInfo] Add must alias info to ModRefInfo.Alina Sbirlea
2017-11-02Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten ...Yichao Yu
2017-05-13AA: Use generic intrinsics for tests instead of target specific onesJustin Bogner
2016-12-25[AliasAnalysis] Teach BasicAA about memcpy.Bryant Wong
2016-11-08[BasicAA] Teach BasicAA to handle the inaccessiblememonly and inaccessiblemem...Andrew Kaylor
2016-07-04Add writeonly IR attributeNicolai Haehnle
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-09-30[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky
2015-07-23NFC. Explicitly specify attributes in BasicAA/cs-cs.ll test.Igor Laevsky
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-07-17Improve BasicAA CS-CS queries (redux)Hal Finkel
2014-07-15Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.Nick Lewycky
2014-07-08Improve BasicAA CS-CS queriesHal Finkel