llvm-project/llvm/lib/Bitcode/Writer
Bill Wendling 0dc08915d2 Have the bitcode writer and reader handle the new attribute references.
The bitcode writer emits a reference to the attribute group that the object at
the given index refers to. The bitcode reader is modified to read this in and
map it back to the attribute group.

llvm-svn: 174952
2013-02-12 08:13:50 +00:00
..
BitWriter.cpp Code Custodian: 2012-11-25 15:23:39 +00:00
BitcodeWriter.cpp Have the bitcode writer and reader handle the new attribute references. 2013-02-12 08:13:50 +00:00
BitcodeWriterPass.cpp Code Custodian: 2012-11-25 15:23:39 +00:00
CMakeLists.txt Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:31 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
ValueEnumerator.cpp Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer. 2013-02-12 08:01:22 +00:00
ValueEnumerator.h Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer. 2013-02-12 08:01:22 +00:00