aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/InstructionReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with a cast instruction that must be expanded to type 0Chris Lattner2001-10-211-3/+7
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-131-12/+71
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-2/+2
* Commit more code over to new cast styleChris Lattner2001-10-021-11/+11
* Convert more code to use new style castsChris Lattner2001-10-011-14/+14
* getMethodType is now just getTypeChris Lattner2001-09-101-2/+2
* * Remove support for internal constant poolChris Lattner2001-09-071-1/+1
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-281-38/+37
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-18/+36
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-2/+35
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-16/+71
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-2/+1
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+4
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-3/+5
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-7/+11
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-4/+3
* Updates to supportChris Lattner2001-06-111-13/+18
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-3/+4
* Initial revisionChris Lattner2001-06-061-0/+213