Use CHAR_BIT instead of hard-coding 8 in several places where it
[oota-llvm.git] / include / llvm / Bitcode / BitstreamReader.h
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-30 Ted KremenekFixed potential bug where CurWord is not zeroed out...
2007-11-10 Ted KremenekMade Deserializer a friend class of BitstreamReader.
2007-10-24 Hartmut KaiserSilenced a VC++ warning.
2007-05-06 Chris Lattnerwe aren't at the end of stream until we've consumed...
2007-05-06 Jeff CohenMake code more 64-bit aware.
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris LattnerFix a subtle bug that prevented round-tripping 470.lbm
2007-05-05 Chris Lattnerminor bugfix
2007-05-05 Chris Lattneradd a 6-bit encoding type for strings.
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattneradd support for array abbreviations.
2007-05-04 Chris Lattnerminor cleanups. Add provisions for a new standard...
2007-05-04 Chris Lattnerrefcount BitCodeAbbrev objects
2007-05-01 Chris Lattnerseveral bitfixes to JumpToBit
2007-05-01 Chris Lattneradd JumpToBit, an explicit init method, and a default...
2007-04-29 Chris Lattneradd some helpers
2007-04-29 Chris Lattnercompute this value correctly
2007-04-29 Chris Lattneradd a method
2007-04-29 Chris Lattnermake this file self-contained
2007-04-23 Chris Lattnerimplement reading of abbrevs
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-22 Reid SpencerTerminate with newline.
2007-04-22 Jeff CohenTeach Visual Studio about Bitcode.
2007-04-22 Chris LattnerDefine the content-independent interfaces to read/write...