aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/iCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos2004-05-271-25/+64
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-261-34/+25
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-091-15/+11
* * Finegrainify namespacificationChris Lattner2003-11-201-10/+28
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+7
* Did I mention that I _HATE_ CPRs?Chris Lattner2003-10-311-0/+12
* Constant pointer refs are causing these to fail unnecessarily, which is causingChris Lattner2003-10-311-0/+31
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Simplify assertionsChris Lattner2003-02-011-8/+5
* Added implementation of alternate CallInst constructors (one ctor isJoel Stanley2003-02-011-0/+35
* Add capability to insert an instruction into a basic block immediately afterChris Lattner2002-09-101-4/+4
* Add a couple of extra casts to avoid having to add #includeChris Lattner2002-04-091-3/+3
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-9/+9
* s/MethodType/FunctionTypeChris Lattner2002-04-041-8/+8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+5
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-4/+4
* Fix erroneous assertion failure on the following code:Chris Lattner2001-10-211-1/+1
* Implement the invoke instructionChris Lattner2001-10-131-11/+50
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-2/+2
* Use correct style castsChris Lattner2001-09-101-3/+2
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-5/+5
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-24/+13
* Miscellaneous cleanups:Chris Lattner2001-06-271-3/+2
* Initial revisionChris Lattner2001-06-061-0/+48