Use a kill, not a dead definition, update comment
[oota-llvm.git] / lib / Bytecode / Writer / Writer.cpp
2003-04-22 Chris LattnerAdd support for reading and writing pointersize/endiann...
2003-04-16 Chris LattnerAdd support to the bytecode reader/writer for the new...
2003-03-19 Chris LattnerChanges to the V2 bytecode format:
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-14 Chris LattnerClean up code a bit, no functionality changes.
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-07-26 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerRegister the WriteBytecodePass
2002-07-14 Vikram S. AdveWrite out the plane for types first, since values of...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-18 Chris LattnerMake debugging code not use getStrValue
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-29 Chris LattnerMove support directory
2001-11-26 Chris LattnerImplement internal method support
2001-11-04 Chris LattnerFix obscure nasty bug with bytecode writing that could...
2001-10-18 Chris LattnerDang, we were losing the Constant bit on globals. ...
2001-10-13 Chris Lattner* Use new style casts more
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-07-14 Chris Lattner* The parent of a constant pool is a symtabvalue, not...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision