llvm-6502/lib/Bitcode/Writer
Bill Wendling 48fbcfe6b9 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174952 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-12 08:13:50 +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
BitWriter.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
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