Remove debugging info
[oota-llvm.git] / lib / VMCore / Function.cpp
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