aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/ConstantWriter.cpp
AgeCommit message (Expand)Author
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-23Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-13* Use new style casts moreChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-09-30Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner
2001-09-10ModuleTyID doesn't exist anyymoreChris Lattner
2001-09-07* Emit bytecode using a deque instead of a vector to be fasterChris Lattner
2001-07-25Add support for extern varargs methods & varargs method callsChris Lattner
2001-07-15Add support to the bytecode writer to recognize floating point constantsChris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-27Convert ugly postincrement to efficient preincrementChris Lattner
2001-06-06Initial revisionChris Lattner