Implement CachedWriter class to allow module level printing of various components...
[oota-llvm.git] / lib / VMCore / iCall.cpp
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