1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include/llvm/Bitcode
Peter Collingbourne a01989574b Bitcode: Fix short read implementation.
We need to zero extend the byte in order to correctly shift it into a
64-bit value.

llvm-svn: 285785
2016-11-02 02:58:47 +00:00
..
BitCodes.h
BitcodeWriterPass.h
BitstreamReader.h Bitcode: Fix short read implementation. 2016-11-02 02:58:47 +00:00
BitstreamWriter.h Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface. 2016-11-01 01:18:57 +00:00
LLVMBitCodes.h [docs] Update some obsolete information in BitCodeFormat docs. 2016-10-14 16:23:09 +00:00
ReaderWriter.h Bitcode: Change reader interface to take memory buffers. 2016-11-02 00:08:19 +00:00