Age | Commit message (Expand) | Author |
2011-11-15 | Twinify GraphWriter a little bit. | Benjamin Kramer |
2011-11-14 | Refactor capture tracking (which already had a couple flags for whether returns | Nick Lewycky |
2011-11-12 | Don't try to loop on iterators that are potentially invalidated inside the lo... | Nick Lewycky |
2011-11-09 | Fix typo in comment. | Nick Lewycky |
2011-11-09 | Don't forget to check FlagNW when determining whether an AddRecExpr will wrap | Nick Lewycky |
2011-11-08 | Fix code to match comment. Fixes PR11340, a regression from r143209. | Eli Friedman |
2011-11-04 | Teach instsimplify to simplify calls to undef. | Dan Gohman |
2011-11-03 | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar |
2011-10-30 | Reapply commit 143214 with a fix: m_ICmp doesn't match conditions | Duncan Sands |
2011-10-29 | Revert r143214; it's breaking a bunch of stuff. | Eli Friedman |
2011-10-28 | The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false. | Duncan Sands |
2011-10-28 | A shift of a power of two is a power of two or zero. | Duncan Sands |
2011-10-28 | Fold icmp ugt (udiv X, Y), X to false. Spotted by my super-optimizer | Duncan Sands |
2011-10-27 | Reapply commit 143028 with a fix: the problem was casting a ConstantExpr Mul | Duncan Sands |
2011-10-27 | Revert Duncan's r143028 expression folding which appears to be the culprit | Bob Wilson |
2011-10-26 | The maximum power of 2 dividing a power of 2 is itself. This occurs | Duncan Sands |
2011-10-26 | My super-optimizer noticed that we weren't folding this expression to | Duncan Sands |
2011-10-25 | Restore commits 142790 and 142843 - they weren't breaking the build | Duncan Sands |
2011-10-25 | Fix the API usage in loop probability heuristics. It was incorrectly | Chandler Carruth |
2011-10-25 | Speculatively revert commits 142790 and 142843 to see if it fixes | Duncan Sands |
2011-10-24 | Now that we look at all the header PHIs, we need to consider all the header PHIs | Nick Lewycky |
2011-10-24 | Remove return heuristics from the static branch probabilities, and | Chandler Carruth |
2011-10-24 | Reapply r142781 with fix. Original message: | Nick Lewycky |
2011-10-24 | PHI nodes not in the loop header aren't part of the loop iteration initial | Nick Lewycky |
2011-10-24 | Speculatively revert r142781. Bots are showing | Nick Lewycky |
2011-10-24 | Simplify the design of BranchProbabilityInfo by collapsing it into | Chandler Carruth |
2011-10-23 | Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the | Nick Lewycky |
2011-10-23 | Tidy up a loop to be more idiomatic for LLVM's codebase, and remove some | Chandler Carruth |
2011-10-23 | Teach the BranchProbabilityInfo pass to print its results, and use that | Chandler Carruth |
2011-10-23 | Add compare operators to BranchProbability and use it to determine if an edge... | Benjamin Kramer |
2011-10-22 | Make SCEV's brute force analysis stronger in two ways. Firstly, we should be | Nick Lewycky |
2011-10-21 | Extend the floating point heuristic to consider NaN checks unlikely. | Benjamin Kramer |
2011-10-21 | BranchProbabilityInfo: floating point equality is unlikely. | Benjamin Kramer |
2011-10-20 | A FIXME about block addresses and indirectbr. | Eli Friedman |
2011-10-20 | Simplify; no intended functional change. | Eli Friedman |
2011-10-20 | "@string = constant i8 0" is a value i8* string of length zero. Analyze that | Nick Lewycky |
2011-10-19 | Generalize the reading of probability metadata to work for both branches | Chandler Carruth |
2011-10-19 | Teach the BranchProbabilityInfo analysis pass to read any metadata | Chandler Carruth |
2011-10-19 | Add pass printing support to BlockFrequencyInfo pass. The implementation | Chandler Carruth |
2011-10-17 | Update DebugInfoFinder to match recent debug info encoding changes. | Devang Patel |
2011-10-17 | Correct over-zealous removal of hack. | Bill Wendling |
2011-10-17 | Now that we have the ReturnsTwice function attribute, this method is | Bill Wendling |
2011-10-16 | Delete a dead member. Dunno if this was ever used, but the current code | Chandler Carruth |
2011-10-15 | Fix SCEVExpander assert during LSR: "argument of incompatible type". | Andrew Trick |
2011-10-14 | An instruction's operands aren't necessarily instructions or constants. They | Nick Lewycky |
2011-10-13 | Enhance the memdep interface so that users can tell the difference between a ... | Eli Friedman |
2011-10-13 | Reapply r141870, SCEV expansion of post-inc. | Andrew Trick |
2011-10-13 | Fix memory corruption I introduced a few checkins ago. | Andrew Trick |
2011-10-13 | Revert r141870. The test case crashes on linux with data corruption. A deeper... | Andrew Trick |
2011-10-13 | LSR: Reuse the post-inc expansion of expressions. | Andrew Trick |