This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d2ef8532ff Recover some overzealously removed includes. new 5c7c640d1d6 [CodeView] Teach clang to emit the .debug$H COFF section. new 084f87947f8 CodeGen: Fix assertion in machine inst sheduler due to llvm [...]
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: ...TypeTableBuilder.h => GlobalTypeTableBuilder.h} | 24 +- include/llvm/DebugInfo/CodeView/TypeHashing.h | 2 + include/llvm/MC/MCObjectFileInfo.h | 5 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 51 +++- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 6 +- lib/CodeGen/MachineScheduler.cpp | 8 +- lib/CodeGen/ScheduleDAGInstrs.cpp | 3 +- lib/DebugInfo/CodeView/CMakeLists.txt | 1 + ...TableBuilder.cpp => GlobalTypeTableBuilder.cpp} | 59 ++-- lib/MC/MCObjectFileInfo.cpp | 6 + lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp | 8 +- lib/Target/AMDGPU/GCNSchedStrategy.cpp | 19 +- test/CodeGen/AMDGPU/debug-value.ll | 106 +++++++ test/DebugInfo/COFF/global-type-hashes.ll | 312 +++++++++++++++++++++ test/DebugInfo/COFF/globals.ll | 2 +- 15 files changed, 547 insertions(+), 65 deletions(-) copy include/llvm/DebugInfo/CodeView/{MergingTypeTableBuilder.h => GlobalTypeTable [...] copy lib/DebugInfo/CodeView/{MergingTypeTableBuilder.cpp => GlobalTypeTableBuilder [...] create mode 100644 test/CodeGen/AMDGPU/debug-value.ll create mode 100644 test/DebugInfo/COFF/global-type-hashes.ll