summaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAge
* Update out of date commentChris Lattner2003-05-09
* Initial support for intrinsic functionsChris Lattner2003-05-08
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* Eliminate the concept of a deferred symbol table. The optimization really is...Chris Lattner2002-11-20
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-15
* Make isExtern() be a virtual function inherited from GlobalValueChris Lattner2002-10-09
* * Clean up some commentsChris Lattner2002-09-06
* * Clean up indentation a bitChris Lattner2002-09-06
* Convert comments to Doxygen styleChris Lattner2002-08-25
* *** empty log message ***Chris Lattner2002-06-25
* * Incorporate the functionality of SymTabValue into FunctionChris Lattner2002-04-28
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* * Add virtual print methodsChris Lattner2002-04-08
* s/Method/Function/Chris Lattner2002-03-29
* Transform uses of Method into uses of Function.Chris Lattner2002-03-26
* Update documentation, rename Method to Function, move typedef to Value.h for ...Chris Lattner2002-03-23
* Add transition typedef to FunctionChris Lattner2002-03-23
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-12
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Implement proper iterator tagsChris Lattner2001-12-13
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner2001-11-26
* Remove unneeded forward declChris Lattner2001-11-08
* Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve2001-11-08
* Fix ordering problem. Found by purify. :)Chris Lattner2001-10-30
* Added object of class MachineCodeForMethod.Vikram S. Adve2001-10-22
* Update comment, remove misleading methodChris Lattner2001-10-14
* Added getEntryNode() and getExitNode() functions.Vikram S. Adve2001-10-14
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-03
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Add support for new style castsChris Lattner2001-10-01
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* * Method::getType should return type cast as MethodType, eliminate getMethodTypeChris Lattner2001-09-10
* Implement global variable supportChris Lattner2001-09-10
* * Support new setName interfaceChris Lattner2001-09-07
* Rename 'isMethodExternal' to 'isExternal'Chris Lattner2001-07-15
* Made the following changes:Chris Lattner2001-07-14
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()Chris Lattner2001-06-27
* CFG.h: change the iterator tagChris Lattner2001-06-25
* Initial revisionChris Lattner2001-06-06