|
Copy Bitwriter to generate PNaClBitwriter.
Copy classes for LLVM BitcodeWriter into a PNaCL subdirectory, to create a
PNaCL version. Renames classes/methods to include PNaCl prefix so that they
don't conflict with the LLVM BitcodeWriter.
Also removed experimental support for use-list order
preservation.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3405
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=5712db9
Total comments: 8
Total comments: 42
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+256 lines, -222 lines) |
Patch |
 |
A + |
include/llvm/Bitcode/NaCl/NaClBitstreamWriter.h
|
View
|
1
2
3
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A |
include/llvm/Bitcode/NaCl/NaClReaderWriter.h
|
View
|
1
2
3
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/Bitcode/CMakeLists.txt
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
lib/Bitcode/LLVMBuild.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/Bitcode/Makefile
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
lib/Bitcode/NaCl/CMakeLists.txt
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A + |
lib/Bitcode/NaCl/LLVMBuild.txt
|
View
|
1
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
lib/Bitcode/NaCl/Makefile
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
lib/Bitcode/NaCl/Writer/CMakeLists.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
lib/Bitcode/NaCl/Writer/LLVMBuild.txt
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
lib/Bitcode/NaCl/Writer/Makefile
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
lib/Bitcode/NaCl/Writer/NaClBitcodeWriter.cpp
|
View
|
1
2
|
27 chunks |
+44 lines, -150 lines |
0 comments
|
Download
|
 |
A + |
lib/Bitcode/NaCl/Writer/NaClValueEnumerator.h
|
View
|
1
2
|
7 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
lib/Bitcode/NaCl/Writer/NaClValueEnumerator.cpp
|
View
|
1
2
|
18 chunks |
+27 lines, -26 lines |
0 comments
|
Download
|
 |
M |
tools/CMakeLists.txt
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/LLVMBuild.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/Makefile
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
tools/pnacl-freeze/CMakeLists.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
tools/pnacl-freeze/LLVMBuild.txt
|
View
|
1
2
3
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
tools/pnacl-freeze/Makefile
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
tools/pnacl-freeze/pnacl-freeze.cpp
|
View
|
1
2
3
|
1 chunk |
+103 lines, -0 lines |
2 comments
|
Download
|
Total messages: 11 (0 generated)
|