| Age | Commit message (Expand) | Author |
| 2006-01-13 | Allow the code cloning interfaces to capture some important info about the | Chris Lattner |
| 2005-10-27 | Move some constant folding functions into LLVMAnalysis since they are used | John Criswell |
| 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 |
| 2005-08-04 | Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into | Nate Begeman |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
| 2004-10-16 | Add support for the unreachable instruction | Chris Lattner |
| 2004-09-15 | Add an optional argument to PromoteMemToReg | Chris Lattner |
| 2004-06-23 | Moved to include/llvm/Support | Misha Brukman |
| 2004-05-19 | Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini... | Alkis Evlogimenos |
| 2004-04-23 | Aggregating function arguments is now an option. Default is `no', as before. | Misha Brukman |
| 2004-04-13 | Add new interfaces | Chris Lattner |
| 2004-03-18 | The code extractor needs dominator information, so we provide it. | Chris Lattner |
| 2004-03-18 | Make this header file self-contained | Chris Lattner |
| 2004-03-17 | cleanup comment | Chris Lattner |
| 2004-03-14 | Remove dead file | Chris Lattner |
| 2004-03-14 | Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file. | Chris Lattner |
| 2004-03-02 | Add prototype for ExtractCodeRegion() | Misha Brukman |
| 2004-03-01 | Add ability to extract a single basic block into a new function. | Misha Brukman |
| 2004-02-28 | New Function-level transformation utils. | Misha Brukman |
| 2004-02-04 | Check in header file I forgot before. | Chris Lattner |
| 2004-01-12 | llvm::ConstantFoldInstruction | Chris Lattner |
| 2003-12-19 | Add new function | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-11-10 | Include forms of SplitCriticalEdge which work correctly with pred/succ iterators | Chris Lattner |
| 2003-11-10 | Move isCriticalEdge & SplitCritical into this file. While we're at it, change | Chris Lattner |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-10-05 | Change the interface to PromoteMemToReg to also take a DominatorTree | Chris Lattner |
| 2003-09-30 | Standardize header file comments | Chris Lattner |
| 2003-09-20 | Cleanup header file | Chris Lattner |
| 2003-09-10 | Expand the pass to unify all of the unwind blocks as well | Chris Lattner |
| 2003-08-31 | Fix an FLAT OUT WRONG comment | Chris Lattner |
| 2003-08-24 | Add versions of InlineFunction which work on Invoke instructions and general ... | Chris Lattner |
| 2003-05-31 | Fixed comment width, changed arg to be const, fixed indentation, removed unne... | Tanya Lattner |
| 2003-05-30 | Sorry, correcting small typo. | Tanya Lattner |
| 2003-05-30 | Added support for cloning a trace. | Tanya Lattner |
| 2003-05-29 | Doxygenify comments | Chris Lattner |
| 2003-05-20 | Hopefully, the final fix for `[Pp]ropogate'. | Misha Brukman |
| 2003-04-18 | Add prototype for new CloneBasicBlock function | Chris Lattner |
| 2003-03-31 | Add getAnalysisUsage method | Chris Lattner |
| 2003-03-03 | Change the mem2reg interface to accept a TargetData argument | Chris Lattner |
| 2003-02-22 | Add a new interface file for the PromoteMemToReg interface in the Utils library | Chris Lattner |
| 2002-12-10 | This file provides the function DemoteRegToStack(), which takes a | Vikram S. Adve |
| 2002-11-20 | Cloning stuff doesn't modify the source module | Chris Lattner |
| 2002-11-19 | Minor changes to cloning interface | Chris Lattner |
| 2002-11-19 | Extend function cloning interface to support inlining | Chris Lattner |
| 2002-11-19 | This file is supersumed by Utils/Cloning.h | Chris Lattner |
| 2002-11-19 | Merge cloning and inlining utilities | Chris Lattner |