This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 630a4acf814 Xray docs with description of Flight Data Recorder binary format. new cd14d227ff2 AMDGPU/R600: Initialize more passes new 34173def44a [pdbutil] Add a command to dump the FPM. new 11625a0d5e4 [MSF] Move MSF unit tests to their own unittest target.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/MSF/MSFCommon.h | 17 +++++++++++ include/llvm/DebugInfo/MSF/MSFStreamLayout.h | 35 ---------------------- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 2 +- include/llvm/DebugInfo/PDB/Native/PDBFile.h | 5 +--- lib/DebugInfo/MSF/MSFCommon.cpp | 15 ++++++++++ lib/DebugInfo/MSF/MappedBlockStream.cpp | 20 ++----------- lib/DebugInfo/PDB/Native/PDBFile.cpp | 4 +++ lib/Target/AMDGPU/AMDGPU.h | 15 ++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 ++++ lib/Target/AMDGPU/R600ClauseMergePass.cpp | 15 +++++++--- lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 12 ++++++-- lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 12 +++++++- lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp | 7 +++++ lib/Target/AMDGPU/R600Packetizer.cpp | 10 ++++++- test/DebugInfo/PDB/dump-fpm.test | 9 ++++++ tools/llvm-pdbutil/BytesOutputStyle.cpp | 13 ++++++++ tools/llvm-pdbutil/BytesOutputStyle.h | 1 + tools/llvm-pdbutil/LinePrinter.cpp | 25 +++++++++++++++- tools/llvm-pdbutil/LinePrinter.h | 1 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 2 ++ tools/llvm-pdbutil/llvm-pdbutil.h | 2 ++ unittests/DebugInfo/CMakeLists.txt | 1 + unittests/DebugInfo/MSF/CMakeLists.txt | 14 +++++++++ .../DebugInfo/{PDB => MSF}/MSFBuilderTest.cpp | 2 +- .../{PDB => MSF}/MappedBlockStreamTest.cpp | 6 ++-- unittests/DebugInfo/PDB/CMakeLists.txt | 2 -- 26 files changed, 178 insertions(+), 74 deletions(-) delete mode 100644 include/llvm/DebugInfo/MSF/MSFStreamLayout.h create mode 100644 test/DebugInfo/PDB/dump-fpm.test create mode 100644 unittests/DebugInfo/MSF/CMakeLists.txt rename unittests/DebugInfo/{PDB => MSF}/MSFBuilderTest.cpp (99%) rename unittests/DebugInfo/{PDB => MSF}/MappedBlockStreamTest.cpp (99%)