first part of implementation of abbrevs. The writer isn't fully there yet and the
authorChris Lattner <sabre@nondot.org>
Mon, 23 Apr 2007 16:04:05 +0000 (16:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Apr 2007 16:04:05 +0000 (16:04 +0000)
commit36d5e7d31be61f631ace0488f0d6cd71b8f31a16
treeab799d8bdf8f375e4d530cc9babfd8f7314a6a6d
parenta18b9657528916b9bd5edcc1d3b6db571327d40c
first part of implementation of abbrevs.  The writer isn't fully there yet and the
reader doesn't handle them at all yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36363 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp