aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-252-4/+57
* 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
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-1/+1
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-141-0/+1
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-5/+14
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+9
* Broad superficial changes:Chris Lattner2001-07-071-7/+7
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-072-20/+18
* Fixed some error messages to be nicerChris Lattner2001-07-071-2/+2
* Miscellaneous cleanups:Chris Lattner2001-06-272-18/+13
* Convert ugly postincrement to efficient preincrementChris Lattner2001-06-271-2/+2
* Initial revisionChris Lattner2001-06-067-0/+892