summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/TypeBasedAliasAnalysis
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-2/+2
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-1/+1
* [BuildLibCalls] Noalias annotationDavid Bolvansky2019-08-141-1/+1
* [SimplifyLibCalls] Add noalias from known callsitesDavid Bolvansky2019-08-131-2/+3
* [SimplifyLibCalls] Add dereferenceable bytes from known callsitesDavid Bolvansky2019-08-131-1/+1
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-282-3/+3
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-2/+2
* [FunctionAttrs] Infer WriteOnly Function AttributeBrian Homerding2018-08-231-3/+4
* [Analysis] Support aggregate access types in TBAAIvan A. Kosarev2018-02-022-0/+444
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-192-7/+7
* [BasicAA] Use MayAlias instead of PartialAlias for fallback.Michael Kruse2017-06-211-9/+10
* AA: Use generic intrinsics for tests instead of target specific onesJustin Bogner2017-05-131-9/+9
* [TBAAVerifier] Be stricter around verifying scalar nodesSanjoy Das2016-12-291-1/+1
* [Verifier] Add verification for TBAA metadataSanjoy Das2016-12-118-10/+14
* [PM/AA] Wire up TBAA to the new pass manager's registry and test it.Chandler Carruth2016-02-201-0/+1
* [attrs] Move the norecurse deduction to operate on the node set ratherChandler Carruth2016-02-131-3/+4
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-192-7/+7
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-182-7/+7
* Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...Igor Laevsky2015-11-181-1/+1
* Revert "Revert "[FunctionAttrs] Identify norecurse functions""James Molloy2015-11-121-3/+5
* Revert "[FunctionAttrs] Identify norecurse functions"James Molloy2015-11-121-5/+3
* [FunctionAttrs] Identify norecurse functionsJames Molloy2015-11-121-3/+5
* Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka2015-11-111-2/+2
* Revert "Strip metadata when speculatively hoisting instructions"Renato Golin2015-11-101-1/+1
* Strip metadata when speculatively hoisting instructionsIgor Laevsky2015-11-101-1/+1
* [ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema2015-09-301-7/+7
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-4/+4
* Emit argmemonly attribute for intrinsics.Igor Laevsky2015-08-131-1/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-2/+2
* Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hang...Owen Anderson2015-03-131-0/+26
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2711-113/+113
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-275-67/+67
* Re-reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads ...Tim Northover2015-01-091-7/+7
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-1514-141/+141
* Revert r222039 because of bot failure.Manman Ren2014-11-191-7/+7
* Reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads beforeChad Rosier2014-11-141-7/+7
* [DSE] Remove no-data-layout-only type-based overlap checkingHal Finkel2014-10-171-0/+1
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-242-2/+2
* Fix known typosAlp Toker2014-01-241-9/+9
* Fix broken CHECK lines.Benjamin Kramer2014-01-111-2/+2
* Simplify testing case (Thanks Rafael for the testing case).Manman Ren2013-10-221-28/+22
* TBAA: fix PR17620.Manman Ren2013-10-221-0/+51
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-2713-63/+110
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* FileCheckize some of the testcases.Bill Wendling2013-08-051-1/+7
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-1/+1
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-271-11/+11
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-111-0/+392
* Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren2013-03-221-0/+104
OpenPOWER on IntegriCloud