This is a dummy, it doesn't matter what the ValueType is
[oota-llvm.git] / lib / Bytecode / Reader / Reader.h
2005-08-16 Chris LattnerThis is a dummy, it doesn't matter what the ValueType is
2005-05-06 Chris Lattnerremove some dead (always dynamically false) flags
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-29 Chris LattnerAdjust to changes in User class and minor changes in...
2004-12-09 Chris LattnerRemove a dead field, make the map go to integer type...
2004-11-15 Chris LattnerCleanups. Null out pointer after freeing it for paranoia
2004-11-14 Reid SpencerSimplify handling of decompression
2004-11-07 Reid SpencerAdd comments per CL code review.
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-10-16 Chris LattnerAdd support for undef, unreachable, and function flags
2004-10-14 Chris LattnerFit to 80 cols
2004-08-21 Reid SpencerAdd boolean file format flags in preparation for versio...
2004-08-17 Reid SpencerBytecode File Format Changes:
2004-08-04 Chris LattnerMake getGlobalTableValue not use getTypeSlot, this...
2004-08-03 Chris LattnerDo not do a linear std::find to reconstruct information...
2004-07-25 Reid SpencerDon't create a backwards compatibility flag for somethi...
2004-07-25 Reid Spencerbug 263:
2004-07-18 Reid SpencerUser ValueListTy as the type of the ValueList. This...
2004-07-11 Reid Spencer- Rename two methods to give them more meaning
2004-07-09 Reid SpencerError Handling Cleanup:
2004-07-06 Reid SpencerRemove definition and use of OtherVal enumerator. This...
2004-07-05 Reid SpencerFinalize bytecode dumping. The "handleFinish" method...
2004-07-04 Reid Spencer- Make ValueList an "OtherVal" user of Values to ensure...
2004-06-29 Reid SpencerThis is a slimming down of the previous ReaderInternals...