summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
...
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-28
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-26
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-26
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-25
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-23
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-15
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-15
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-14
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-14
* Implementation of Store & GetElementPtrChris Lattner2001-07-08
* Implemented shl, shl, & load instructionsChris Lattner2001-07-08
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-08
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-08
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-07
* Broad superficial changes:Chris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Fixed some error messages to be nicerChris Lattner2001-07-07
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Convert ugly postincrement to efficient preincrementChris Lattner2001-06-27
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-25
* Updates to supportChris Lattner2001-06-11
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-08
* Initial revisionChris Lattner2001-06-06