Reverting dtor devirtualization patch.
[oota-llvm.git] / include / llvm / Function.h
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-08-20 Chris Lattnerclarify precedence, no functionality change.
2007-08-18 Chris LattnerCompute the argument list as lazily as possible. This...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-22 Reid SpencerFor PR1136:
2007-04-17 Chris Lattnermake getnext/getprev accessors private.
2007-04-17 Jeff CohenFix build breakage on 64-bit systems.
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-16 Reid SpencerFor PR1328:
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-09 Reid SpencerFor PR1146:
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-26 Reid SpencerFor PR645:
2007-01-06 Reid SpencerFor PR411:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2005-10-25 Chris LattnerAdd a missing Module::setTargetTriple method.
2005-05-16 Chris Lattnerremove deprecated methods
2005-05-06 Chris LattnerAdd support for explicit calling conventions
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnerremove a whole bunch of dead methods. Noone should...
2005-03-14 Chris LattnerRemove the reverse iterators for arguments and global...
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to changes in ilist
2005-01-07 Chris LattnerAdd convenience method.
2004-12-05 Chris LattnerAdd a new method
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-10-19 Misha BrukmanIf we're going to make the braces of functions line...
2004-10-11 Chris LattnerAdd long overdue methods
2004-09-01 Reid SpencerChanges For Bug 352
2004-03-01 Misha BrukmanFix grammar and doxygenify comments.
2004-02-26 Chris LattnerAnnotations are evil. This makes Value not derive...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerExpose new print methods
2003-10-22 Chris LattnerAdd two new function stubs for viewing the CFG of a...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-20 Chris LattnerRename getEntryNode -> getEntryBlock()
2003-09-17 Chris LattnerAdd new deleteBody method
2003-05-09 Chris LattnerUpdate out of date comment
2003-05-08 Chris LattnerInitial support for intrinsic functions
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-20 Chris LattnerEliminate the concept of a deferred symbol table. ...
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-10-09 Chris LattnerMake isExtern() be a virtual function inherited from...
2002-09-06 Chris Lattner* Clean up some comments
2002-09-06 Chris Lattner* Clean up indentation a bit
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-06-25 Chris Lattner*** empty log message ***
2002-04-28 Chris Lattner* Incorporate the functionality of SymTabValue into...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris Lattner* Add virtual print methods
2002-03-29 Chris Lattners/Method/Function/
2002-03-26 Chris LattnerTransform uses of Method into uses of Function.
2002-03-23 Chris LattnerUpdate documentation, rename Method to Function, move...
2002-03-23 Chris LattnerAdd transition typedef to Function
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerImplement proper iterator tags
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-26 Chris LattnerImplement "internal vs external linkage" which correspo...
2001-11-08 Chris LattnerRemove unneeded forward decl
2001-11-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-10-30 Chris LattnerFix ordering problem. Found by purify. :)
2001-10-22 Vikram S. AdveAdded object of class MachineCodeForMethod.
2001-10-14 Chris LattnerUpdate comment, remove misleading method
2001-10-14 Vikram S. AdveAdded getEntryNode() and getExitNode() functions.
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-10 Chris Lattner* Method::getType should return type cast as MethodType...
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Support new setName interface
2001-07-15 Chris LattnerRename 'isMethodExternal' to 'isExternal'
2001-07-14 Chris LattnerMade the following changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-25 Chris LattnerCFG.h: change the iterator tag
2001-06-06 Chris LattnerInitial revision