[PATCH] D26219: Bitcode: Change reader interface to take memory buffers.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 17:18:09 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL285773: Bitcode: Change reader interface to take memory buffers. (authored by pcc).

Changed prior to commit:
  https://reviews.llvm.org/D26219?vs=76652&id=76660#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26219

Files:
  cfe/trunk/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  cfe/trunk/lib/Frontend/PCHContainerOperations.cpp
  cfe/trunk/lib/Frontend/SerializedDiagnosticReader.cpp
  cfe/trunk/lib/Serialization/ASTReader.cpp
  cfe/trunk/lib/Serialization/GlobalModuleIndex.cpp
  llvm/trunk/include/llvm/Bitcode/BitstreamReader.h
  llvm/trunk/include/llvm/Bitcode/ReaderWriter.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/test/Bitcode/Inputs/invalid-array-operand-encoding.bc
  llvm/trunk/test/Bitcode/Inputs/invalid-code-len-width.bc
  llvm/trunk/test/Bitcode/Inputs/invalid-extractval-array-idx.bc
  llvm/trunk/test/Bitcode/Inputs/invalid-function-comdat-id.bc
  llvm/trunk/test/Bitcode/Inputs/invalid-fwdref-type-mismatch-2.bc
  llvm/trunk/test/Bitcode/Inputs/invalid-metadata-not-followed-named-node.bc
  llvm/trunk/test/Bitcode/Inputs/invalid-name-with-0-byte.bc
  llvm/trunk/test/Bitcode/Inputs/invalid-unexpected-eof.bc
  llvm/trunk/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
  llvm/trunk/tools/llvm-dis/llvm-dis.cpp
  llvm/trunk/unittests/Bitcode/BitReaderTest.cpp
  llvm/trunk/unittests/Bitcode/BitstreamReaderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26219.76660.patch
Type: text/x-patch
Size: 35660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161102/cded0227/attachment.bin>


More information about the llvm-commits mailing list