This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e5e8f2a Revert "[CGP] Split some critical edges coming out of indirec [...]
new e76fd06 Update comments. NFCI
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/JumpThreading.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 lld.
from 6bb99ba Add a section about how to use ld.lld.
new 45a46a4 Fix typo.
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:
docs/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 binutils-gdb.
from 152e1e1 Add missing smov support, and clean up existing umov support.
new a49dd8d DWARF-5: Initialization due to a false compiler warning
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 4 ++++
2 files changed, 9 insertions(+)
--
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 zack/testsuite-isomac-prep
in repository glibc.
at f479787 Narrowing the visibility of libc-internal.h even further.
This branch includes the following new commits:
new 779890b Miscellaneous 'safe' testsuite changes.
new f479787 Narrowing the visibility of libc-internal.h even further.
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.
--
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 1ff5d16 Daily bump.
new c23d681 2017-02-26 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/invoke.texi | 5 ++---
gcc/fortran/options.c | 12 +++++++++---
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gfortran.dg/inline_matmul_1.f90 | 4 ++--
gcc/testsuite/gfortran.dg/inline_matmul_11.f90 | 4 ++--
gcc/testsuite/gfortran.dg/inline_matmul_9.f90 | 4 ++--
gcc/testsuite/gfortran.dg/matmul_13.f90 | 12 ++++++++++++
gcc/testsuite/gfortran.dg/matmul_14.f90 | 12 ++++++++++++
9 files changed, 58 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/matmul_13.f90
create mode 100644 gcc/testsuite/gfortran.dg/matmul_14.f90
--
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 1d680d2 [index] Add 'Parameter' symbol kind and 'Local' symbol proper [...]
new c91eafe [X86] DAZ Macros Relocation
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/Headers/emmintrin.h | 8 ++++++++
lib/Headers/pmmintrin.h | 8 --------
2 files changed, 8 insertions(+), 8 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 1aaf55c [LoopDeletion] Modernize and simplify a bit. NFCI.
new e5e8f2a Revert "[CGP] Split some critical edges coming out of indirec [...]
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/CodeGenPrepare.cpp | 155 -------------
test/CodeGen/ARM/indirectbr.ll | 1 -
test/CodeGen/MSP430/indirectbr2.ll | 2 +-
test/CodeGen/PowerPC/indirectbr.ll | 36 +--
test/Transforms/CodeGenPrepare/X86/computedgoto.ll | 254 ---------------------
5 files changed, 13 insertions(+), 435 deletions(-)
delete mode 100644 test/Transforms/CodeGenPrepare/X86/computedgoto.ll
--
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 ca75ea3 [X86] Fix execution domain for cmpss/sd instructions.
new 1aaf55c [LoopDeletion] Modernize and simplify a bit. NFCI.
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/LoopDeletion.cpp | 11 +++--------
1 file changed, 3 insertions(+), 8 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 650a66f [SCCP] Remove manual folding of terminator instructions.
new 09082bb [X86] Add an additional CHECK prefix to a test. Some of the c [...]
new 914a8e7 [X86] Fix the execution domain for scalar SQRT intrinsic inst [...]
new bb0ec0e [AVX-512] Fix execution domain of scalar VRANGE/REDUCE/GETMAN [...]
new 3703247 [AVX-512] Fix the execution domain for VSCALEF instructions.
new 7a7f627 [AVX-512] Use update_llc_test_checks.py to regenerate a test.
new b1620f1 [AVX-512] Fix execution domain for VPMADD52 instructions.
new b64325c [AVX-512] Disable the redundant patterns in the VPBROADCASTBr [...]
new f46e01b [AVX-512] Fix the execution domain for AVX-512 integer broadcasts.
new d9d7615 [AVX-512] Fix execution domain for vmovhpd/lpd/hps/lps.
new bcfde2a [AVX-512] Fix execution domain for scalar commutable min/max [...]
new ca75ea3 [X86] Fix execution domain for cmpss/sd instructions.
The 11 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/X86InstrAVX512.td | 41 +++--
lib/Target/X86/X86InstrSSE.td | 12 +-
test/CodeGen/X86/avx2-vbroadcast.ll | 8 +-
test/CodeGen/X86/avx512ifma-intrinsics.ll | 97 ++++++-----
test/CodeGen/X86/avx512ifmavl-intrinsics.ll | 32 ++--
test/CodeGen/X86/fast-isel-select-sse.ll | 80 +++++-----
test/CodeGen/X86/fp-select-cmp-and.ll | 32 ++--
test/CodeGen/X86/logical-load-fold.ll | 4 +-
test/CodeGen/X86/merge-consecutive-loads-256.ll | 2 +-
test/CodeGen/X86/sse-minmax.ll | 204 ++++++++++++------------
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 4 +-
test/CodeGen/X86/sse2-intrinsics-x86.ll | 25 ++-
test/Transforms/LoopVectorize/X86/avx512.ll | 2 +-
13 files changed, 283 insertions(+), 260 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 clang.
from 908568b Update cxx_dr_status page.
new 1d680d2 [index] Add 'Parameter' symbol kind and 'Local' symbol proper [...]
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/clang/Index/IndexSymbol.h | 7 +++++-
lib/Index/IndexBody.cpp | 2 +-
lib/Index/IndexSymbol.cpp | 43 +++++++++++++++++++++++++++++++++-
lib/Index/IndexTypeSourceInfo.cpp | 2 +-
lib/Index/IndexingContext.cpp | 34 +++------------------------
lib/Index/IndexingContext.h | 1 -
test/Index/Core/index-source.m | 43 +++++++++++++++++++++++++++++-----
tools/c-index-test/core_main.cpp | 9 +++++--
tools/libclang/CXIndexDataConsumer.cpp | 1 +
9 files changed, 98 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.