This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e0a424 [RegisterCoalescing] Recommit the patch "Remove partial redun [...] new 68c521d [AMDGPU] Fix some Clang-tidy modernize and Include What You U [...] new eb2c5a9 [mips] Fix debug information for __thread variable
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: include/llvm/CodeGen/AsmPrinter.h | 6 ++ lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 9 +++ lib/CodeGen/AsmPrinter/DIE.cpp | 2 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 93 +++++++++------------- lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 40 ++++++---- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 68 +++++++++++----- lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 62 +++++++++------ lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp | 15 +++- lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 22 +++-- lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 29 ++++--- lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 48 ++++++----- lib/Target/AMDGPU/R600EmitClauseMarkers.cpp | 34 +++++--- lib/Target/AMDGPU/R600InstrInfo.cpp | 56 ++++++++----- lib/Target/AMDGPU/SILowerControlFlow.cpp | 33 ++++---- lib/Target/Mips/MipsAsmPrinter.cpp | 16 ++++ lib/Target/Mips/MipsAsmPrinter.h | 1 + lib/Target/Mips/MipsTargetObjectFile.cpp | 8 ++ lib/Target/Mips/MipsTargetObjectFile.h | 2 + test/DebugInfo/Mips/tls.ll | 22 +++++ 19 files changed, 365 insertions(+), 201 deletions(-) create mode 100644 test/DebugInfo/Mips/tls.ll