| Age | Commit message (Expand) | Author |
| 2012-03-26 | Prune some includes and forward declarations. | Craig Topper |
| 2012-03-25 | Teach the function cloner (and thus the inliner) to simplify PHINodes | Chandler Carruth |
| 2012-03-25 | Move the instruction simplification of callsite arguments in the inliner | Chandler Carruth |
| 2012-03-25 | Add an asserting ValueHandle to the block simplification code which will | Chandler Carruth |
| 2012-03-24 | Don't form a WeakVH around the sentinel node in the instructions BB | Chandler Carruth |
| 2012-03-24 | Refactor the interface to recursively simplifying instructions to be tad | Chandler Carruth |
| 2012-03-24 | Fix the MSVC build. | Francois Pichet |
| 2012-03-24 | More IndVarSimplify cleanup. | Andrew Trick |
| 2012-03-23 | add EP_OptimizerLast extension point | Kostya Serebryany |
| 2012-03-23 | Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it | Dan Gohman |
| 2012-03-23 | It's not possible to insert code immediately after an invoke in the | Dan Gohman |
| 2012-03-23 | When propagating equalities, eg replacing A with B in every basic block | Duncan Sands |
| 2012-03-23 | Indentation. | Duncan Sands |
| 2012-03-22 | Remove -enable-lsr-retry in time for 3.1. | Andrew Trick |
| 2012-03-22 | Remove -enable-lsr-nested in time for 3.1. | Andrew Trick |
| 2012-03-22 | Refactor the code for visiting instructions out into helper functions. | Dan Gohman |
| 2012-03-22 | Remove unused simplifyIVUsers | Andrew Trick |
| 2012-03-22 | Remove -enable-iv-rewrite, which has been unsupported since 3.0. | Andrew Trick |
| 2012-03-22 | don't use "signed", just something I noticed in patches flying by. | Chris Lattner |
| 2012-03-21 | [asan] fix one more bug related to long double | Kostya Serebryany |
| 2012-03-20 | Zap some dead code pointed out by Chandler. | Eric Christopher |
| 2012-03-20 | LoopSimplify bug fix. Handle indirect loop back edges. | Andrew Trick |
| 2012-03-20 | whitespace | Andrew Trick |
| 2012-03-19 | [asan] don't emit __asan_mapping_offset/__asan_mapping_scale by default -- th... | Kostya Serebryany |
| 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 |