Update test to use llvm-readobj. NFC.
[oota-llvm.git] / test / Analysis / BasicAA /
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.
2010-11-30 Chris Lattnercheck in *all* files. This is now handled by my previo...
2010-11-11 Dan GohmanDelete unneeded ssp attributes.
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-09-15 Eli FriedmanPR7959: Handle negative scales in GEPs correctly in...
2010-09-02 Chris Lattnerremove some noise from tests.
2010-08-30 Michael J. SpencerFix constant-over-index.ll test on windows.
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
2010-08-18 Chris Lattnerfix a buggy test
2010-08-18 Chris Lattnerfix PR7589: In brief:
2010-08-18 Chris Lattnerfilecheckize and detrivialize.
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-05 Dan GohmanImplement AccessesArguments checking in the two-callsit...
2010-08-05 Dan GohmanFix memdep's code for reasoning about dependences betwe...
2010-08-05 Dan GohmanRevert r110270 for now. It appears to uncover a memdep...
2010-08-04 Dan GohmanThe trouble with testing for "ModRef" and "NoModRef...
2010-08-04 Dan GohmanThe two-callsite form of AliasAnalysis::getModRefInfo...
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-01 Dan GohmanRemove context sensitivity concerns from interprocedura...
2010-06-29 Dan GohmanAdd a few more interesting testcases.
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-06-28 Dan GohmanFix Value::stripPointerCasts and BasicAA to avoid troub...
2010-04-08 Dan GohmanPointers to zero-sized objects don't point to overlappi...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-06 Chris Lattnergvn is optimizing this better now.
2009-11-26 Chris Lattner@test9 is a testcase for r89958. Before 89958, we...
next