This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9b8c7635149 [PatternMatch] Use generic One,Two,ThreeOps_match classes (NFC).
new 549a081f228 [X86] Remove isel patterns for ADCX instruction
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:
lib/Target/X86/X86InstrArithmetic.td | 37 ++----
test/CodeGen/X86/adx-intrinsics-upgrade.ll | 119 +++++++------------
test/CodeGen/X86/adx-intrinsics.ll | 163 +++++++++------------------
test/CodeGen/X86/pr32282.ll | 5 +-
test/CodeGen/X86/pr32284.ll | 23 ++--
test/CodeGen/X86/stack-folding-adx-x86_64.ll | 11 +-
6 files changed, 113 insertions(+), 245 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 50f4f5536a9 * config/i386/i386.md (sqrt_extend<mode>xf3_i387): Remove. [...]
new 93251441405 [OpenACC] C++ reference mapping
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:
gcc/ChangeLog | 9 +++++++++
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/semantics.c | 2 +-
gcc/gimplify.c | 5 ++++-
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.oacc-c++/non-scalar-data.C | 3 +--
6 files changed, 28 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c73fc2a8567 2018-09-12 Richard Biener <rguenther(a)suse.de>
new 50f4f5536a9 * config/i386/i386.md (sqrt_extend<mode>xf3_i387): Remove. [...]
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:
gcc/ChangeLog | 5 +++++
gcc/config/i386/i386.md | 18 +++---------------
2 files changed, 8 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 103f07fe70f Reverting r342048, which caused UBSan failures in dsymutil.
new 9b8c7635149 [PatternMatch] Use generic One,Two,ThreeOps_match classes (NFC).
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/IR/PatternMatch.h | 203 +++++++++++++++--------------------------
1 file changed, 75 insertions(+), 128 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6a54cd5c4b7 [GVNHoist] computeInsertionPoints() miscalculates IDF
new 103f07fe70f Reverting r342048, which caused UBSan failures in dsymutil.
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/DebugInfo/DWARF/DWARFContext.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 86 +++++++++++
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 39 +----
include/llvm/DebugInfo/DWARF/DWARFListTable.h | 166 ++++++---------------
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 +
lib/DebugInfo/DWARF/CMakeLists.txt | 1 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 56 +++----
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 96 ++++++++++++
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 97 +++---------
lib/DebugInfo/DWARF/DWARFDie.cpp | 1 +
lib/DebugInfo/DWARF/DWARFListTable.cpp | 72 +++------
lib/DebugInfo/DWARF/DWARFUnit.cpp | 99 ++++++------
test/DebugInfo/Generic/cu-ranges.ll | 24 +--
test/DebugInfo/Inputs/gmlt.ll | 2 +-
test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s | 19 ---
test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s | 11 +-
test/DebugInfo/dwarfdump-ranges.test | 24 +--
test/MC/ARM/dwarf-asm-multiple-sections.s | 11 +-
tools/dsymutil/DwarfLinker.cpp | 21 ++-
tools/dsymutil/DwarfStreamer.cpp | 15 +-
tools/dsymutil/DwarfStreamer.h | 4 +-
21 files changed, 417 insertions(+), 438 deletions(-)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
create mode 100644 lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from bf9b545a0 Update the synopsis for <version>. NFC
new ec25143bb Implement LWG #3017. list splice functions should use addressof
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/list | 2 +-
test/std/containers/sequences/list/list.ops/merge.pass.cpp | 11 +++++++++++
.../containers/sequences/list/list.ops/merge_comp.pass.cpp | 10 ++++++++++
www/cxx2a_status.html | 10 +++++-----
4 files changed, 27 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 748e6b87e21 [NFC][InstCombine] R38708 - inefficient pattern for high-bi [...]
new 6a54cd5c4b7 [GVNHoist] computeInsertionPoints() miscalculates IDF
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:
lib/Transforms/Scalar/GVNHoist.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6e42e3146cf [AArch64] Implement aarch64_vector_pcs codegen support.
new 748e6b87e21 [NFC][InstCombine] R38708 - inefficient pattern for high-bi [...]
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:
...and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll | 138 +++++++++++++++++++++
...and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll | 138 +++++++++++++++++++++
2 files changed, 276 insertions(+)
create mode 100644 test/Transforms/InstCombine/icmp-ugt-of-shl-1-by-bits-and-val-t [...]
create mode 100644 test/Transforms/InstCombine/icmp-ule-of-shl-1-by-bits-and-val-t [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4cd947bb413 Fix interleaving of Fortran STOP messages
new c73fc2a8567 2018-09-12 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 8 +++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/torture/pr87280.c | 61 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 63 ++++++++++++++++++++++++----------
4 files changed, 118 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87280.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from debfb8a523 [CodeGen][ARM] Coerce FP16 vectors to integer vectors when needed
new d2ada3f873 [CodeGen] Align rtti and vtable data
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:
lib/CodeGen/CGVTT.cpp | 6 +++---
lib/CodeGen/CGVTables.cpp | 4 +++-
lib/CodeGen/CodeGenModule.cpp | 9 +++++----
lib/CodeGen/CodeGenModule.h | 3 ++-
lib/CodeGen/ItaniumCXXABI.cpp | 23 ++++++++++++++---------
lib/CodeGen/MicrosoftCXXABI.cpp | 6 ++++--
test/CodeGenCXX/microsoft-abi-vbtables.cpp | 2 +-
test/CodeGenCXX/vtable-align.cpp | 5 ++++-
test/CodeGenCXX/vtable-linkage.cpp | 28 ++++++++++++++--------------
9 files changed, 50 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.