aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/ConstantWriter.cpp
AgeCommit message (Expand)Author
2004-07-25bug 263:Reid Spencer
2004-07-15Fix for PR341Chris Lattner
2004-07-11Prepare the writer for a non-broken implementation of writing floatingReid Spencer
2004-07-04- Type::TypeTyID doesn't exist any more (bug 122)Reid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner
2004-02-01Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner
2004-01-18Add support for writing bytecode files with compactiontables for bytecode files.Chris Lattner
2004-01-15ConstantPointerRef's are no longer emitted. This saves 20028 bytes in theChris Lattner
2004-01-14The new bytecode format supports emitting strings a special case. This isChris Lattner
2004-01-14Ok, I can't handle it. This is a temporary checkin of a ton of statistics thatChris Lattner
2004-01-10Finegrainify namespacificationChris Lattner
2003-11-17Remove usage of ConstantPointerChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-29Explicitly cast type, so we aren't passing output_vbr a size_t.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-17Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos
2003-10-13Regularize header file commentsChris Lattner
2003-07-23Remove explicit const qualifiersChris Lattner
2003-03-19Changes to the V2 bytecode format:Chris Lattner
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-14Add support for writing ConstantExpr nodes.Vikram S. Adve
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Remove unsized array supportChris Lattner
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