| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 2 | -2/+2 |
* | PR4123: don't crash when inlining a call which uses its own result. | Eli Friedman | 2009-05-08 | 1 | -3/+10 |
* | Simplify code by using SmallVector's pop_back_val() instead of | Dan Gohman | 2009-05-06 | 4 | -12/+6 |
* | Allow readonly functions to unwind exceptions. Teach | Duncan Sands | 2009-05-06 | 1 | -7/+5 |
* | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman | 2009-05-04 | 2 | -22/+6 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -0/+50 |
* | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman | 2009-05-03 | 2 | -6/+22 |
* | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman | 2009-05-02 | 2 | -22/+6 |
* | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman | 2009-05-02 | 2 | -5/+62 |
* | Real fix for PR3549, by using caching for predecessor counts in addition to t... | Owen Anderson | 2009-04-22 | 1 | -11/+13 |
* | Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test... | Owen Anderson | 2009-04-22 | 1 | -2/+5 |
* | use predicate instead of hand-rolled loop | Chris Lattner | 2009-04-21 | 1 | -11/+4 |
* | remove trailing whitespace | Jim Grosbach | 2009-04-17 | 1 | -50/+50 |
* | Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of | Eli Friedman | 2009-04-16 | 1 | -19/+11 |
* | While inlining, clone llvm.dbg.func.start intrinsic and adjust | Devang Patel | 2009-04-15 | 2 | -3/+52 |
* | Update call graph after inlining invoke. | Devang Patel | 2009-03-31 | 1 | -2/+19 |
* | Now that errs() is properly non-buffered, there's no need to | Dan Gohman | 2009-03-23 | 1 | -2/+1 |
* | Factorize out a concept - no functionality change. | Duncan Sands | 2009-03-21 | 1 | -2/+1 |
* | Don't load values out of global constants with weak | Duncan Sands | 2009-03-20 | 1 | -1/+2 |
* | Fix comment typo. | Dale Johannesen | 2009-03-19 | 1 | -1/+1 |
* | Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl. | Zhou Sheng | 2009-03-18 | 1 | -3/+0 |
* | Fix a bug. | Zhou Sheng | 2009-03-18 | 1 | -0/+3 |
* | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 1 | -2/+2 |
* | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 1 | -2/+2 |
* | Fix one more place where debug info affected | Dale Johannesen | 2009-03-13 | 1 | -2/+5 |
* | Previous debug info fix to this code wasn't quite | Dale Johannesen | 2009-03-12 | 1 | -5/+4 |
* | There already was a class to force deterministic | Dale Johannesen | 2009-03-12 | 1 | -23/+14 |
* | Another missing check for debug intrinsics. | Dale Johannesen | 2009-03-12 | 1 | -1/+1 |
* | Allow for switch values bigger than 64 bits. | Dale Johannesen | 2009-03-12 | 1 | -1/+1 |
* | Fix some nondeterministic behavior when forwarding | Dale Johannesen | 2009-03-12 | 1 | -3/+13 |
* | Don't consider debug intrinsics when checking | Dale Johannesen | 2009-03-10 | 1 | -2/+2 |
* | Ignore dbg info, while estimating size of jump through block. | Devang Patel | 2009-03-10 | 1 | -1/+3 |
* | If a function is marked alwaysinline, it must be inlined (possibly for correc... | Evan Cheng | 2009-03-10 | 1 | -7/+7 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 2 | -7/+4 |
* | Fix another case where debug info interferes with | Dale Johannesen | 2009-03-06 | 1 | -2/+6 |
* | While hoisting instruction to speculatively execute simple bb, ignore dbg int... | Devang Patel | 2009-03-06 | 1 | -18/+30 |
* | Tweak the check for promotable alloca's to handle | Dale Johannesen | 2009-03-06 | 1 | -1/+7 |
* | Add "check/remove dbg var" helper routines. | Devang Patel | 2009-03-06 | 1 | -0/+44 |
* | Revert unintended commmit. | Dale Johannesen | 2009-03-04 | 1 | -5/+2 |
* | Skip ptr-to-ptr bitcasts when counting in another case. | Dale Johannesen | 2009-03-04 | 1 | -4/+4 |
* | Always skip ptr-to-ptr bitcasts when counting, | Dale Johannesen | 2009-03-04 | 1 | -2/+5 |
* | Marking debug info intrinsics as not touching memory | Dale Johannesen | 2009-03-03 | 1 | -0/+3 |
* | Instruction counters must skip the bitcasts that | Dale Johannesen | 2009-03-03 | 1 | -0/+6 |
* | When removing a store to an alloca that has only one | Dale Johannesen | 2009-03-03 | 1 | -2/+1 |
* | Remove accidental check-ins in r65960. :-( | Bill Wendling | 2009-03-03 | 1 | -5/+1 |
* | Use > instead of >=. We want to promote aggregates of 128-bytes. | Bill Wendling | 2009-03-03 | 1 | -1/+5 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -2/+2 |
* | When sinking an insn in InstCombine bring its debug | Dale Johannesen | 2009-03-03 | 1 | -2/+25 |
* | Fix compiler warning about uninitialized variables. No functional change. | Nick Lewycky | 2009-02-27 | 1 | -1/+1 |
* | Ignore dbg info intrinsics when folding conditional branch to | Zhou Sheng | 2009-02-26 | 1 | -1/+5 |