This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 15d6598bc2c [WebAssembly] Reorder symbol table to match MC order new 70716e54e03 [TLS] use emulated TLS if the target supports only this mode new 8e63a838087 [GlobalISel] Print/Parse FailedISel MachineFunction property
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/ADT/Triple.h | 5 ++ include/llvm/CodeGen/CommandFlags.def | 1 + include/llvm/CodeGen/MIRYamlMapping.h | 2 + include/llvm/Target/TargetMachine.h | 3 + include/llvm/Target/TargetOptions.h | 6 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 +- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 14 ++--- lib/CodeGen/LowerEmuTLS.cpp | 2 +- lib/CodeGen/MIRParser/MIRParser.cpp | 2 + lib/CodeGen/MIRPrinter.cpp | 2 + lib/CodeGen/MachineVerifier.cpp | 14 +++-- lib/CodeGen/ResetMachineFunctionPass.cpp | 8 +++ lib/CodeGen/TargetPassConfig.cpp | 2 +- lib/ExecutionEngine/TargetSelect.cpp | 2 + lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 2 +- lib/Target/Mips/MipsISelLowering.cpp | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- lib/Target/Sparc/SparcISelLowering.cpp | 2 +- lib/Target/SystemZ/SystemZISelLowering.cpp | 2 +- lib/Target/TargetMachine.cpp | 8 +++ lib/Target/X86/X86ISelLowering.cpp | 2 +- test/CodeGen/AArch64/emutls.ll | 2 + test/CodeGen/AArch64/emutls_generic.ll | 12 ++++ test/CodeGen/ARM/emutls.ll | 2 + test/CodeGen/ARM/emutls_generic.ll | 11 ++++ .../print-parse-verify-failedISel-property.mir | 65 ++++++++++++++++++++++ test/CodeGen/Mips/emutls_generic.ll | 5 ++ test/CodeGen/PowerPC/emutls_generic.ll | 7 +++ test/CodeGen/X86/emutls-pic.ll | 7 +++ test/CodeGen/X86/emutls-pie.ll | 11 ++++ test/CodeGen/X86/emutls.ll | 9 ++- test/CodeGen/X86/emutls_generic.ll | 11 ++++ test/CodeGen/X86/fast-isel-emutls.ll | 4 ++ test/CodeGen/X86/global-access-pie-copyrelocs.ll | 7 ++- test/CodeGen/X86/global-access-pie.ll | 7 ++- test/CodeGen/X86/tls-android-negative.ll | 3 + test/CodeGen/X86/tls-android.ll | 3 + 39 files changed, 227 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/MIR/AArch64/print-parse-verify-failedISel-property.mir