This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4ddfd12ff6a [Power9] Disable removing extra swaps on P9. new d268a8d71a0 [AMDGPU] Move GISel accessor initialization from TargetMach [...] new 57f9d8ea2f0 [PDB] Add a test that verifies every known type record.
The 2 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: lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 55 ++++- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 43 ---- test/DebugInfo/PDB/Inputs/every-type.cpp | 63 +++++ .../PDB/Inputs/{empty.pdb => every-type.pdb} | Bin 102400 -> 102400 bytes test/DebugInfo/PDB/Inputs/every-type.yaml | 272 +++++++++++++++++++++ test/DebugInfo/PDB/every-type.test | 261 ++++++++++++++++++++ test/DebugInfo/PDB/pdbdump-headers.test | 66 ++--- .../DebugInfo/PDB/pdbdump-merge-ids-and-types.test | 3 +- test/DebugInfo/PDB/pdbdump-mergetypes.test | 6 +- test/tools/llvm-pdbdump/partial-type-stream.test | 3 +- tools/llvm-pdbutil/MinimalTypeDumper.cpp | 6 +- tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 +- 12 files changed, 677 insertions(+), 105 deletions(-) create mode 100644 test/DebugInfo/PDB/Inputs/every-type.cpp copy test/DebugInfo/PDB/Inputs/{empty.pdb => every-type.pdb} (74%) create mode 100644 test/DebugInfo/PDB/Inputs/every-type.yaml create mode 100644 test/DebugInfo/PDB/every-type.test