This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd0a2a58e5b [MachineOutliner] Add always and never options to -enable-m [...] new 294ff667fed SelectionDAGBuilder, mach-o: Skip trap after noreturn call [...]
The 1 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/Target/TargetOptions.h | 5 ++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 20 +++++++++++++--- lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +++- lib/Target/ARM/ARMTargetMachine.cpp | 4 +++- lib/Target/X86/X86TargetMachine.cpp | 4 +++- test/CodeGen/X86/shadow-stack.ll | 2 -- test/CodeGen/X86/unreachable-trap.ll | 29 ++++++++++++++++++++++++ 7 files changed, 60 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/X86/unreachable-trap.ll