For PR411:
[oota-llvm.git] / lib / Bytecode / Writer / WriterInternals.h
2007-02-05 Reid SpencerFor PR411:
2007-01-06 Reid SpencerFor PR411:
2006-01-25 Chris Lattneradd bc reader/writer support for inline asm
2005-11-12 Chris LattnerRead and write section info from/to .bc files
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Reid SpencerBytecode File Format Changes:
2004-07-25 Reid Spencerbug 263:
2004-07-04 Reid SpencerAdd new methods outputTypes and outputCompactionTypes...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-18 Chris LattnerAdd support for writing bytecode files with compactiont...
2004-01-15 Chris LattnerIf these blocks are empty, there is no reason to even...
2004-01-14 Chris LattnerThe new bytecode format supports emitting strings a...
2004-01-10 Chris LattnerRefactor writer stuff out of include/llvm/Bytecode...
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-13 Chris LattnerRegularize header file comments
2003-03-19 Chris LattnerChanges to the V2 bytecode format:
2002-07-14 Vikram S. AdveUse a helper function outputConstantsInPlane in outputC...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-08 Chris Lattners/method/function
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-06-06 Chris LattnerInitial revision