| Age | Commit message (Expand) | Author |
| 2012-03-16 | Revert r152907. | Bill Wendling |
| 2012-03-16 | The alignment of the pointer part of the store instruction may have an | Bill Wendling |
| 2012-03-16 | Rip out support for 'llvm.noinline'. This thing has a strange history... | Chandler Carruth |
| 2012-03-16 | Start removing the use of an ad-hoc 'never inline' set and instead | Chandler Carruth |
| 2012-03-16 | LSR fix: Add isSimplifiedLoopNest to IVUsers analysis. | Andrew Trick |
| 2012-03-16 | In InstCombiner::visitOr, make sure we reverse the operand swap used for chec... | Eli Friedman |
| 2012-03-15 | Short term fix for pr12270 before we change dominates to handle unreachable | Rafael Espindola |
| 2012-03-15 | Use an iterator instead of calling .size() on the worklist every time, which ... | Bill Wendling |
| 2012-03-15 | Remove the basic inliner. This was added in 2007, and hasn't really | Chandler Carruth |
| 2012-03-15 | This pass didn't want the inline cost per-se, it just wants generic code | Chandler Carruth |
| 2012-03-15 | Fixed a transform crash when setting a negative size value for memset. Fixes... | Aaron Ballman |
| 2012-03-14 | [tsan] use FunctionBlackList | Kostya Serebryany |
| 2012-03-14 | [asan] rename class BlackList to FunctionBlackList and move it into a separat... | Kostya Serebryany |
| 2012-03-14 | When an invoke is marked with metadata indicating its unwind edge | Dan Gohman |
| 2012-03-14 | Change where we enable the heuristic that delays inlining into functions | Chandler Carruth |
| 2012-03-13 | Target override to allow CodeGenPrepare to sink address operands to intrinsic... | Pete Cooper |
| 2012-03-13 | enhance jump threading to preserve TBAA information when PRE'ing loads, | Chris Lattner |
| 2012-03-13 | Teach globalopt how to evaluate an invoke with a non-void return type. | Dan Gohman |
| 2012-03-12 | When inlining a function and adding its inner call sites to the | Chandler Carruth |
| 2012-03-11 | llvm::SwitchInst | Stepan Dyatkovskiy |
| 2012-03-09 | Add statistics on removed switch cases, and fix the phi statistic | Duncan Sands |
| 2012-03-09 | When identifying exit nodes for the reverse-CFG reverse-post-order | Dan Gohman |
| 2012-03-09 | Eliminate switch cases that can never match, for example removes all | Duncan Sands |
| 2012-03-08 | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy |
| 2012-03-05 | fix typos | Sebastian Pop |
| 2012-03-05 | remove spaces on empty lines | Sebastian Pop |
| 2012-03-05 | This is not a common case, in fact it never happens! | Duncan Sands |
| 2012-03-05 | Switch mem2reg to use the new hashing infrastructure. | Chandler Carruth |
| 2012-03-05 | Replace the ad-hoc hashing in GVN with the new hashing infrastructure. | Chandler Carruth |
| 2012-03-04 | Nick pointed out on IRC that GVN's propagateEquality wasn't propagating | Duncan Sands |
| 2012-03-04 | Do trivial CSE of dead BBs during codegen preparation. | Bill Wendling |
| 2012-03-02 | ASan: use getTypeAllocSize instead of getTypeStoreSize. | Evgeniy Stepanov |
| 2012-03-02 | Fix an iterator invalidation problem. operator[] on a DenseMap | Dan Gohman |
| 2012-03-02 | Misc micro-optimizations. | Dan Gohman |
| 2012-02-29 | Have GVN also do condition propagation when the right-hand side is not | Duncan Sands |
| 2012-02-29 | Restrict this transformation to equality conditions. | Bill Wendling |
| 2012-02-28 | Reverted r152620 - DSE: Shorten memset when a later store overwrites the star... | Pete Cooper |
| 2012-02-28 | DSE: Shorten memset when a later store overwrites the start of it | Pete Cooper |
| 2012-02-27 | Plog a memleak in GlobalOpt. | Benjamin Kramer |
| 2012-02-27 | Micro-optimization, no functionality change. | Duncan Sands |
| 2012-02-27 | The value numbering function is recursive, so it is possible for multiple new | Duncan Sands |
| 2012-02-27 | When performing a conditional branch depending on the value of a comparison | Duncan Sands |
| 2012-02-25 | Add comment. | Chad Rosier |
| 2012-02-25 | Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These | Chad Rosier |
| 2012-02-25 | Fix indentation. | Chad Rosier |
| 2012-02-24 | Teach GVN that x+y is the same as y+x and that x<y is the same as y>x. | Duncan Sands |
| 2012-02-23 | Reflow code, no functionality change. | Benjamin Kramer |
| 2012-02-23 | GCC fails to understand that NextBB is always initialized if EvaluateBlock | Duncan Sands |
| 2012-02-21 | Use the target-aware constant folder on expressions to improve the chance | Nick Lewycky |
| 2012-02-21 | Fix unsigned off-by-one in comment. | Benjamin Kramer |