Large mechanical patch.
[oota-llvm.git] / include / llvm / Function.h
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang PatelRemove tabs.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-02 Devang Patels/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
2008-09-02 Devang PatelGetter and setter for function notes.
2008-08-29 Daniel DunbarAdd GlobalValue::{removeFromParent,eraseFromParent}
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-10 Bill WendlingPull r53428 from Gaz into mainline:
2008-07-08 Duncan SandsAdd some helpers for manipulating function
2008-05-26 Duncan SandsFactor code to copy global value attributes like
2008-05-16 Eric ChristopherAdd functions to enable adding a single attribute to...
2008-04-08 Duncan SandsConvenience method for setting the nounwind
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-13 Chris Lattnermove a bunch of trivial methods to be inline.
2008-03-13 Chris LattnerVarious improvements suggested by Duncan
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-01-03 Chris LattnerDisallow copying explicitly.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-10 Duncan SandsMake PruneEH update the nounwind/noreturn attributes
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
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
next