[opaque pointer types] Add an explicit pointee type to alias records in the IR
[oota-llvm.git] / lib / Bitcode / Reader / BitstreamReader.cpp
2015-05-27 Filipe Cabecinhas[BitstreamReader] Make sure the Array operand type...
2015-05-27 Filipe Cabecinhasclang-format a couple of lines
2015-05-26 Filipe Cabecinhas[BitcodeReader] Make sure abbrev records have at least...
2015-05-25 Rafael EspindolaSimplify boolean conditional return statements.
2015-05-19 Filipe Cabecinhas[BitcodeReader] It's a malformed block if CodeLenWidth...
2015-04-29 Filipe CabecinhasTurn an assert into report_fatal_error since it's reach...
2015-04-23 Filipe CabecinhasBe more strict about the operand for the array type...
2015-04-23 Filipe CabecinhasVerify sizes when trying to read a BitcodeAbbrevOp
2015-04-15 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
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-11-13 Reid KlecknerSilence MSVC warning on missing return after fully...
2014-11-13 Rafael EspindolaMove calls to push_back out of readAbbreviated(Literal...
2014-11-13 Rafael EspindolaMake a few helper functions static. NFC.
2014-11-06 Rafael EspindolaFactor out call to push_back. NFC.
2014-09-15 Benjamin KramerUse IntrusiveRefCntPtr to manage the lifetime of BitCod...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-05-10 Jordan RoseMicro-optimization: don't shift an entire bitcode recor...
2013-04-01 Joe AbbeyWhitespace cleanup
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-06 Joe AbbeyCode Custodian (trivial whitespace cleanup)
2013-01-21 Chris LattnerFix a heinous inefficiency introduced in r149918, where...
2013-01-21 Chris Lattnerwean Blob handling logic off of banging on NextChar...
2013-01-21 Chris Lattnerrename "SkipToWord" to "SkipToFourByteBoundary" since...
2013-01-20 Chris Lattnerconvert the bitstream reader itself and the IR .bc...
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 a new BitstreamEntry concept, and add two helper...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...