Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / Bitcode / BitstreamReader.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Richard SmithClean up some inappropriate choices of type in the...
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2014-12-18 Rafael EspindolaModernize the getStreamedBitcodeModule interface a...
2014-11-17 Rafael EspindolaRevert commits r222146 and r222137.
2014-11-17 Rafael EspindolaAvoid undefined behavior by masking the shift amount.
2014-11-17 Rafael EspindolaUse a more canonical way of computing a mask with N...
2014-11-13 Rafael EspindolaMake a few helper functions static. NFC.
2014-11-13 Rafael EspindolaReturn word_t from read.
2014-11-13 Rafael EspindolaSimplify code a bit. NFC.
2014-11-13 Rafael EspindolaSmall optimization: once the size is know, we don't...
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-13 Jordan Rose[Bitcode] AtEndOfStream should only check against the...
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Rafael EspindolaReduce code duplication a bit. NFC.
2014-11-12 Rafael EspindolaDelete dead code. NFC.
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
2014-11-06 Rafael EspindolaDon't repeat names in comments. NFC.
2014-09-15 Benjamin KramerUse IntrusiveRefCntPtr to manage the lifetime of BitCod...
2014-08-30 Jordan RoseTeach llvm-bcanalyzer to use one stream's BLOCKINFO...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-04-01 Joe AbbeyWhitespace cleanup
2013-02-13 Chris Lattneruse memcpy instead of dubious union to type pun two...
2013-02-10 Chris Lattnerok, ok, stop fighting type punning warnings by just...
2013-02-10 Chris Lattnerhopefully "really" fix a type punning warning by defini...
2013-02-10 Chris Lattnerattempt to defeat a gcc warning that is breaking a...
2013-02-09 Chris LattnerThis is the correct version of r174802.
2013-02-09 Chris LattnerFix a nasty off-by one error that only manifests with...
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-09 Chris Lattnerrecommit r173072 (preparing bitstream reader to read...
2013-01-21 Chris Lattnerr173072 is causing some regressions on big endian hosts...
2013-01-21 Chris Lattnerrework the Bitstream reader to actually work a machine...
2013-01-21 Chris LattnerFix a heinous inefficiency introduced in r149918, where...
2013-01-21 Chris Lattnerrename "SkipToWord" to "SkipToFourByteBoundary" since...
2013-01-20 Chris Lattnertrivial micro-optimization: lazily call the virtual...
2013-01-20 Chris Lattnerswitch llvm-bcanalyzer onto the new cursor APIs, allowi...
2013-01-20 Chris Lattneradd an option to not auto-process abbreviations in...
2013-01-20 Chris Lattnerstringref'ize readRecord and properly capitalize it...
2013-01-20 Chris Lattnermove some private methods out of line, add a skipRecord...
2013-01-19 Chris Lattneradd some optional flags to affect the way advance works.
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-11-25 Joe AbbeyCode Custodian:
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...