test commit redux
[oota-llvm.git] / test / Analysis /
2011-11-09 Nick LewyckyDon't forget to check FlagNW when determining whether...
2011-10-27 Benjamin Kramer2>&1 doesn't work here, it just creates an empty file...
2011-10-25 Duncan SandsRestore commits 142790 and 142843 - they weren't breaki...
2011-10-25 Chandler CarruthFix the API usage in loop probability heuristics. It...
2011-10-25 Duncan SandsSpeculatively revert commits 142790 and 142843 to see...
2011-10-24 Nick LewyckyNow that we look at all the header PHIs, we need to...
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 Nick LewyckyReapply r142781 with fix. Original message:
2011-10-24 Nick LewyckySpeculatively revert r142781. Bots are showing
2011-10-23 Nick LewyckyEnhance SCEV's brute force loop analysis to handle...
2011-10-23 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...
2011-10-22 Nick LewyckyMake SCEV's brute force analysis stronger in two ways...
2011-10-19 Chandler CarruthGeneralize the reading of probability metadata to work...
2011-10-19 Chandler CarruthTeach the BranchProbabilityInfo analysis pass to read...
2011-10-19 Chandler CarruthAdd pass printing support to BlockFrequencyInfo pass...
2011-10-05 Andrew TrickMissing test case for r141164.
2011-10-03 Nick LewyckyReapply r140979 with fix! We never did get a testcase...
2011-10-03 Nick LewyckyRevert r140979 due to reports of bootstrap failure.
2011-10-03 Nick LewyckyAdd one more case we compute a max trip count.
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-13 Andrew TrickThis test only makes sense with -enable-iv-rewrite.
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-09-06 Nick LewyckyThis transform only handles two-operand AddRec's. Preve...
2011-09-06 Nick LewyckyThe logic inside getMulExpr to simplify {a,+,b}*{c...
2011-09-06 Nick LewyckyRevert r139126 due to selfhost failures reported by...
2011-09-05 Nick LewyckyTeach SCEV to report a max backedge count in one intere...
2011-07-09 Rafael EspindolaMove the loads after the calls so that the fix for
2011-07-09 Rafael EspindolaUse CHECK-NEXT.
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
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-14 John McCallTest case for r132797.
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 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-27 Andrew TrickTest case and comment for PR9633.
2011-04-25 Benjamin KramerMake tests more useful.
2011-04-07 Eli FriedmanPR9634: Don't unconditionally tell the AliasSetTracker...
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-03-23 Anders CarlssonRevert r128140 for now.
2011-03-23 Anders CarlssonA global variable with internal linkage where all uses...
2011-03-15 Andrew TrickPropagate SCEV no-wrap flags whenever possible.
2011-03-09 Andrew TrickWhen SCEV can determine the loop test is X < X, set...
2011-02-13 Chris Lattnerteach SCEV that the scale and addition of an inbounds...
2011-02-11 Chris LattnerPer discussion with Dan G, inbounds geps *certainly...
2011-01-24 Dan GohmanAdd another rdar number.
2011-01-23 Nick LewyckySimplify some code with no functionality change. Make...
2011-01-23 Nick LewyckyUse value ranges to fold ext(trunc) in SCEV when possible.
2011-01-20 Tobias GrosserImplement requiredTransitive
2011-01-19 Nick LewyckySimilarly, analyze truncate through multiply.
2011-01-19 Nick LewyckyAdd a missed SCEV fold that is required to continue...
2011-01-19 Nick LewyckyAdd a missing SCEV simplification sext(zext x) -->...
2011-01-18 Dan GohmanTeach BasicAA to return PartialAlias in cases where...
2011-01-11 Eric ChristopherRevert the testcase from the previous reverted commit.
2011-01-09 Chris Lattneradd a testcase I missed in previous commit.
2011-01-09 Chris Lattnerteach SCEV analysis of PHI nodes that PHI recurences...
2011-01-09 Chris Lattnerreduce indentation. Print <nuw> and <nsw> when dumping...
2011-01-03 Chris Lattnerfix rdar://8813415 - a miscompilation of 164.gzip that...
2011-01-03 Chris Lattnerfilecheckize
2010-12-16 Dan Gohman-enable-tbaa is on by default now.
2010-12-16 Dan GohmanMake memcpyopt TBAA-aware.
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
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-30 Chris Lattnerremove fixme comment too.
2010-11-30 Chris Lattnercheck in *all* files. This is now handled by my previo...
2010-11-29 NAKAMURA Takumitest: Check the feature 'loadable_module' with load...
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.
2010-09-29 Benjamin KramerRemove PointerTracking tests.
2010-09-15 Eli FriedmanPR7959: Handle negative scales in GEPs correctly in...
next