aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/iCall.cpp
AgeCommit message (Expand)Author
2004-07-29Merge i*.cpp definitions into Instructions.cpp as part of bug403.Alkis Evlogimenos
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-18bug 122:Reid Spencer
2004-07-16Add convinience constructor for function calls with two args.Alkis Evlogimenos
2004-05-27Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos
2004-05-26Refactor common initialization code in private init() functions.Alkis Evlogimenos
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner
2003-11-20* Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-31Did I mention that I _HATE_ CPRs?Chris Lattner
2003-10-31Constant pointer refs are causing these to fail unnecessarily, which is causingChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
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