summaryrefslogtreecommitdiff
path: root/test/Analysis
Commit message (Expand)AuthorAge
...
* Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands2011-10-25
* Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth2011-10-25
* Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands2011-10-25
* Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky2011-10-24
* Remove return heuristics from the static branch probabilities, andChandler Carruth2011-10-24
* Reapply r142781 with fix. Original message:Nick Lewycky2011-10-24
* Speculatively revert r142781. Bots are showingNick Lewycky2011-10-24
* Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky2011-10-23
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-23
* Make SCEV's brute force analysis stronger in two ways. Firstly, we should beNick Lewycky2011-10-22
* Generalize the reading of probability metadata to work for both branchesChandler Carruth2011-10-19
* Teach the BranchProbabilityInfo analysis pass to read any metadataChandler Carruth2011-10-19
* Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth2011-10-19
* Missing test case for r141164.Andrew Trick2011-10-05
* Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky2011-10-03
* Revert r140979 due to reports of bootstrap failure.Nick Lewycky2011-10-03
* Add one more case we compute a max trip count.Nick Lewycky2011-10-03
* PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman2011-09-28
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-26
* This test only makes sense with -enable-iv-rewrite.Andrew Trick2011-09-13
* Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman2011-09-08
* Teach BasicAA about the aliasing properties of memset_pattern16.Owen Anderson2011-09-06
* This transform only handles two-operand AddRec's. Prevent it from trying toNick Lewycky2011-09-06
* The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which wasNick Lewycky2011-09-06
* Revert r139126 due to selfhost failures reported by buildbots.Nick Lewycky2011-09-06
* Teach SCEV to report a max backedge count in one interesting case inNick Lewycky2011-09-05
* Move the loads after the calls so that the fix forRafael Espindola2011-07-09
* Use CHECK-NEXT.Rafael Espindola2011-07-09
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Test case for r132797.John McCall2011-06-14
* Reapply r131781, now that the GVN bug with partially-aliasing loadsDan Gohman2011-06-04
* Remove this test, which should have been reverted along with r131781.Dan Gohman2011-06-04
* Revert r131781 again. Apparently there is more going on here.Dan Gohman2011-06-04
* Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman2011-06-04
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-04
* When merging MustAlias and PartialAlias, chose PartialAlias insteadDan Gohman2011-06-03
* Make DecomposeGEPExpression check SimplifyInstruction onlyDan Gohman2011-05-24
* I missed a checking with my GVN change. Chris Lattner2011-05-22
* Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands2011-05-21
* When BasicAA can determine that two pointers have the same base butDan Gohman2011-05-21
* Teach BasicAA about arm.neon.vld1 and vst1.Dan Gohman2011-04-27
* When analyzing functions known to only access argument pointees,Dan Gohman2011-04-27
* Test case and comment for PR9633.Andrew Trick2011-04-27
* Make tests more useful.Benjamin Kramer2011-04-25
* PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoadEli Friedman2011-04-07
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-05