| Age | Commit message (Expand) | Author |
| 2007-01-30 | The inliner/cloner can now optionally take TargetData info, which can be | Chris Lattner |
| 2007-01-30 | Change constant folding APIs to take an optional TargetData, and change | Chris Lattner |
| 2007-01-28 | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov |
| 2007-01-26 | Inherit CallGraphSCCPass directly from Pass. | Devang Patel |
| 2007-01-25 | Inherit BasicBlockPass directly from Pass. | Devang Patel |
| 2007-01-07 | remove an old instrumentation pass that is not used anymore. | Chris Lattner |
| 2006-12-23 | For PR950: | Reid Spencer |
| 2006-11-05 | Unbreak VC++ build. | Jeff Cohen |
| 2006-10-28 | add option to isCriticalEdge | Chris Lattner |
| 2006-10-28 | Expose a smarter way to break critical edges. | Chris Lattner |
| 2006-10-13 | Corrected formatting. | Bill Wendling |
| 2006-09-04 | add setJumpBufSize() and setJumpBufAlignment() to target-lowering. | Duraid Madina |
| 2006-08-28 | Add PredicateSimplifier pass. Collapses equal variables into one form | Nick Lewycky |
| 2006-08-21 | For PR885: | Reid Spencer |
| 2006-08-01 | Introducing plugable register allocators and instruction schedulers. | Jim Laskey |
| 2006-07-20 | Add new constructor to accept vector of exported names while creating | Devang Patel |
| 2006-06-08 | Update some comments, and expose LCSSAID in preparation for having other passes | Owen Anderson |
| 2006-06-02 | Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h | Chris Lattner |
| 2006-05-27 | Implement a new method: CloneAndPruneFunctionInto, as documented. | Chris Lattner |
| 2006-05-27 | Add an interface to constant fold and instruction given it's opcode, type | Chris Lattner |
| 2006-05-26 | Skeletal LCSSA pass. This is currently non-functional. Expect functionality | Owen Anderson |
| 2006-05-17 | Add a CloneModule call that exposes the mapping of values from the old module | Chris Lattner |
| 2006-05-14 | This is a proper fix for the compiler warning. A termination condition is | Chris Lattner |
| 2006-05-13 | Fix an infinite loop bug that Vladimir Prus identified. | Reid Spencer |
| 2006-05-02 | Add pass ID's for various passes, so they can be AddRequiredID. Patch by | Chris Lattner |
| 2006-04-20 | remove a dead prototype | Chris Lattner |
| 2006-04-10 | Add a simple pass to make sure that all (non-library) calls to malloc and free | Andrew Lenharth |
| 2006-03-16 | For each loop, keep track of all the IV expressions inserted indexed by | Evan Cheng |
| 2006-03-13 | Added target lowering hooks which LSR consults to make more intelligent | Evan Cheng |
| 2006-02-22 | Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. | Chris Lattner |
| 2006-02-10 | Remove a level of indirection. | Chris Lattner |
| 2006-01-16 | Remove a never-working pass | Chris Lattner |
| 2006-01-14 | Teach inline function how to update the callgraph when it makes changes. | Chris Lattner |
| 2006-01-13 | Allow the code cloning interfaces to capture some important info about the | Chris Lattner |
| 2005-11-28 | Added documented rsprofiler interface. Also remove new profiler passes, the | Andrew Lenharth |
| 2005-11-28 | Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,... | Andrew Lenharth |
| 2005-11-22 | Reg2Mem is something a pass may depend on, so allow that | Andrew Lenharth |
| 2005-11-10 | needs to go here to apparently. | Andrew Lenharth |
| 2005-11-10 | The pass everyone has been waiting for! | Andrew Lenharth |
| 2005-11-05 | Add support alignment of allocation instructions. | Nate Begeman |
| 2005-10-29 | Remove the LowerConstantExpressionsPass pass | Chris Lattner |
| 2005-10-27 | Move some constant folding functions into LLVMAnalysis since they are used | John Criswell |
| 2005-10-24 | Don't link these three passes in anymore | Chris Lattner |
| 2005-10-24 | Don't invade the system namespace | Chris Lattner |
| 2005-10-24 | There is no need for this to be VC++ only | Chris Lattner |
| 2005-10-19 | Make this work with the internalize change | Chris Lattner |
| 2005-10-18 | add an option to the internalize pass | Chris Lattner |
| 2005-09-27 | allow demotion to volatile values | Chris Lattner |
| 2005-09-26 | add a new function | Chris Lattner |
| 2005-08-17 | add a helper | Chris Lattner |