summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
Commit message (Expand)AuthorAge
* Add support to the bytecode writer 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
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-08
* 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
* Initial revisionChris Lattner2001-06-06