aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/iCall.cpp
AgeCommit message (Expand)Author
2003-02-01Simplify assertionsChris Lattner
2003-02-01Added implementation of alternate CallInst constructors (one ctor isJoel Stanley
2002-09-10Add capability to insert an instruction into a basic block immediately afterChris Lattner
2002-04-09Add a couple of extra casts to avoid having to add #includeChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-10-21Fix erroneous assertion failure on the following code:Chris Lattner
2001-10-13Implement the invoke instructionChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-09-10Use correct style castsChris Lattner
2001-07-25Add support for extern varargs methods & varargs method callsChris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner