| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't form a WeakVH around the sentinel node in the instructions BB | Chandler Carruth | 2012-03-24 | 1 | -4/+2 |
* | Refactor the interface to recursively simplifying instructions to be tad | Chandler Carruth | 2012-03-24 | 2 | -16/+8 |
* | Fix the MSVC build. | Francois Pichet | 2012-03-24 | 1 | -2/+2 |
* | More IndVarSimplify cleanup. | Andrew Trick | 2012-03-24 | 1 | -25/+16 |
* | add EP_OptimizerLast extension point | Kostya Serebryany | 2012-03-23 | 1 | -0/+1 |
* | Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it | Dan Gohman | 2012-03-23 | 1 | -2/+11 |
* | It's not possible to insert code immediately after an invoke in the | Dan Gohman | 2012-03-23 | 1 | -32/+42 |
* | When propagating equalities, eg replacing A with B in every basic block | Duncan Sands | 2012-03-23 | 1 | -0/+3 |
* | Indentation. | Duncan Sands | 2012-03-23 | 1 | -1/+1 |
* | Remove -enable-lsr-retry in time for 3.1. | Andrew Trick | 2012-03-22 | 1 | -20/+10 |
* | Remove -enable-lsr-nested in time for 3.1. | Andrew Trick | 2012-03-22 | 1 | -29/+10 |
* | Refactor the code for visiting instructions out into helper functions. | Dan Gohman | 2012-03-22 | 1 | -245/+271 |
* | Remove unused simplifyIVUsers | Andrew Trick | 2012-03-22 | 1 | -41/+0 |
* | Remove -enable-iv-rewrite, which has been unsupported since 3.0. | Andrew Trick | 2012-03-22 | 1 | -265/+7 |
* | don't use "signed", just something I noticed in patches flying by. | Chris Lattner | 2012-03-22 | 1 | -2/+2 |
* | [asan] fix one more bug related to long double | Kostya Serebryany | 2012-03-21 | 1 | -1/+1 |
* | Zap some dead code pointed out by Chandler. | Eric Christopher | 2012-03-20 | 1 | -4/+0 |
* | LoopSimplify bug fix. Handle indirect loop back edges. | Andrew Trick | 2012-03-20 | 1 | -5/+8 |
* | whitespace | Andrew Trick | 2012-03-20 | 1 | -2/+2 |
* | [asan] don't emit __asan_mapping_offset/__asan_mapping_scale by default -- th... | Kostya Serebryany | 2012-03-19 | 1 | -12/+17 |
* | Revert r152907. | Bill Wendling | 2012-03-16 | 1 | -15/+3 |
* | The alignment of the pointer part of the store instruction may have an | Bill Wendling | 2012-03-16 | 1 | -3/+15 |
* | Rip out support for 'llvm.noinline'. This thing has a strange history... | Chandler Carruth | 2012-03-16 | 1 | -45/+0 |
* | Start removing the use of an ad-hoc 'never inline' set and instead | Chandler Carruth | 2012-03-16 | 3 | -34/+50 |
* | LSR fix: Add isSimplifiedLoopNest to IVUsers analysis. | Andrew Trick | 2012-03-16 | 3 | -12/+22 |
* | In InstCombiner::visitOr, make sure we reverse the operand swap used for chec... | Eli Friedman | 2012-03-16 | 1 | -1/+7 |
* | Short term fix for pr12270 before we change dominates to handle unreachable | Rafael Espindola | 2012-03-15 | 1 | -29/+33 |
* | Use an iterator instead of calling .size() on the worklist every time, which ... | Bill Wendling | 2012-03-15 | 1 | -2/+2 |
* | Remove the basic inliner. This was added in 2007, and hasn't really | Chandler Carruth | 2012-03-15 | 2 | -183/+0 |
* | This pass didn't want the inline cost per-se, it just wants generic code | Chandler Carruth | 2012-03-15 | 1 | -1/+1 |
* | Fixed a transform crash when setting a negative size value for memset. Fixes... | Aaron Ballman | 2012-03-15 | 1 | -2/+6 |
* | [tsan] use FunctionBlackList | Kostya Serebryany | 2012-03-14 | 1 | -0/+9 |
* | [asan] rename class BlackList to FunctionBlackList and move it into a separat... | Kostya Serebryany | 2012-03-14 | 4 | -70/+120 |
* | When an invoke is marked with metadata indicating its unwind edge | Dan Gohman | 2012-03-14 | 1 | -1/+2 |
* | Change where we enable the heuristic that delays inlining into functions | Chandler Carruth | 2012-03-14 | 1 | -7/+14 |
* | Target override to allow CodeGenPrepare to sink address operands to intrinsic... | Pete Cooper | 2012-03-13 | 1 | -0/+9 |
* | enhance jump threading to preserve TBAA information when PRE'ing loads, | Chris Lattner | 2012-03-13 | 1 | -1/+12 |
* | Teach globalopt how to evaluate an invoke with a non-void return type. | Dan Gohman | 2012-03-13 | 1 | -5/+6 |
* | When inlining a function and adding its inner call sites to the | Chandler Carruth | 2012-03-12 | 1 | -1/+35 |
* | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 9 | -27/+27 |
* | Add statistics on removed switch cases, and fix the phi statistic | Duncan Sands | 2012-03-09 | 1 | -1/+5 |
* | When identifying exit nodes for the reverse-CFG reverse-post-order | Dan Gohman | 2012-03-09 | 1 | -2/+8 |
* | Eliminate switch cases that can never match, for example removes all | Duncan Sands | 2012-03-09 | 1 | -0/+86 |
* | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy | 2012-03-08 | 12 | -89/+92 |
* | fix typos | Sebastian Pop | 2012-03-05 | 1 | -7/+7 |
* | remove spaces on empty lines | Sebastian Pop | 2012-03-05 | 1 | -9/+9 |
* | This is not a common case, in fact it never happens! | Duncan Sands | 2012-03-05 | 1 | -4/+0 |
* | Switch mem2reg to use the new hashing infrastructure. | Chandler Carruth | 2012-03-05 | 1 | -1/+3 |
* | Replace the ad-hoc hashing in GVN with the new hashing infrastructure. | Chandler Carruth | 2012-03-05 | 1 | -10/+13 |
* | Nick pointed out on IRC that GVN's propagateEquality wasn't propagating | Duncan Sands | 2012-03-04 | 1 | -1/+11 |