summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
...
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-231-1/+1
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-232-2/+1
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-151-4/+10
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-151-0/+14
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-1/+1
* Implementation of Store & GetElementPtrChris Lattner2001-07-082-7/+49
* 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-082-0/+13
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-3/+5
* Broad superficial changes:Chris Lattner2001-07-072-8/+8
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-074-34/+29
* Miscellaneous cleanups:Chris Lattner2001-06-273-24/+17
* Convert ugly postincrement to efficient preincrementChris Lattner2001-06-271-2/+2
* 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-0611-0/+1668
OpenPOWER on IntegriCloud