Implement review feedback. Aliasees can be either GlobalValue's or
[oota-llvm.git] / lib / Bytecode / Reader / Reader.h
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-09 Reid SpencerFor PR1146:
2007-03-29 Chris Lattnerthe bytecode reader supports dematerializeFunction
2007-02-13 Chris LattnerUse a SmallVector to reduce heap traffic. This speeds...
2007-02-12 Chris Lattneravoid creating a temporary string when reading the...
2007-02-07 Chris Lattnermove AnalyzeBytecodeFile out of ReaderWrappers.cpp...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Chris LattnerMove compressor out of the core Reader.cpp file.
2007-02-07 Chris LattnerEliminate std::vectors from the bcanalyzer interface.
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerBye, Bye Compaction Tables. The benefit compaction...
2007-01-12 Reid SpencerFor PR1064:
2007-01-06 Reid SpencerFor PR411:
2006-12-03 Reid SpencerRemove backwards compatibility goop. This is now handle...
2006-11-27 Reid SpencerFor PR950:
2006-11-14 Reid SpencerDiscard code that supported old bytecode formats. This...
2006-11-11 Reid SpencerFor PR998:
2006-11-08 Reid SpencerBump the bytecode version number to 7. Implement upgrad...
2006-10-26 Reid SpencerFor PR950:
2006-10-12 Chris LattnerFix massive resource leaks in the bytecode reader....
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-25 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-07-07 Chris LattnerFix a bug in my previous patch which broke building...
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-01-27 Reid SpencerFix auto-upgrade of intrinsics to work properly with...
2006-01-25 Chris Lattneradd bc reader/writer support for inline asm
2006-01-19 Reid SpencerAdd a flag to identify bytecode files that have intrins...
2005-10-03 Chris LattnerUse a map to cache the ModuleType information, so we...
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...