Change encoding of instruction operands in bitcode binaries to be relative
[oota-llvm.git] / include / llvm / Bitcode / BitstreamReader.h
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-02-07 NAKAMURA TakumiBitcode/BitstreamReader.h: Tweak for big endian hosts.
2012-02-06 Nick LewyckySystem headers after llvm headers.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-07-09 Chris Lattnerfix a really bad bug that would cause nested cursors...
2011-06-25 Nick LewyckyEnhance the sanity check for block sizes; check that...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-07-07 Chris Lattnerfix some type confusion in ReadVBR64: "Piece" should...
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-04-27 Chris Lattnergive bitstreamreader an API to ignore names for blocks...
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-26 Chris Lattnermake BitstreamCursor's copyable and assignable.
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-04-15 Douglas GregorAllow jumping to the end of a bitstream while reading
2009-04-08 Douglas GregorFix BitstreamReader's GetCurrentBitNo to return the...
2009-04-07 Chris LattnerAdd an API for the bitstream reader to read blobs and...
2009-04-06 Chris Lattnerallow clients to look up abbrev id's
2009-04-06 Chris Lattneradd a new Blob encoding abbreviation for bitcode files...
2009-04-06 Chris Lattnersplit ReadAbbreviatedLiteral out of ReadAbbreviatedField.
2009-04-06 Chris Lattnerreduce indentation with early-out
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...