MEGAPATCH checkin.
[oota-llvm.git] / lib / VMCore / iCall.cpp
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid having to add...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-10-21 Chris LattnerFix erroneous assertion failure on the following code:
2001-10-13 Chris LattnerImplement the invoke instruction
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-09-10 Chris LattnerUse correct style casts
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision