Add two new record types to the blockinfo block:
authorChris Lattner <sabre@nondot.org>
Sun, 26 Apr 2009 22:21:57 +0000 (22:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Apr 2009 22:21:57 +0000 (22:21 +0000)
commitf9a3ec86c138177c7d9b3a9d119e6d2247d14bd8
tree15986c2b097351545c57cf4bd2e8c3b4e3d97cd7
parent7919b966a8fd8f98346216e79df6f4722693be22
Add two new record types to the blockinfo block:
BLOCKNAME and SETRECORDNAME.  This allows a bitcode
file to be self describing with pretty names for
records and blocks in addition to numbers.  This
enhances llvm-bcanalyzer to use this to print prettily.

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