* Minor cleanups
[oota-llvm.git] / include / llvm / Function.h
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