Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D33973
Bitcode: Write the irsymtab to disk. ClosedPublic Authored by pcc on Jun 6 2017, 5:59 PM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 26 2017, 7:48 PM Closed by commit rL306487: Bitcode: Write the irsymtab to disk. (authored by pcc). · Explain WhyJun 27 2017, 4:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 104315 llvm/trunk/include/llvm/Bitcode/BitcodeWriter.h
llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/trunk/lib/Object/CMakeLists.txt
llvm/trunk/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
llvm/trunk/test/Bitcode/thinlto-alias.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-refgraph.ll
llvm/trunk/test/Bitcode/thinlto-function-summary.ll
llvm/trunk/test/Object/X86/irsymtab-asm.ll
llvm/trunk/test/Object/X86/irsymtab-bad-alias.ll
llvm/trunk/test/Object/X86/irsymtab.ll
llvm/trunk/test/ThinLTO/X86/autoupgrade.ll
llvm/trunk/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
|