OSDN Git Service

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)
commita6dc3b3819406f8b3c615334627c9ee3bdfb17d2
treeccd65cdbf61fb29290e6f534ff8e6a9ead5d7ead
parent5260c4c74326dd6228eaff73d1e634e228ee9f4f
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