This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 27341a9 [x86] use range-for loops; NFCI new a0be0b1 [ImplicitNullCheck] Extend Implicit Null Check scope by using stores new e851e52 Replace custom written DFS walk with depth first iterator
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: docs/FaultMaps.rst | 7 +- include/llvm/CodeGen/FaultMaps.h | 7 +- include/llvm/Support/GenericDomTree.h | 4 + include/llvm/Support/GenericDomTreeConstruction.h | 133 +++-- include/llvm/Target/Target.td | 3 +- include/llvm/Target/TargetOpcodes.def | 6 +- lib/CodeGen/FaultMaps.cpp | 4 + lib/CodeGen/ImplicitNullChecks.cpp | 121 ++-- lib/Target/X86/X86AsmPrinter.h | 2 +- lib/Target/X86/X86MCInstLower.cpp | 42 +- test/CodeGen/X86/block-placement.mir | 4 +- test/CodeGen/X86/implicit-null-check.ll | 41 +- test/CodeGen/X86/implicit-null-checks.mir | 658 +++++++++++++++++++++- 13 files changed, 879 insertions(+), 153 deletions(-)