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