aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAgeFilesLines
* If we're going to make the braces of functions line up for ease of readabilityMisha Brukman2004-10-191-6/+6
* Add long overdue methodsChris Lattner2004-10-111-0/+11
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix grammar and doxygenify comments.Misha Brukman2004-03-011-6/+6
* Annotations are evil. This makes Value not derive from Annotable, which makesChris Lattner2004-02-261-1/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
* Expose new print methodsChris Lattner2003-10-301-1/+2
* Add two new function stubs for viewing the CFG of a function inside of theChris Lattner2003-10-221-0/+15
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Rename getEntryNode -> getEntryBlock()Chris Lattner2003-09-201-2/+2
* Add new deleteBody methodChris Lattner2003-09-171-2/+13
* Update out of date commentChris Lattner2003-05-091-2/+2
* Initial support for intrinsic functionsChris Lattner2003-05-081-0/+10
* Add new linkage types to support a real frontendChris Lattner2003-04-161-2/+2
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-4/+2
* Eliminate the concept of a deferred symbol table. The optimization really is...Chris Lattner2002-11-201-13/+3
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-151-1/+1
* Make isExtern() be a virtual function inherited from GlobalValueChris Lattner2002-10-091-1/+1
* * Clean up some commentsChris Lattner2002-09-061-1/+1
* * Clean up indentation a bitChris Lattner2002-09-061-15/+21
* Convert comments to Doxygen styleChris Lattner2002-08-251-24/+26
* *** empty log message ***Chris Lattner2002-06-251-29/+84
* * Incorporate the functionality of SymTabValue into FunctionChris Lattner2002-04-281-8/+31
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+2
* * Add virtual print methodsChris Lattner2002-04-081-0/+1
* s/Method/Function/Chris Lattner2002-03-291-4/+4
* Transform uses of Method into uses of Function.Chris Lattner2002-03-261-8/+4
* Update documentation, rename Method to Function, move typedef to Value.h for ...Chris Lattner2002-03-231-14/+12
* Add transition typedef to FunctionChris Lattner2002-03-231-0/+2
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-121-129/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-9/+9
* Implement proper iterator tagsChris Lattner2001-12-131-1/+5
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-4/+4
* Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner2001-11-261-1/+1
* Remove unneeded forward declChris Lattner2001-11-081-1/+0
* Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve2001-11-081-6/+0
* Fix ordering problem. Found by purify. :)Chris Lattner2001-10-301-1/+1
* Added object of class MachineCodeForMethod.Vikram S. Adve2001-10-221-3/+10
* Update comment, remove misleading methodChris Lattner2001-10-141-7/+5
* Added getEntryNode() and getExitNode() functions.Vikram S. Adve2001-10-141-1/+6
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-031-6/+0
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-5/+4
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+2
* Add support for new style castsChris Lattner2001-10-011-0/+5
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-1/+28
* * Method::getType should return type cast as MethodType, eliminate getMethodTypeChris Lattner2001-09-101-1/+3
* Implement global variable supportChris Lattner2001-09-101-1/+1
* * Support new setName interfaceChris Lattner2001-09-071-3/+5
* Rename 'isMethodExternal' to 'isExternal'Chris Lattner2001-07-151-2/+2
* Made the following changes:Chris Lattner2001-07-141-4/+4