This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c53e384 [CUDA] [doc] Note that you can use std::min/max from device c [...] new 2ce67fb Remove unused function getMang(). new 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean u [...]
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 | 48 ++++----- include/llvm/Target/TargetLoweringObjectFile.h | 56 ++++++----- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 26 ++--- lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 3 +- lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 3 +- lib/CodeGen/AsmPrinter/WinException.cpp | 2 +- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 109 +++++++++------------ lib/LTO/LTOModule.cpp | 5 +- lib/Target/AArch64/AArch64TargetObjectFile.cpp | 13 ++- lib/Target/AArch64/AArch64TargetObjectFile.h | 4 +- lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp | 8 +- lib/Target/AMDGPU/AMDGPUTargetObjectFile.h | 1 - lib/Target/ARM/ARMAsmPrinter.cpp | 6 +- lib/Target/ARM/ARMTargetObjectFile.cpp | 9 +- lib/Target/ARM/ARMTargetObjectFile.h | 10 +- lib/Target/Hexagon/HexagonTargetObjectFile.cpp | 25 ++--- lib/Target/Hexagon/HexagonTargetObjectFile.h | 7 +- lib/Target/Lanai/LanaiTargetObjectFile.cpp | 9 +- lib/Target/Lanai/LanaiTargetObjectFile.h | 1 - lib/Target/Mips/MipsTargetObjectFile.cpp | 8 +- lib/Target/Mips/MipsTargetObjectFile.h | 1 - lib/Target/NVPTX/NVPTXISelLowering.cpp | 6 +- lib/Target/NVPTX/NVPTXTargetObjectFile.h | 2 - lib/Target/PowerPC/PPCTargetObjectFile.cpp | 6 +- lib/Target/PowerPC/PPCTargetObjectFile.h | 1 - lib/Target/Sparc/SparcTargetObjectFile.cpp | 13 ++- lib/Target/Sparc/SparcTargetObjectFile.h | 10 +- lib/Target/TargetLoweringObjectFile.cpp | 35 +++---- lib/Target/TargetMachine.cpp | 2 +- lib/Target/X86/X86AsmPrinter.cpp | 6 +- lib/Target/X86/X86MCInstLower.cpp | 3 - lib/Target/X86/X86TargetObjectFile.cpp | 20 ++-- lib/Target/X86/X86TargetObjectFile.h | 13 ++- lib/Target/XCore/XCoreAsmPrinter.cpp | 3 +- lib/Target/XCore/XCoreTargetObjectFile.cpp | 12 +-- lib/Target/XCore/XCoreTargetObjectFile.h | 2 - 36 files changed, 210 insertions(+), 278 deletions(-)