* Fix a nefarious bugs: TypesEqual was wrong for varargs methods
[oota-llvm.git] / lib / VMCore / Function.cpp
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