| Age | Commit message (Expand) | Author |
| 2009-02-14 | Merge 64364 from mainline. | Tanya Lattner |
| 2009-02-04 | Merge from mainline. | Tanya Lattner |
| 2009-02-03 | Update the callgraph when replacing InvokeInst with CallInst when inlining. | Nick Lewycky |
| 2009-01-30 | use precise getters | Gabor Greif |
| 2009-01-28 | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands |
| 2009-01-24 | Revert previous change; even this mild and clearly | Dale Johannesen |
| 2009-01-24 | Improve the inlining cost function a bit. | Dale Johannesen |
| 2009-01-23 | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif |
| 2009-01-20 | another fix for PR3354 | Chris Lattner |
| 2009-01-19 | Doxygen-ify comments. | Bill Wendling |
| 2009-01-19 | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner |
| 2009-01-19 | Temporarily revert r62487. It's causing this error during a release bootstrap of | Bill Wendling |
| 2009-01-19 | Fix PR3016, a bug which can occur do to an invalid assumption: | Chris Lattner |
| 2009-01-19 | reduce indentation by using 'continue', no functionality change. | Chris Lattner |
| 2009-01-19 | Fix some problems in SpeculativelyExecuteBB. Basically, | Chris Lattner |
| 2009-01-18 | Make this a bit more explicit about which cases need the | Chris Lattner |
| 2009-01-17 | introduce typedef for complicated vector, and use it too | Gabor Greif |
| 2009-01-16 | typo | Gabor Greif |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-15 | avoid using iterators when they get invalidated potentially | Gabor Greif |
| 2009-01-13 | Fix testsuite regressions from recursive inlining. | Dale Johannesen |
| 2009-01-12 | Enable recursive inlining. Reduce inlining threshold | Dale Johannesen |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
| 2009-01-09 | Adjustments to last patch based on review. | Dale Johannesen |
| 2009-01-08 | Do not inline functions with (dynamic) alloca into | Dale Johannesen |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2008-12-18 | Fix PR2929 by making bugpoint/code extract propagate the nothrow | Chris Lattner |
| 2008-12-18 | make instnamer name unnamed blocks as well as instructions and args. | Chris Lattner |
| 2008-12-16 | Add a helper to remove a branch and DCE the condition, and use it | Eli Friedman |
| 2008-12-13 | Fix spelling. | Misha Brukman |
| 2008-12-07 | fix a bug I introduced in simplifycfg handling single entry phi | Chris Lattner |
| 2008-12-03 | Factor some code into a new FoldSingleEntryPHINodes method. | Chris Lattner |
| 2008-12-03 | third time is the charm. | Chris Lattner |
| 2008-12-03 | fix assertion. | Chris Lattner |
| 2008-12-03 | Rename DeleteBlockIfDead to DeleteDeadBlock and make it | Chris Lattner |
| 2008-12-03 | Factor some code out of SimplifyCFG, forming a new | Chris Lattner |
| 2008-11-28 | rewrite RecursivelyDeleteTriviallyDeadInstructions to use a more efficient | Chris Lattner |
| 2008-11-28 | remove some weirdness that came from the LSR code that has | Chris Lattner |
| 2008-11-27 | delete ErasePossiblyDeadInstructionTree, replacing uses of it with | Chris Lattner |
| 2008-11-27 | enhance RecursivelyDeleteTriviallyDeadInstructions to make | Chris Lattner |
| 2008-11-27 | Enhance RecursivelyDeleteTriviallyDeadInstructions to optionally | Chris Lattner |
| 2008-11-27 | remove doConstantPropagation and dceInstruction, they are just | Chris Lattner |
| 2008-11-27 | switch InstCombine::visitLoadInst to use | Chris Lattner |
| 2008-11-27 | enhance FindAvailableLoadedValue to make use of AliasAnalysis | Chris Lattner |
| 2008-11-27 | move FindAvailableLoadedValue from JumpThreading to Transforms/Utils. | Chris Lattner |
| 2008-11-27 | simplify this code a bit. | Chris Lattner |
| 2008-11-27 | move MergeBasicBlockIntoOnlyPred to Transforms/Utils. | Chris Lattner |
| 2008-11-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
| 2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |