Adjust to the changed StructType interface. In particular, getElementTypes() is...
[oota-llvm.git] / lib / Bytecode / Writer / ConstantWriter.cpp
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-01 Chris LattnerRemove all of the annoying statistics now that I'm...
2004-01-18 Chris LattnerAdd support for writing bytecode files with compactiont...
2004-01-15 Chris LattnerConstantPointerRef's are no longer emitted. This saves...
2004-01-14 Chris LattnerThe new bytecode format supports emitting strings a...
2004-01-14 Chris LattnerOk, I can't handle it. This is a temporary checkin...
2004-01-10 Chris LattnerFinegrainify namespacification
2003-11-17 Chris LattnerRemove usage of ConstantPointer
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-29 Brian GaekeExplicitly cast type, so we aren't passing output_vbr...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-13 Chris LattnerRegularize header file comments
2003-07-23 Chris LattnerRemove explicit const qualifiers
2003-03-19 Chris LattnerChanges to the V2 bytecode format:
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-14 Vikram S. AdveAdd support for writing ConstantExpr nodes.
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-03-29 Chris Lattners/Method/Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-23 Chris LattnerAllow unresolved/opaque types to be read and written...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris Lattner* Use new style casts more
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-30 Chris LattnerImplement constant pointers, and null specifically...
2001-09-10 Chris LattnerModuleTyID doesn't exist anyymore
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-15 Chris LattnerAdd support to the bytecode writer to recognize floatin...
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerConvert ugly postincrement to efficient preincrement
2001-06-06 Chris LattnerInitial revision