This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0bf4d71 Correct register pressure calculation in presence of subregs new d9e9828 [CodeGen] Use const MBBs in the opt remark diagnostics. NFC. new 8b200ec [CodeGen] Print MI without a newline when skipping debugloc. NFC. new 75fdc3a [CodeGen] Teach opt remarks how to print MI instructions. new 65d76e1 [GlobalISel] Emit opt remarks on isel fallbacks. new 23c98ec Disable TLS for stack protector on Android API<17.
The 5 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 | 16 ++++- include/llvm/CodeGen/GlobalISel/IRTranslator.h | 4 ++ include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 4 ++ include/llvm/CodeGen/GlobalISel/Utils.h | 17 ++++++ include/llvm/CodeGen/MachineInstr.h | 12 +++- .../CodeGen/MachineOptimizationRemarkEmitter.h | 23 +++++-- lib/CodeGen/GlobalISel/IRTranslator.cpp | 70 +++++++++++++--------- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 54 ++++++++--------- lib/CodeGen/GlobalISel/Legalizer.cpp | 16 ++--- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 23 +++---- lib/CodeGen/GlobalISel/Utils.cpp | 29 +++++++++ lib/CodeGen/MachineInstr.cpp | 4 +- lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 10 ++++ lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 16 +++-- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 12 +++- test/CodeGen/X86/stack-protector-target.ll | 40 ++++++++----- test/Transforms/SafeStack/X86/abi_ssp.ll | 18 +++--- 18 files changed, 250 insertions(+), 120 deletions(-)