aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/iCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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