aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated methodsChris Lattner2005-05-161-11/+0
* Add support for explicit calling conventionsChris Lattner2005-05-061-0/+7
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner2005-03-151-29/+0
* Remove the reverse iterators for arguments and global vars.Chris Lattner2005-03-141-20/+44
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+0
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-051-2/+2
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-6/+6
* Adjust to changes in ilistChris Lattner2005-01-291-5/+6
* Add convenience method.Chris Lattner2005-01-071-0/+4
* Add a new methodChris Lattner2004-12-051-0/+7
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-151-2/+2
* 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