| Age | Commit message (Expand) | Author |
| 2009-08-31 | fix some cases where instcombine would change hte IR but not return true | Chris Lattner |
| 2009-08-31 | comment and simplify some code. | Chris Lattner |
| 2009-08-31 | add -debug output | Chris Lattner |
| 2009-08-31 | improve -debug output, so that -debug is more likely to print when | Chris Lattner |
| 2009-08-31 | fix a bug I introduced with my 'instcombine builder' refactoring | Chris Lattner |
| 2009-08-31 | simplify some code by making the SCCNodes set contain Function*'s | Chris Lattner |
| 2009-08-31 | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner |
| 2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner |
| 2009-08-30 | Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x | Chris Lattner |
| 2009-08-30 | misc cleanup | Chris Lattner |
| 2009-08-30 | add getPointerAddressSpace() to GEP instruction, use the method | Chris Lattner |
| 2009-08-30 | eliminate InsertCastBefore, use the builder instead. | Chris Lattner |
| 2009-08-30 | eliminate InsertBitCastBefore, just use the builder instead. | Chris Lattner |
| 2009-08-30 | convert a bunch more calls to InsertNewInstBefore to use | Chris Lattner |
| 2009-08-30 | fix typo | Chris Lattner |
| 2009-08-30 | give instcombine a custom IRBuilder that adds new instructions to the | Chris Lattner |
| 2009-08-30 | add a new InstCombineWorklist::AddValue method that works even | Chris Lattner |
| 2009-08-30 | move AddUsersToWorkList to the worklist processing class, make the | Chris Lattner |
| 2009-08-30 | rename AddUsesToWorkList -> AddOperandsToWorkList. The | Chris Lattner |
| 2009-08-30 | inline the trivial AddToWorkList/RemoveFromWorkList methods | Chris Lattner |
| 2009-08-30 | fix a bug I introduced in r80478 found by the build bot. | Chris Lattner |
| 2009-08-30 | refactor instcombine's worklist processing stuff out to its own class. | Chris Lattner |
| 2009-08-30 | more cleanups: remove some redundant code, and simplify some | Chris Lattner |
| 2009-08-30 | eliminate the temporary SrcGEPOperands smallvector. | Chris Lattner |
| 2009-08-30 | simplify/detangle some control flow. | Chris Lattner |
| 2009-08-30 | simplify and cleanup some code, remove some code that just | Chris Lattner |
| 2009-08-29 | Remove an unnecessary Context argument. | Dan Gohman |
| 2009-08-29 | Inline empty destructor. | Benjamin Kramer |
| 2009-08-29 | Fix warning about non-virtual destructor. | Bill Wendling |
| 2009-08-28 | Reapply 79977. | Devang Patel |
| 2009-08-28 | Preparation for Optimal Edge Profiling: | Andreas Neustifter |
| 2009-08-28 | finish a half formed thought :) | Chris Lattner |
| 2009-08-28 | Fix PR3913, patch by Jakub Staszak! | Chris Lattner |
| 2009-08-27 | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner |
| 2009-08-27 | unbreak the build, yay for symlinks + makefiles. :( | Chris Lattner |
| 2009-08-27 | reduce header #include'age | Chris Lattner |
| 2009-08-27 | enhance InlineFunction to be able to optionally return | Chris Lattner |
| 2009-08-27 | smallvectorize the list of returns built by CloneAndPruneFunctionInto. | Chris Lattner |
| 2009-08-27 | remove CloneTrace, which appears to be dead since 2004. | Chris Lattner |
| 2009-08-27 | reduce inlining factor some stuff out to a static helper function, | Chris Lattner |
| 2009-08-26 | Make this into a static method. | Owen Anderson |
| 2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
| 2009-08-26 | Remove unused variables. | Dan Gohman |
| 2009-08-25 | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman |
| 2009-08-25 | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman |
| 2009-08-25 | Special-case static allocas in IndVarSimplify's loop invariant | Dan Gohman |
| 2009-08-25 | Comment-ify. | Owen Anderson |
| 2009-08-25 | Switch to SmallVector. | Owen Anderson |
| 2009-08-25 | Pull out this predicate loop into a helper function. | Owen Anderson |
| 2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |