| Age | Commit message (Expand) | Author |
| 2010-04-11 | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman |
| 2010-04-10 | Implement support for varargs functions without any fixed | Chris Lattner |
| 2010-04-10 | fix PR6743, a case where we'd delete an instruction before using it | Chris Lattner |
| 2010-04-10 | fix PR6760, a missing check in heap SRoA. | Chris Lattner |
| 2010-04-09 | When determining a canonical insert position, don't climb deeper | Dan Gohman |
| 2010-04-09 | suck the propagating "has dynamic libs" check into a single makefile | Chris Lattner |
| 2010-04-09 | add minix support, patch by Kees van Reeuwijk! PR6797 | Chris Lattner |
| 2010-04-09 | Adding IPSCCP and Internalize passes to the C-bindings | Wesley Peck |
| 2010-04-09 | When looking for loop-invariant users, look through no-op instructions, | Dan Gohman |
| 2010-04-09 | performance: cache result of looking up user | Gabor Greif |
| 2010-04-09 | Minor code simplification. | 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 | Say bitcast instead of bitconvert. | Dan Gohman |
| 2010-04-07 | Add support for stpncpy_chk. | Eric Christopher |
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
| 2010-04-07 | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman |
| 2010-04-07 | fix 80-col violations | Gabor Greif |
| 2010-04-06 | performance: get rid of repeated dereferencing of use_iterator by caching its... | Gabor Greif |
| 2010-04-06 | make more two predicates constant | Gabor Greif |
| 2010-04-06 | performance: get rid of repeated dereferencing of use_iterator by caching its... | Gabor Greif |
| 2010-04-06 | const-ize predicate ValueIsOnlyUsedLocallyOrStoredToOneGlobal | Gabor Greif |
| 2010-04-06 | use CallSite to access calls vs. invokes uniformly | 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 |
| 2010-04-03 | add a comment and fix some consistency issues, converting | Chris Lattner |
| 2010-04-03 | fix PR6761, a miscompilation due to the fp->int IV conversion | Chris Lattner |
| 2010-04-03 | just eliminate the uitofp checks. This code isn't doing | Chris Lattner |
| 2010-04-03 | rename PH -> PN to be consistent with WeakPN and the rest | Chris Lattner |
| 2010-04-03 | improve comment and drop a dead check. If PH had | Chris Lattner |
| 2010-04-03 | strength reduce a ridiculous use of APInt. | Chris Lattner |
| 2010-04-03 | rename stuff improve comment grammar. | Chris Lattner |
| 2010-04-03 | simplify some code and resolve a fixme. | Chris Lattner |
| 2010-04-03 | There is no guarantee that the increment and the branch | Chris Lattner |
| 2010-04-03 | first half of a pass through IndVarSimplify::HandleFloatingPointIV, | Chris Lattner |
| 2010-04-03 | don't internalize available_externally functions, they are | Chris Lattner |
| 2010-04-03 | Revert all my SSAUpdater patches. The PHI placement algorithm is not correct | Bob Wilson |
| 2010-04-03 | Add a DEBUG_TYPE for the SSAUpdater. | Bob Wilson |
| 2010-04-03 | Code refactoring. | Evan Cheng |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Manually notify ScalarEvolution before making an operand replacement, since | Dan Gohman |