summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/ConstantWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* bug 263:Reid Spencer2004-07-251-220/+0
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Prepare the writer for a non-broken implementation of writing floatingReid Spencer2004-07-111-2/+2
* - Type::TypeTyID doesn't exist any more (bug 122)Reid Spencer2004-07-041-5/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-5/+5
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-091-2/+2
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-091-4/+4
* Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner2004-02-011-21/+0
* Add support for writing bytecode files with compactiontables for bytecode files.Chris Lattner2004-01-181-8/+0
* ConstantPointerRef's are no longer emitted. This saves 20028 bytes in theChris Lattner2004-01-151-7/+3
* The new bytecode format supports emitting strings a special case. This isChris Lattner2004-01-141-8/+45
* Ok, I can't handle it. This is a temporary checkin of a ton of statistics thatChris Lattner2004-01-141-4/+21
* Finegrainify namespacificationChris Lattner2004-01-101-4/+1
* Remove usage of ConstantPointerChris Lattner2003-11-171-3/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Explicitly cast type, so we aren't passing output_vbr a size_t.Brian Gaeke2003-10-291-1/+1
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-10/+10
* Regularize header file commentsChris Lattner2003-10-131-5/+1
* 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
OpenPOWER on IntegriCloud