summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Fix typo in comment.Nick Lewycky2011-11-09
* Don't forget to check FlagNW when determining whether an AddRecExpr will wrapNick Lewycky2011-11-09
* Fix code to match comment. Fixes PR11340, a regression from r143209.Eli Friedman2011-11-08
* Teach instsimplify to simplify calls to undef.Dan Gohman2011-11-04
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Reapply commit 143214 with a fix: m_ICmp doesn't match conditionsDuncan Sands2011-10-30
* Revert r143214; it's breaking a bunch of stuff.Eli Friedman2011-10-29
* The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false.Duncan Sands2011-10-28
* A shift of a power of two is a power of two or zero.Duncan Sands2011-10-28
* Fold icmp ugt (udiv X, Y), X to false. Spotted by my super-optimizerDuncan Sands2011-10-28
* Reapply commit 143028 with a fix: the problem was casting a ConstantExpr MulDuncan Sands2011-10-27
* Revert Duncan's r143028 expression folding which appears to be the culpritBob Wilson2011-10-27
* The maximum power of 2 dividing a power of 2 is itself. This occursDuncan Sands2011-10-26
* My super-optimizer noticed that we weren't folding this expression toDuncan Sands2011-10-26
* 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
* PHI nodes not in the loop header aren't part of the loop iteration initialNick Lewycky2011-10-24
* Speculatively revert r142781. Bots are showingNick Lewycky2011-10-24
* Simplify the design of BranchProbabilityInfo by collapsing it intoChandler Carruth2011-10-24
* Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky2011-10-23
* Tidy up a loop to be more idiomatic for LLVM's codebase, and remove someChandler Carruth2011-10-23
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-23
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-23
* Make SCEV's brute force analysis stronger in two ways. Firstly, we should beNick Lewycky2011-10-22
* Extend the floating point heuristic to consider NaN checks unlikely.Benjamin Kramer2011-10-21
* BranchProbabilityInfo: floating point equality is unlikely.Benjamin Kramer2011-10-21
* A FIXME about block addresses and indirectbr.Eli Friedman2011-10-20
* Simplify; no intended functional change.Eli Friedman2011-10-20
* "@string = constant i8 0" is a value i8* string of length zero. Analyze thatNick Lewycky2011-10-20
* 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
* Update DebugInfoFinder to match recent debug info encoding changes.Devang Patel2011-10-17
* Correct over-zealous removal of hack.Bill Wendling2011-10-17
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-17
* Delete a dead member. Dunno if this was ever used, but the current codeChandler Carruth2011-10-16
* Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick2011-10-15
* An instruction's operands aren't necessarily instructions or constants. TheyNick Lewycky2011-10-14
* Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman2011-10-13
* Reapply r141870, SCEV expansion of post-inc.Andrew Trick2011-10-13
* Fix memory corruption I introduced a few checkins ago.Andrew Trick2011-10-13
* Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick2011-10-13
* LSR: Reuse the post-inc expansion of expressions.Andrew Trick2011-10-13
* SCEV: Rewrite TrandformForPostIncUse to handle expression DAGs, notAndrew Trick2011-10-13
* Slightly more useful tracing.Andrew Trick2011-10-13
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-11