| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 2 | -3/+3 |
* | Add support for the unreachable instruction | Chris Lattner | 2004-10-16 | 1 | -3/+4 |
* | Add an optional argument to PromoteMemToReg | Chris Lattner | 2004-09-15 | 1 | -1/+5 |
* | Moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -33/+0 |
* | Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini... | Alkis Evlogimenos | 2004-05-19 | 1 | -0/+8 |
* | Aggregating function arguments is now an option. Default is `no', as before. | Misha Brukman | 2004-04-23 | 1 | -3/+5 |
* | Add new interfaces | Chris Lattner | 2004-04-13 | 1 | -0/+9 |
* | The code extractor needs dominator information, so we provide it. | Chris Lattner | 2004-03-18 | 1 | -16/+16 |
* | Make this header file self-contained | Chris Lattner | 2004-03-18 | 1 | -0/+3 |
* | cleanup comment | Chris Lattner | 2004-03-17 | 1 | -1/+1 |
* | Remove dead file | Chris Lattner | 2004-03-14 | 1 | -34/+0 |
* | Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file. | Chris Lattner | 2004-03-14 | 1 | -0/+9 |
* | Add prototype for ExtractCodeRegion() | Misha Brukman | 2004-03-02 | 1 | -1/+5 |
* | Add ability to extract a single basic block into a new function. | Misha Brukman | 2004-03-01 | 1 | -0/+4 |
* | New Function-level transformation utils. | Misha Brukman | 2004-02-28 | 1 | -0/+28 |
* | Check in header file I forgot before. | Chris Lattner | 2004-02-04 | 1 | -2/+5 |
* | llvm::ConstantFoldInstruction | Chris Lattner | 2004-01-12 | 1 | -0/+7 |
* | Add new function | Chris Lattner | 2003-12-19 | 1 | -0/+10 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 7 | -2/+33 |
* | Include forms of SplitCriticalEdge which work correctly with pred/succ iterators | Chris Lattner | 2003-11-10 | 1 | -0/+19 |
* | Move isCriticalEdge & SplitCritical into this file. While we're at it, change | Chris Lattner | 2003-11-10 | 1 | -0/+16 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 7 | -0/+49 |
* | Change the interface to PromoteMemToReg to also take a DominatorTree | Chris Lattner | 2003-10-05 | 1 | -1/+3 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 3 | -3/+3 |
* | Cleanup header file | Chris Lattner | 2003-09-20 | 1 | -2/+4 |
* | Expand the pass to unify all of the unwind blocks as well | Chris Lattner | 2003-09-10 | 1 | -12/+13 |
* | Fix an FLAT OUT WRONG comment | Chris Lattner | 2003-08-31 | 1 | -2/+3 |
* | Add versions of InlineFunction which work on Invoke instructions and general ... | Chris Lattner | 2003-08-24 | 1 | -1/+4 |
* | Fixed comment width, changed arg to be const, fixed indentation, removed unne... | Tanya Lattner | 2003-05-31 | 1 | -5/+5 |
* | Sorry, correcting small typo. | Tanya Lattner | 2003-05-30 | 1 | -1/+1 |
* | Added support for cloning a trace. | Tanya Lattner | 2003-05-30 | 1 | -0/+7 |
* | Doxygenify comments | Chris Lattner | 2003-05-29 | 1 | -16/+15 |
* | Hopefully, the final fix for `[Pp]ropogate'. | Misha Brukman | 2003-05-20 | 1 | -4/+4 |
* | Add prototype for new CloneBasicBlock function | Chris Lattner | 2003-04-18 | 1 | -2/+28 |
* | Add getAnalysisUsage method | Chris Lattner | 2003-03-31 | 1 | -2/+5 |
* | Change the mem2reg interface to accept a TargetData argument | Chris Lattner | 2003-03-03 | 1 | -3/+3 |
* | Add a new interface file for the PromoteMemToReg interface in the Utils library | Chris Lattner | 2003-02-22 | 1 | -0/+29 |
* | This file provides the function DemoteRegToStack(), which takes a | Vikram S. Adve | 2002-12-10 | 1 | -0/+21 |
* | Cloning stuff doesn't modify the source module | Chris Lattner | 2002-11-20 | 1 | -1/+1 |
* | Minor changes to cloning interface | Chris Lattner | 2002-11-19 | 1 | -1/+24 |
* | Extend function cloning interface to support inlining | Chris Lattner | 2002-11-19 | 1 | -2/+7 |
* | This file is supersumed by Utils/Cloning.h | Chris Lattner | 2002-11-19 | 1 | -17/+0 |
* | Merge cloning and inlining utilities | Chris Lattner | 2002-11-19 | 1 | -0/+41 |
* | - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus | Chris Lattner | 2002-09-24 | 1 | -15/+0 |
* | - Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdge | Chris Lattner | 2002-09-06 | 1 | -4/+5 |
* | * Doxygenize API | Chris Lattner | 2002-09-06 | 1 | -23/+39 |
* | Remove duplicate #include | Chris Lattner | 2002-09-02 | 1 | -1/+0 |
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 1 | -2/+1 |
* | Implement a new RemoveSuccessor function | Chris Lattner | 2002-07-29 | 1 | -4/+11 |
* | * Eliminate the Provided set. All Passes now finally just automatically | Chris Lattner | 2002-07-29 | 1 | -1/+0 |