| Commit message (Expand) | Author | Age | Files | Lines |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Expose new print methods | Chris Lattner | 2003-10-30 | 1 | -1/+2 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Remove obsolete scoped pred and succ iterator typedefs | Chris Lattner | 2003-10-01 | 1 | -10/+0 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Minor simplification | Chris Lattner | 2003-08-31 | 1 | -2/+1 |
* | Allow specifying the name for the newly split basic block | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | - Add new ctor to BasicBlock to allow insertion before any BB, not just at | Chris Lattner | 2002-09-26 | 1 | -0/+4 |
* | * Clean up some comments | Chris Lattner | 2002-09-06 | 1 | -6/+9 |
* | Convert comments to Doxygen style | Chris Lattner | 2002-08-25 | 1 | -55/+57 |
* | Moved MachineCodeForBB to be an annotation on BasicBlock. | Vikram S. Adve | 2002-07-08 | 1 | -7/+0 |
* | *** empty log message *** | Chris Lattner | 2002-06-25 | 1 | -9/+29 |
* | * Add virtual print methods | Chris Lattner | 2002-04-08 | 1 | -0/+2 |
* | Change Method to Function | Chris Lattner | 2002-03-23 | 1 | -8/+6 |
* | Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -111/+13 |
* | * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file | Chris Lattner | 2002-02-12 | 1 | -71/+1 |
* | Remove extraneous #include | Chris Lattner | 2002-02-03 | 1 | -1/+2 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -4/+4 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -5/+5 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -5/+3 |
* | Add support for new style casts | Chris Lattner | 2001-10-01 | 1 | -1/+7 |
* | Add support for newer cleaner isa, cast, dyn_cast | Chris Lattner | 2001-10-01 | 1 | -2/+2 |
* | Pull predecessor and successor iterators out of the CFG*.h files, and plop th... | Chris Lattner | 2001-10-01 | 1 | -17/+126 |
* | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner | 2001-09-28 | 1 | -1/+67 |
* | Changing setName semantics | Chris Lattner | 2001-09-07 | 1 | -1/+1 |
* | Added vector of machine instructions for the basic block. | Vikram S. Adve | 2001-07-30 | 1 | -0/+8 |
* | Made the following changes: | Chris Lattner | 2001-07-14 | 1 | -4/+4 |
* | Changed the fundemental architecture of Operands for Instructions. Now | Chris Lattner | 2001-07-07 | 1 | -3/+0 |
* | Added new removePredecessor method prototype | Chris Lattner | 2001-06-29 | 1 | -0/+8 |
* | Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks() | Chris Lattner | 2001-06-27 | 1 | -4/+32 |
* | Factor the predeclarations of the CFG.h functionality into a seperate, new he... | Chris Lattner | 2001-06-20 | 1 | -0/+6 |
* | Moved iterators to the new CFG.h file. | Chris Lattner | 2001-06-07 | 1 | -153/+0 |
* | Fixes for BB iterators, additional methods added for DCE pass | Chris Lattner | 2001-06-07 | 1 | -8/+11 |
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+246 |