| Age | Commit message (Expand) | Author |
| 2009-09-10 | Add malloc call utility functions. Patch by Victor Hernandez. | Evan Cheng |
| 2009-09-09 | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman |
| 2009-09-09 | Reflow comment. | Mike Stump |
| 2009-09-09 | Preserve ProfileInfo. | Andreas Neustifter |
| 2009-09-09 | Fix an 80-column violation. | Dan Gohman |
| 2009-09-09 | revert r81335, which breaks the build. | Chris Lattner |
| 2009-09-09 | Updated ProfileInfo to have clean seperation between different sentinels. | Andreas Neustifter |
| 2009-09-08 | Fix PR4909, patch by Jakub Staszak. | Owen Anderson |
| 2009-09-08 | remove an extremely dubious instcombine transformation of | Chris Lattner |
| 2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
| 2009-09-08 | remove a turd | Chris Lattner |
| 2009-09-08 | instcombine transforms vector loads that are only used by | Chris Lattner |
| 2009-09-08 | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner |
| 2009-09-07 | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman |
| 2009-09-07 | Don't commit stores with addresses that have indices that are not | Dan Gohman |
| 2009-09-07 | Don't commit addresses of aggregate values. This avoids problems with | Dan Gohman |
| 2009-09-07 | Fix GlobalOpt to avoid committing a store if the address getelementptr | Dan Gohman |
| 2009-09-07 | Preserve the InBounds flag when evaluating a getelementptr instruction | Dan Gohman |
| 2009-09-07 | Simplify this code by using hasDefinitiveInitializer(). | Dan Gohman |
| 2009-09-06 | Fix comment. | Eric Christopher |
| 2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands |
| 2009-09-06 | Fix a possible crash call setIsInBounds. | Daniel Dunbar |
| 2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
| 2009-09-06 | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar |
| 2009-09-04 | Converted MaximumSpanningTree algorithm to a generic template, this could go | Andreas Neustifter |
| 2009-09-04 | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman |
| 2009-09-03 | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman |
| 2009-09-03 | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman |
| 2009-09-03 | Keep track of how many memmove calls were turned into | Duncan Sands |
| 2009-09-03 | Code Cleanup. | Andreas Neustifter |
| 2009-09-03 | Remove VISIBILITY_HIDDEN from this file. | Nick Lewycky |
| 2009-09-03 | In C++, code is not allowed to call main. In C it is, this | Chris Lattner |
| 2009-09-03 | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif |
| 2009-09-03 | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif |
| 2009-09-02 | Sort edges in MaximumSpanningTree more stable in case of equal weight. | Andreas Neustifter |
| 2009-09-02 | Changed set of BlocksToInstrument to set of InsertedBlocks that do not have to | Andreas Neustifter |
| 2009-09-02 | Code cleanups and added comments. | Andreas Neustifter |
| 2009-09-02 | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner |
| 2009-09-02 | clean up this code a bit. | Chris Lattner |
| 2009-09-02 | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner |
| 2009-09-02 | fix PR4837, some bugs folding vector compares. These | Chris Lattner |
| 2009-09-01 | OptimalEdgeProfiling: Creation of profiles. | Andreas Neustifter |
| 2009-09-01 | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner |
| 2009-09-01 | cleanup/simplify | Chris Lattner |
| 2009-09-01 | remove a bunch of explicit code previously needed to update the | Chris Lattner |
| 2009-09-01 | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner |
| 2009-09-01 | random code cleanups, no functionality change. | Chris Lattner |
| 2009-09-01 | Update CMake files. | Ted Kremenek |
| 2009-09-01 | Preparation for Optimal Edge Profiling: | Andreas Neustifter |
| 2009-09-01 | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner |