This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 2a14526bfa sparc: refactor cpu_relax to C
new ef9ecfa63c intl: create target directory for bison
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:
ChangeLog | 4 ++++
intl/Makefile | 1 +
2 files changed, 5 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 master
in repository llvm.
from 05349f09dbd [ARM] and + load combine tests
new f5040aa4c6e [X86] Improvement in CodeGen instruction selection for LEAs.
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/CodeGen/MachineInstr.h | 3 +-
include/llvm/CodeGen/SelectionDAG.h | 3 +
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 11 +
lib/Target/X86/X86ISelDAGToDAG.cpp | 88 +++-
lib/Target/X86/X86OptimizeLEAs.cpp | 486 ++++++++++++++++++++-
test/CodeGen/X86/GlobalISel/callingconv.ll | 2 +-
test/CodeGen/X86/GlobalISel/gep.ll | 34 +-
test/CodeGen/X86/GlobalISel/memop-scalar.ll | 2 +-
test/CodeGen/X86/lea-opt-cse1.ll | 12 +-
test/CodeGen/X86/lea-opt-cse2.ll | 40 +-
test/CodeGen/X86/lea-opt-cse3.ll | 34 +-
test/CodeGen/X86/lea-opt-cse4.ll | 68 ++-
test/CodeGen/X86/mul-constant-i16.ll | 12 +-
test/CodeGen/X86/mul-constant-i32.ll | 15 +-
test/CodeGen/X86/mul-constant-i64.ll | 9 +-
test/CodeGen/X86/mul-constant-result.ll | 14 +-
test/CodeGen/X86/umul-with-overflow.ll | 16 +-
.../LoopStrengthReduce/X86/ivchain-X86.ll | 6 +-
18 files changed, 692 insertions(+), 163 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 3c97b65dcad [X86][AVX512] Tag vshift/vpermv/pshufd/pshufb instructions [...]
new 05349f09dbd [ARM] and + load combine tests
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:
test/CodeGen/ARM/and-load-combine.ll | 674 +++++++++++++++++++++++++++++++++++
1 file changed, 674 insertions(+)
create mode 100644 test/CodeGen/ARM/and-load-combine.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 gcc.
from bb53e62ef20 Fix "central flowgraph" typo in machine desc docs
new 9c9cb9cf113 2017-12-01 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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/vect/pr83232.f90 | 33 ++++++++++++++++++++++++++++++
gcc/tree-vect-data-refs.c | 29 ++++++++++++++++++--------
4 files changed, 65 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr83232.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 binutils-gdb.
from 92f402a7e0 x86: Print dynreloc in readonly section for map file output
new 2ee0c9b3ee Update GDB's list of maintainers to reflect today's reality
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 | 6 ++++++
gdb/MAINTAINERS | 53 +++++++++++++++++++++--------------------------------
2 files changed, 27 insertions(+), 32 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 9e86ddadd7e RTEMS/Ada: Fix some POSIX types
new bb53e62ef20 Fix "central flowgraph" typo in machine desc docs
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 | 4 ++++
gcc/doc/md.texi | 2 +-
2 files changed, 5 insertions(+), 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 llvm.
from 4ece91062bd Revert r319537: Bail out of a SimplifyCFG switch table opt [...]
new 3c97b65dcad [X86][AVX512] Tag vshift/vpermv/pshufd/pshufb instructions [...]
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/X86InstrAVX512.td | 231 +++---
lib/Target/X86/X86InstrSSE.td | 47 +-
test/CodeGen/X86/avx512-bugfix-23634.ll | 2 +-
test/CodeGen/X86/avx512-schedule.ll | 10 +-
test/CodeGen/X86/avx512-shuffle-schedule.ll | 916 ++++++++++++------------
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 2 +-
6 files changed, 623 insertions(+), 585 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 8b60629816 [c++2a] P0515R3: Support for overloaded operator<=>.
new b1bb103116 Better trade-off for excess characters vs. staying within th [...]
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/Format/ContinuationIndenter.cpp | 54 ++++++++++++++++++++++++++++++-------
lib/Format/ContinuationIndenter.h | 17 +++++++++---
unittests/Format/FormatTest.cpp | 26 +++++++++++++-----
3 files changed, 78 insertions(+), 19 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 glibc.
from ff84a0e050 Use libm_alias_float for e500.
new d985adae22 is_IS locale: Base collation on iso14651_t1 [BZ #22519]
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:
ChangeLog | 9 +
localedata/Makefile | 5 +-
localedata/is_IS.UTF-8.in | 61 ++
localedata/locales/is_IS | 2189 ++-------------------------------------------
4 files changed, 162 insertions(+), 2102 deletions(-)
create mode 100644 localedata/is_IS.UTF-8.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.