aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/ConstantWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit const qualifiersChris Lattner2003-07-231-10/+10
* Changes to the V2 bytecode format:Chris Lattner2003-03-191-20/+14
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-3/+4
* Add support for writing ConstantExpr nodes.Vikram S. Adve2002-07-141-1/+23
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* s/Method/FunctionChris Lattner2002-03-291-3/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+3
* Remove unsized array supportChris Lattner2001-12-141-3/+1
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-15/+15
* Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner2001-10-231-0/+5
* 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