This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2aafc7ac030 [ARM] Fix "Constant pool entry out of range!" in Thumb1 mode new 49cb85b13af [HWASan] Port HWASan to Linux x86-64 (LLVM) new fc595472281 [X86][Btver2] Cleanup TEST instructions to use JFPA (+JFPX [...] new ab5fa751830 [Hexagon] Avoid early if-conversion for one sided branches new c2422b8ca68 Delete the copy constructor for llvm::yaml::Node
The 4 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/Support/YAMLParser.h | 5 + lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 31 ++++--- lib/Target/X86/X86ScheduleBtVer2.td | 12 +-- .../Instrumentation/HWAddressSanitizer.cpp | 71 +++++++++++--- test/CodeGen/Hexagon/prof-early-if.ll | 80 ++++++++++++++++ .../HWAddressSanitizer/X86/atomic.ll | 40 ++++++++ .../HWAddressSanitizer/X86/basic.ll | 103 +++++++++++++++++++++ .../HWAddressSanitizer/X86/kernel.ll | 34 +++++++ .../HWAddressSanitizer/X86/with-calls.ll | 79 ++++++++++++++++ test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 66 ++++++------- test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 4 +- 11 files changed, 459 insertions(+), 66 deletions(-) create mode 100644 test/CodeGen/Hexagon/prof-early-if.ll create mode 100644 test/Instrumentation/HWAddressSanitizer/X86/atomic.ll create mode 100644 test/Instrumentation/HWAddressSanitizer/X86/basic.ll create mode 100644 test/Instrumentation/HWAddressSanitizer/X86/kernel.ll create mode 100644 test/Instrumentation/HWAddressSanitizer/X86/with-calls.ll