aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
AgeCommit message (Expand)Author
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-15Add support to the bytecode writer to recognize floating point constantsChris Lattner
2001-07-14* The parent of a constant pool is a symtabvalue, not a value.Chris Lattner
2001-07-14* The parent of a constant pool is a SymTabValue, not a value.Chris Lattner
2001-07-08Implementation of Store & GetElementPtrChris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-07-07Fixed some error messages to be nicerChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-27Convert ugly postincrement to efficient preincrementChris Lattner
2001-06-06Initial revisionChris Lattner