| Commit message (Expand) | Author | Age | Files | Lines |
* | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner | 2004-11-15 | 1 | -2/+2 |
* | If we're going to make the braces of functions line up for ease of readability | Misha Brukman | 2004-10-19 | 1 | -6/+6 |
* | Add long overdue methods | Chris Lattner | 2004-10-11 | 1 | -0/+11 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Fix grammar and doxygenify comments. | Misha Brukman | 2004-03-01 | 1 | -6/+6 |
* | Annotations are evil. This makes Value not derive from Annotable, which makes | Chris Lattner | 2004-02-26 | 1 | -1/+2 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+5 |
* | Expose new print methods | Chris Lattner | 2003-10-30 | 1 | -1/+2 |
* | Add two new function stubs for viewing the CFG of a function inside of the | Chris Lattner | 2003-10-22 | 1 | -0/+15 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Rename getEntryNode -> getEntryBlock() | Chris Lattner | 2003-09-20 | 1 | -2/+2 |
* | Add new deleteBody method | Chris Lattner | 2003-09-17 | 1 | -2/+13 |
* | Update out of date comment | Chris Lattner | 2003-05-09 | 1 | -2/+2 |
* | Initial support for intrinsic functions | Chris Lattner | 2003-05-08 | 1 | -0/+10 |
* | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -2/+2 |
* | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner | 2002-11-20 | 1 | -4/+2 |
* | Eliminate the concept of a deferred symbol table. The optimization really is... | Chris Lattner | 2002-11-20 | 1 | -13/+3 |
* | - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and | Chris Lattner | 2002-10-15 | 1 | -1/+1 |
* | Make isExtern() be a virtual function inherited from GlobalValue | Chris Lattner | 2002-10-09 | 1 | -1/+1 |
* | * Clean up some comments | Chris Lattner | 2002-09-06 | 1 | -1/+1 |
* | * Clean up indentation a bit | Chris Lattner | 2002-09-06 | 1 | -15/+21 |
* | Convert comments to Doxygen style | Chris Lattner | 2002-08-25 | 1 | -24/+26 |
* | *** empty log message *** | Chris Lattner | 2002-06-25 | 1 | -29/+84 |
* | * Incorporate the functionality of SymTabValue into Function | Chris Lattner | 2002-04-28 | 1 | -8/+31 |
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 1 | -2/+2 |
* | * Add virtual print methods | Chris Lattner | 2002-04-08 | 1 | -0/+1 |
* | s/Method/Function/ | Chris Lattner | 2002-03-29 | 1 | -4/+4 |
* | Transform uses of Method into uses of Function. | Chris Lattner | 2002-03-26 | 1 | -8/+4 |
* | Update documentation, rename Method to Function, move typedef to Value.h for ... | Chris Lattner | 2002-03-23 | 1 | -14/+12 |
* | Add transition typedef to Function | Chris Lattner | 2002-03-23 | 1 | -0/+2 |
* | * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file | Chris Lattner | 2002-02-12 | 1 | -129/+1 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -9/+9 |
* | Implement proper iterator tags | Chris Lattner | 2001-12-13 | 1 | -1/+5 |
* | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 1 | -4/+4 |
* | Implement "internal vs external linkage" which corresponds to the C notion of... | Chris Lattner | 2001-11-26 | 1 | -1/+1 |
* | Remove unneeded forward decl | Chris Lattner | 2001-11-08 | 1 | -1/+0 |
* | Removed MachineCodeForMethod object and made it an annotation. | Vikram S. Adve | 2001-11-08 | 1 | -6/+0 |
* | Fix ordering problem. Found by purify. :) | Chris Lattner | 2001-10-30 | 1 | -1/+1 |
* | Added object of class MachineCodeForMethod. | Vikram S. Adve | 2001-10-22 | 1 | -3/+10 |
* | Update comment, remove misleading method | Chris Lattner | 2001-10-14 | 1 | -7/+5 |
* | Added getEntryNode() and getExitNode() functions. | Vikram S. Adve | 2001-10-14 | 1 | -1/+6 |
* | Factor parentness out of Module & GlobalVariable into GlobalValue | Chris Lattner | 2001-10-03 | 1 | -6/+0 |
* | * Both Method & GlobalVariable now subclass GlobalValue | Chris Lattner | 2001-10-03 | 1 | -5/+4 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -2/+2 |
* | Add support for new style casts | Chris Lattner | 2001-10-01 | 1 | -0/+5 |
* | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner | 2001-09-28 | 1 | -1/+28 |
* | * Method::getType should return type cast as MethodType, eliminate getMethodType | Chris Lattner | 2001-09-10 | 1 | -1/+3 |
* | Implement global variable support | Chris Lattner | 2001-09-10 | 1 | -1/+1 |
* | * Support new setName interface | Chris Lattner | 2001-09-07 | 1 | -3/+5 |
* | Rename 'isMethodExternal' to 'isExternal' | Chris Lattner | 2001-07-15 | 1 | -2/+2 |