aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
AgeCommit message (Expand)Author
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-26For PR645:Reid Spencer
2007-01-06For PR411:Reid Spencer
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2005-10-25Add a missing Module::setTargetTriple method.Chris Lattner
2005-05-16remove deprecated methodsChris Lattner
2005-05-06Add support for explicit calling conventionsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner
2005-03-14Remove the reverse iterators for arguments and global vars.Chris Lattner
2005-03-05remove all of the various setName implementations, consolidating them intoChris Lattner
2005-03-05Remove the second argument to Value::setName, it is never needed.Chris Lattner
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29Adjust to changes in ilistChris Lattner
2005-01-07Add convenience method.Chris Lattner
2004-12-05Add a new methodChris Lattner
2004-11-15Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner
2004-10-19If we're going to make the braces of functions line up for ease of readabilityMisha Brukman
2004-10-11Add long overdue methodsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
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