Restore "Move metadata linking after lazy global materialization/linking."
[oota-llvm.git] / test / Analysis / TypeBasedAliasAnalysis /
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 Owen AndersonTeach TBAA analysis to report errors on cyclic TBAA...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-09 Tim NorthoverRe-reapply r221924: "[GVN] Perform Scalar PRE on gep...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-19 Manman RenRevert r222039 because of bot failure.
2014-11-14 Chad RosierReapply r221924: "[GVN] Perform Scalar PRE on gep indic...
2014-10-17 Hal Finkel[DSE] Remove no-data-layout-only type-based overlap...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-01-24 Alp TokerFix known typos
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-10-22 Manman RenSimplify testing case (Thanks Rafael for the testing...
2013-10-22 Manman RenTBAA: fix PR17620.
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-05 Bill WendlingFileCheckize some of the testcases.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-11 Manman RenAliasing rules for struct-path aware TBAA.
2013-03-22 Manman RenSupport in AAEvaluator to print alias queries of loads...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-28 Nick LewyckyChange CaptureTracking to pass a Use* instead of a...
2011-06-04 Dan GohmanReapply r131781, now that the GVN bug with partially...
2011-06-04 Dan GohmanRemove this test, which should have been reverted along...
2011-06-04 Dan GohmanReapply r131781 (revert r131809), now that some BasicAA...
2011-05-21 Duncan SandsRevert commit 131781, to see if it fixes the x86-64...
2011-05-21 Dan GohmanWhen BasicAA can determine that two pointers have the...
2011-04-27 Dan GohmanWhen analyzing functions known to only access argument...
2010-12-16 Dan Gohman-enable-tbaa is on by default now.
2010-12-16 Dan GohmanMake memcpyopt TBAA-aware.
2010-12-13 Dan GohmanReapply r121520, PartialAlias implementation for BasicA...
2010-12-10 Dan GohmanRevert r121520, which may have introduced miscompilations.
2010-12-10 Dan GohmanImplement PartialAlias checking in BasicAA.
2010-11-11 Dan GohmanDelete unneeded ssp attributes.
2010-11-11 Dan GohmanTBAA-enable ArgumentPromotion.
2010-11-11 Dan GohmanMake Sink tbaa-aware.
2010-11-11 Dan GohmanAdd a testcase which demonstrates alias analysis pass...
2010-11-10 Dan GohmanFully invalidate cached results when a prior query...
2010-11-09 Dan GohmanTeach FunctionAttrs about the VAArg instruction.
2010-11-08 Dan GohmanAdd a testcase for a call which BasicAA says only acces...
2010-11-08 Dan GohmanMake FunctionAttrs TBAA-aware.
2010-10-29 Dan GohmanTeach memdep to use pointsToConstantMemory to determine...
2010-10-29 Dan GohmanAdd a basic testcase for TBAA-aware DSE.
2010-10-20 Dan GohmanAdd some comments.
2010-10-18 Dan GohmanDon't pass the raw invalid pointer used to represent...
2010-10-18 Dan GohmanAdd a basic testcase for TBAA-aware LICM.
2010-10-18 Dan GohmanRun tbaa before basicaa, since that's how it's expected...
2010-10-18 Dan GohmanMake TypeBasedAliasAnalysis default to doing nothing...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-11 Dan GohmanAdd a simple testcase for tbaa.