Regularize header file comments
[oota-llvm.git] / lib / Bytecode / Writer / ConstantWriter.cpp
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