summaryrefslogtreecommitdiff
path: root/test/Analysis/TypeBasedAliasAnalysis
AgeCommit message (Expand)Author
2017-06-21[BasicAA] Use MayAlias instead of PartialAlias for fallback.Michael Kruse
2017-05-13AA: Use generic intrinsics for tests instead of target specific onesJustin Bogner
2016-12-29[TBAAVerifier] Be stricter around verifying scalar nodesSanjoy Das
2016-12-11[Verifier] Add verification for TBAA metadataSanjoy Das
2016-02-20[PM/AA] Wire up TBAA to the new pass manager's registry and test it.Chandler Carruth
2016-02-13[attrs] Move the norecurse deduction to operate on the node set ratherChandler Carruth
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-11-18Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...Igor Laevsky
2015-11-12Revert "Revert "[FunctionAttrs] Identify norecurse functions""James Molloy
2015-11-12Revert "[FunctionAttrs] Identify norecurse functions"James Molloy
2015-11-12[FunctionAttrs] Identify norecurse functionsJames Molloy
2015-11-11Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka
2015-11-10Revert "Strip metadata when speculatively hoisting instructions"Renato Golin
2015-11-10Strip metadata when speculatively hoisting instructionsIgor Laevsky
2015-09-30[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-13Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hang...Owen Anderson
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-09Re-reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads ...Tim Northover
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-11-19Revert r222039 because of bot failure.Manman Ren
2014-11-14Reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads beforeChad Rosier
2014-10-17[DSE] Remove no-data-layout-only type-based overlap checkingHal Finkel
2014-07-24AA metadata refactoring (introduce AAMDNodes)Hal Finkel
2014-01-24Fix known typosAlp Toker
2014-01-11Fix broken CHECK lines.Benjamin Kramer
2013-10-22Simplify testing case (Thanks Rafael for the testing case).Manman Ren
2013-10-22TBAA: fix PR17620.Manman Ren
2013-09-27TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-08-05FileCheckize some of the testcases.Bill Wendling
2013-07-06Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-11Aliasing rules for struct-path aware TBAA.Manman Ren
2013-03-22Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-28Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky
2011-06-04Reapply r131781, now that the GVN bug with partially-aliasing loadsDan Gohman
2011-06-04Remove this test, which should have been reverted along with r131781.Dan Gohman
2011-06-04Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman
2011-05-21Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands
2011-05-21When BasicAA can determine that two pointers have the same base butDan Gohman
2011-04-27When analyzing functions known to only access argument pointees,Dan Gohman
2010-12-16-enable-tbaa is on by default now.Dan Gohman