summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/cs-cs.ll
AgeCommit message (Expand)Author
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