MEGAPATCH checkin.
[oota-llvm.git] / include / llvm / Function.h
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