aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader
Commit message (Expand)AuthorAgeFilesLines
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-252-23/+41
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-231-1/+1
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-151-0/+14
* 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
* Broad superficial changes:Chris Lattner2001-07-071-1/+1
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-072-14/+11
* Miscellaneous cleanups:Chris Lattner2001-06-272-12/+9
* 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-065-0/+1062