aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/ConstantWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-2/+2
* * Use new style casts moreChris Lattner2001-10-131-7/+18
* Commit more code over to new cast styleChris Lattner2001-10-021-5/+5
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-301-0/+5
* ModuleTyID doesn't exist anyymoreChris Lattner2001-09-101-1/+0
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-071-4/+4
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-2/+6
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-151-4/+10
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-1/+1
* Convert ugly postincrement to efficient preincrementChris Lattner2001-06-271-2/+2
* Initial revisionChris Lattner2001-06-061-0/+154