This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7f1ecfded0 [InstCombine] fold vector select of binops with constant op [...] new 845b439bb4d [mingw] Fix GCC ABI compatibility for comdat things new 13b063fc366 AMDGPU: Remove ability to reserve VGPRs for debugger
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: .../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 5 ++ include/llvm/MC/MCAsmInfo.h | 6 ++ lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 23 ++++++-- lib/MC/MCAsmInfoCOFF.cpp | 11 +++- lib/MC/MCStreamer.cpp | 21 ++++++- lib/Target/AMDGPU/AMDGPU.td | 7 --- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 17 ------ lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 7 --- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 7 +-- lib/Target/AMDGPU/AMDGPUSubtarget.h | 13 +---- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 1 - test/CodeGen/AMDGPU/debugger-reserve-regs.ll | 64 ---------------------- .../AMDGPU/hsa-metadata-kernel-debug-props.ll | 4 -- test/CodeGen/X86/mingw-comdats.ll | 62 +++++++++++++++++++++ 14 files changed, 121 insertions(+), 127 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/debugger-reserve-regs.ll create mode 100644 test/CodeGen/X86/mingw-comdats.ll