aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAgeFilesLines
* clarify precedence, no functionality change.Chris Lattner2007-08-201-1/+1
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-181-16/+47
* Implement review feedbackAnton Korobeynikov2007-04-291-2/+2
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-9/+9
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-2/+2
* For PR1136:Reid Spencer2007-04-221-1/+1
* make getnext/getprev accessors private.Chris Lattner2007-04-171-9/+9
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-171-2/+2
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-171-3/+6
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-171-0/+22
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-3/+15
* For PR1328:Reid Spencer2007-04-161-1/+1
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-1/+1
* For PR1146:Reid Spencer2007-04-091-5/+17
* For PR411:Reid Spencer2007-02-051-3/+3
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-4/+4
* For PR645:Reid Spencer2007-01-261-7/+0
* For PR411:Reid Spencer2007-01-061-2/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* Add a missing Module::setTargetTriple method.Chris Lattner2005-10-251-2/+0
* 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