| Age | Commit message (Expand) | Author |
| 2009-10-30 | Add option to createGVNPass to disable PRE. | Evan Cheng |
| 2009-10-28 | Add ABCD, a generalized implementation of the Elimination of Array Bounds | Nick Lewycky |
| 2009-10-26 | Forgot to commit these. | Owen Anderson |
| 2009-10-26 | Remove FreeInst. | Victor Hernandez |
| 2009-10-26 | Check in the experimental GEP splitter pass. This pass splits complex | Dan Gohman |
| 2009-10-24 | MapValue doesn't needs its LLVMContext argument. | Dan Gohman |
| 2009-10-24 | Add an explicit keyword. | Dan Gohman |
| 2009-10-24 | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez |
| 2009-10-18 | remove the IndMemRemPass, which only made sense for when malloc/free were int... | Chris Lattner |
| 2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
| 2009-10-16 | Strip trailing white space. | Duncan Sands |
| 2009-10-13 | Move the InlineCost code from Transforms/Utils to Analysis. | Dan Gohman |
| 2009-10-13 | Start refactoring the inline cost estimation code so that it can be used | Dan Gohman |
| 2009-10-10 | add a simple helper method. | Chris Lattner |
| 2009-10-10 | add ability for clients of SSAUpdater to find out about the | Chris Lattner |
| 2009-10-10 | add the ability to get a rewritten value from the middle of a block, | Chris Lattner |
| 2009-10-10 | rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect | Chris Lattner |
| 2009-10-10 | Implement an efficient and fully general SSA update mechanism that | Chris Lattner |
| 2009-10-09 | Use names instead of numbers for some of the magic | Dale Johannesen |
| 2009-10-06 | remove predicate simplifier, it never got the last bugs beaten | Chris Lattner |
| 2009-10-04 | Do away with the strange use of BitVectors in SSI, and just use normal sets. ... | Owen Anderson |
| 2009-10-01 | remove the GVNPRE pass. It has been subsumed by the GVN pass. | Chris Lattner |
| 2009-09-28 | Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass. | Dan Gohman |
| 2009-09-16 | Add a new pass for doing late hoisting of floating-point and vector | Dan Gohman |
| 2009-09-16 | Preserve ProfileInfo during CodeGenPrepare. | Andreas Neustifter |
| 2009-09-10 | Correctly handle the case where a comparison is created in one BasicBlock and | Nick Lewycky |
| 2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
| 2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
| 2009-09-03 | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman |
| 2009-09-01 | Addedum to r80712, forgot to add files. | Andreas Neustifter |
| 2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner |
| 2009-08-27 | Implement a new optimization in the inliner: if inlining multiple | 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-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
| 2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
| 2009-07-25 | Update comments to new-style syntax. | Dan Gohman |
| 2009-07-25 | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman |
| 2009-07-24 | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman |
| 2009-07-22 | Remove a comment that was copy+pasted from the wrong place, | Torok Edwin |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-13 | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman |
| 2009-07-13 | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman |
| 2009-07-09 | Forgot a couple files when adding the -ssi-everything pass. | Nick Lewycky |
| 2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-05 | More LLVMContext-ification. | Owen Anderson |