| Age | Commit message (Expand) | Author |
| 2010-04-20 | use abstract accessors to CallInst | Gabor Greif |
| 2010-04-20 | remove a bunch of ad-hoc code to simplify instructions from | Chris Lattner |
| 2010-04-20 | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner |
| 2010-04-19 | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | Refine the detection of seemingly infinitely recursive calls where the | Dan Gohman |
| 2010-04-16 | reapply r101434 | Gabor Greif |
| 2010-04-16 | fix comment noticed by Bob | Chris Lattner |
| 2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 2010-04-16 | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner |
| 2010-04-16 | improve comments. | Chris Lattner |
| 2010-04-16 | pull all the ConvertToScalarInfo code together into one | Chris Lattner |
| 2010-04-16 | more refactoring: suck some stuff out of SRoA into | Chris Lattner |
| 2010-04-16 | shift intrinsic operand | Gabor Greif |
| 2010-04-15 | introduce a new ConvertToScalarInfo struct to simplify | Chris Lattner |
| 2010-04-15 | tidy interface to isOnlyCopiedFromConstantGlobal | Chris Lattner |
| 2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
| 2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
| 2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
| 2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
| 2010-04-14 | performance: cache the dereferenced use_iterator | Gabor Greif |
| 2010-04-14 | performance: cache the dereferenced use_iterator | Gabor Greif |
| 2010-04-13 | Remove SCCVN from the CMake build system. | Owen Anderson |
| 2010-04-13 | SCCVN, we hardly knew ye! | Owen Anderson |
| 2010-04-13 | Teach IndVarSimplify how to eliminate remainder operators where the | Dan Gohman |
| 2010-04-12 | Suppress LinearFunctionTestReplace when the computed backedge-taken | Dan Gohman |
| 2010-04-12 | Delete this code, which is no longer needed. | Dan Gohman |
| 2010-04-12 | Move the EliminateIVUsers call back out to its original location. Now that | Dan Gohman |
| 2010-04-12 | Use RecursivelyDeleteTriviallyDeadInstructions in EliminateIVComparisons, | Dan Gohman |
| 2010-04-12 | Re-apply r101000, with a fix: Don't eliminate an icmp which is part of | Dan Gohman |
| 2010-04-12 | Revert 101000, which is breaking self-host builds. | Dan Gohman |
| 2010-04-11 | Teach IndVarSimplify how to eliminate comparisons involving induction | Dan Gohman |
| 2010-04-11 | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman |
| 2010-04-10 | fix PR6743, a case where we'd delete an instruction before using it | Chris Lattner |
| 2010-04-09 | When determining a canonical insert position, don't climb deeper | Dan Gohman |
| 2010-04-09 | When looking for loop-invariant users, look through no-op instructions, | Dan Gohman |
| 2010-04-09 | const-ize a predicate | Gabor Greif |
| 2010-04-09 | Refactor the code for computing the insertion point for an expression into | Dan Gohman |
| 2010-04-09 | fix a SCCP miscompilation that could happen when a | Chris Lattner |
| 2010-04-08 | Avoid allocating a value of zero in a register if the initial formula | Dan Gohman |
| 2010-04-08 | Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. | Dan Gohman |
| 2010-04-08 | When expanding expressions which are using post-inc mode for multiple loops, | Dan Gohman |
| 2010-04-07 | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman |
| 2010-04-06 | performance: get rid of repeated dereferencing of use_iterator by caching its... | Gabor Greif |
| 2010-04-05 | fix a really nasty bug that Evan was tracking in SCCP. When resolving | Chris Lattner |
| 2010-04-05 | some code cleanups, use SwitchInst::findCaseValue, reduce indentation | Chris Lattner |
| 2010-04-05 | Code clean up. | Evan Cheng |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-03 | require that the branch being controlled by the IV | Chris Lattner |
| 2010-04-03 | add integer overflow check for the fp induction variable | Chris Lattner |