summaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAge
* If we're going to make the braces of functions line up for ease of readabilityMisha Brukman2004-10-19
* Add long overdue methodsChris Lattner2004-10-11
* Changes For Bug 352Reid Spencer2004-09-01
* Fix grammar and doxygenify comments.Misha Brukman2004-03-01
* Annotations are evil. This makes Value not derive from Annotable, which makesChris Lattner2004-02-26
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Expose new print methodsChris Lattner2003-10-30
* Add two new function stubs for viewing the CFG of a function inside of theChris Lattner2003-10-22
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Rename getEntryNode -> getEntryBlock()Chris Lattner2003-09-20
* Add new deleteBody methodChris Lattner2003-09-17
* 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