add a new Blob encoding abbreviation for bitcode files that emits
authorChris Lattner <sabre@nondot.org>
Mon, 6 Apr 2009 21:50:39 +0000 (21:50 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Apr 2009 21:50:39 +0000 (21:50 +0000)
commitdcd006bf7be859367f35db2417a42c83451431e8
treeccd65cdbf61fb29290e6f534ff8e6a9ead5d7ead
parent8f3434647d3d39b49475239e3be1b8afb06415cf
add a new Blob encoding abbreviation for bitcode files that emits
elements in a form that is efficient for the reader to just get a
pointer in memory and start reading.  APIs to do efficient reading
and writing are still todo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68465 91177308-0d34-0410-b5e6-96231b3b80d8
docs/BitCodeFormat.html
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h