Split ConstantVals.h into Constant.h and Constants.h
[oota-llvm.git] / lib / Bytecode / Writer / Writer.cpp
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