Start using the new and improve interface to FunctionType arguments
[oota-llvm.git] / lib / VMCore / iCall.cpp
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-31 Chris LattnerDid I mention that I _HATE_ CPRs?
2003-10-31 Chris LattnerConstant pointer refs are causing these to fail unneces...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-02-01 Chris LattnerSimplify assertions
2003-02-01 Joel StanleyAdded implementation of alternate CallInst constructors...
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
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