[AArch64] Fix bug in prolog clobbering live reg when shrink wrapping.
[oota-llvm.git] / test / Analysis / BasicAA /
2016-01-06 Philip Reames[BasicAA] Remove special casing of memset_pattern16...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-11 Akira HatanakaSort the enums in Attributes.h in case insensitive...
2015-10-28 Igor Laevsky[AliasAnalysis] Take into account readnone attribute...
2015-10-28 Igor Laevsky[AliasAnalysis] Take into account readonly attribute...
2015-10-23 James Molloy[BasicAA] Bugfix for r251016
2015-10-22 James Molloy[BasicAA] Non-equal indices in a GEP of a SequentialTyp...
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-31 Quentin Colombet[BasicAA] Fix the handling of sext and zext in the...
2015-08-19 Quentin Colombet[BasicAA] Add a test for PR24468 to be sure we won...
2015-08-19 Quentin Colombet[BasicAA] Revert r221876 because it can produce incorre...
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-07-23 Igor LaevskyNFC. Explicitly specify attributes in BasicAA/cs-cs...
2015-07-15 Tobias Edler von... Analyze recursive PHI nodes in BasicAA
2015-07-13 Manuel KlimekRevert r241981 "Revert "Revert r236894 "[BasicAA] Fix...
2015-07-11 Hal FinkelRevert "Revert r236894 "[BasicAA] Fix zext & sext handl...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-05-22 Hans WennborgRevert r236894 "[BasicAA] Fix zext & sext handling"
2015-05-08 Sanjoy Das[BasicAA] Fix zext & sext handling
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 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-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-07 Ahmed Bougacha[BasicAA] Try to disambiguate GEPs through arrays of...
2015-02-05 Ahmed Bougacha[BasicAA] Add datalayouts to make some tests more usefu...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-13 Hal FinkelRevert r219432 - "Revert "[BasicAA] Revert "Revert...
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-09 Hal FinkelRevert "[BasicAA] Revert "Revert r218714 - Make better...
2014-10-06 Hal Finkel[BasicAA] Revert "Revert r218714 - Make better use...
2014-10-03 Lang Hames[BasicAA] Revert r218714 - Make better use of zext...
2014-09-30 Hal Finkel[BasicAA] Make better use of zext and sign information
2014-09-15 Matt ArsenaultCHECK-LABELize test
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-17 Hal FinkelImprove BasicAA CS-CS queries (redux)
2014-07-15 Nick LewyckyRevert r212572 "improve BasicAA CS-CS queries", it...
2014-07-08 Hal FinkelImprove BasicAA CS-CS queries
2014-03-26 Arnold SchwaighoferPR15967 Fix in basicaa for faulty returning no alias.
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-02-12 Craig TopperTest case I forgot to 'add' for r201126.
2014-01-16 Arnold SchwaighoferBasicAA: We need to check both access sizes when compar...
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2013-11-16 Matt ArsenaultUse correct size for address space in BasicAA.
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-09-30 Matt ArsenaultUse CHECK-LABEL
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-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
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-12-10 Arnold SchwaighoferOptimistically analyse Phi cycles
2012-11-17 Hal FinkelPhi speculation improvement for BasicAA
2012-11-05 Richard OsborneDon't infer whether a value is captured in the current...
2012-09-06 Arnold SchwaighoferBasicAA: Recognize cyclic NoAlias phis
2012-09-06 Arnold SchwaighoferBasicAA: GEPs of NoAlias'ing base ptr with equivalent...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-04-24 Bill WendlingFileCheck-ize these tests. Harden some of them.
2012-02-27 Eli FriedmanDuncan pointed out that if the alignment isn't explicit...
2012-02-27 Eli FriedmanTeach BasicAA about the LLVM IR rules that allow readin...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-09-28 Eli FriedmanPR10628: Fix getModRefInfo so it queries the underlying...
2011-09-26 Eli FriedmanEnhance alias analysis for atomic instructions a bit...
2011-09-08 Eli FriedmanFix the logic in BasicAliasAnalysis::aliasGEP for compa...
2011-09-06 Owen AndersonTeach BasicAA about the aliasing properties of memset_p...
2011-07-09 Rafael EspindolaMove the loads after the calls so that the fix for
2011-07-09 Rafael EspindolaUse CHECK-NEXT.
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-04 Dan GohmanReapply r131781, now that the GVN bug with partially...
2011-06-04 Dan GohmanRevert r131781 again. Apparently there is more going...
2011-06-04 Dan GohmanReapply r131781 (revert r131809), now that some BasicAA...
2011-06-04 Dan GohmanFix BasicAA's recursion detection so that it doesn...
2011-06-03 Dan GohmanWhen merging MustAlias and PartialAlias, chose PartialA...
2011-05-24 Dan GohmanMake DecomposeGEPExpression check SimplifyInstruction...
2011-05-22 Chris LattnerI missed a checking with my GVN change.
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 GohmanTeach BasicAA about arm.neon.vld1 and vst1.
2011-04-27 Dan GohmanWhen analyzing functions known to only access argument...
2011-04-07 Eli FriedmanPR9634: Don't unconditionally tell the AliasSetTracker...
2011-03-23 Anders CarlssonRevert r128140 for now.
2011-03-23 Anders CarlssonA global variable with internal linkage where all uses...
2011-01-24 Dan GohmanAdd another rdar number.
2011-01-18 Dan GohmanTeach BasicAA to return PartialAlias in cases where...
2011-01-03 Chris Lattnerfix rdar://8813415 - a miscompilation of 164.gzip that...
2011-01-03 Chris Lattnerfilecheckize
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
2010-11-30 Chris Lattnerremove fixme comment too.
next