Now with less tabs!
[oota-llvm.git] / lib / VMCore / Function.cpp
2002-11-20 Chris LattnerEliminate the concept of a deferred symbol table. ...
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-09-17 Vikram S. AdveRemove specification of argument default from cpp file.
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-09-06 Chris Lattner* Remove extraneous #includes
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris Lattner* Incorporate the contents of SymTabValue into Function...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerImplement internal
2001-11-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-10-22 Vikram S. AdveDelete MachineCodeInfoForMethod object.
2001-10-22 Vikram S. AdveAdded MachineCodeForMethod object in class Method.
2001-10-20 Chris LattnerIt is valid to have unsigned arrays as constants.....
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-09-18 Chris LattnerRemove the unsized array constraint
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerUse correct style casts
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerSupport new setName interface
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision