This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 94fc5971b [XRay][compiler-rt] Support sled versioning for custom event sleds
new 4854a215f [ARM][Compiler-rt] Fix AEABI builtins to correctly pass argum [...]
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/builtins/arm/aeabi_dcmp.S | 9 +++++++++
lib/builtins/arm/aeabi_fcmp.S | 9 +++++++++
2 files changed, 18 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 c2ae4dbfbe6 [Bash-autocompletion] Add support for static analyzer flags
new 37d17304a31 [Reassociate] Don't canonicalize x + (-Constant * y) -> x - [...]
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/Reassociate.cpp | 6 ++++++
.../Reassociate/canonicalize-neg-const.ll | 22 ++++++++++++++++++++++
2 files changed, 28 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 gcc.
from 8f29ae87f85 2017-08-23 Richard Biener <rguenther(a)suse.de>
new e6011f4fbda [gcc/testsuite]
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/testsuite/ChangeLog | 10 +++++++
.../gcc.target/powerpc/fold-vec-perm-char.c | 31 +++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-perm-double.c | 17 ++++++++++++
.../gcc.target/powerpc/fold-vec-perm-float.c | 16 +++++++++++
.../gcc.target/powerpc/fold-vec-perm-int.c | 31 +++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-perm-longlong.c | 32 ++++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-perm-pixel.c | 16 +++++++++++
.../gcc.target/powerpc/fold-vec-perm-short.c | 29 ++++++++++++++++++++
8 files changed, 182 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-perm-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-perm-double.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-perm-float.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-perm-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-perm-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-perm-pixel.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-perm-short.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 glibc.
from b9eaca8fa0 x86_64: Replace AVX512F .byte sequences with instructions
new 2b0b9a1c85 Consolidate remaning non cancellable definitions
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 | 10 ++++++++++
include/fcntl.h | 3 ---
include/signal.h | 3 ---
include/time.h | 3 ---
login/utmp_file.c | 1 +
sysdeps/generic/not-cancel.h | 2 ++
sysdeps/unix/sysv/linux/not-cancel.h | 3 +++
7 files changed, 16 insertions(+), 9 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 3715670b50b 2017-08-23 Richard Biener <rguenther(a)suse.de>
new 8f29ae87f85 2017-08-23 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/testsuite/ChangeLog | 8 ++++----
1 file changed, 4 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 631020137d6 [globalisel][tablegen] Add support for ImmLeaf without SDNodeXForm
new c2ae4dbfbe6 [Bash-autocompletion] Add support for static analyzer flags
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/Option/OptParser.td | 2 ++
include/llvm/Option/OptTable.h | 15 +++++++++++++--
lib/Option/OptTable.cpp | 25 +++++++++++++++++++------
utils/TableGen/OptParserEmitter.cpp | 26 ++++++++++++++++++++++++++
4 files changed, 60 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 clang.
from ba1ec3c54a Fix typos, remove unused private members of CommonOptionsPar [...]
new ecfb2759da [Bash-autocompletion] Add support for static analyzer flags
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/Driver/CC1Options.td | 14 +++++++++++++-
lib/Driver/DriverOptions.cpp | 11 ++++++++++-
test/Driver/autocomplete.c | 2 ++
3 files changed, 25 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 gcc.
from d6c70e3e514 2017-08-23 Richard Biener <rguenther(a)suse.de>
new 3715670b50b 2017-08-23 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/function.c | 2 +-
gcc/print-rtl-function.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-instantiate.C | 4 ++--
gcc/testsuite/g++.dg/tree-ssa/pr45605.C | 2 +-
gcc/testsuite/gnat.dg/noinline2.adb | 2 +-
gcc/testsuite/gnat.dg/renaming6.adb | 6 +++---
gcc/testsuite/gnat.dg/renaming6.ads | 2 +-
gcc/testsuite/gnat.dg/specs/noinline3.ads | 2 +-
gcc/tree-pretty-print.c | 2 +-
11 files changed, 28 insertions(+), 12 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 5a706f649d aarch64: Use PTR_REG macro to fix ILP32 bug and make code co [...]
new b9eaca8fa0 x86_64: Replace AVX512F .byte sequences with 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:
ChangeLog | 12 +++
.../fpu/multiarch/svml_d_sincos8_core_avx512.S | 19 +----
.../fpu/multiarch/svml_s_sincosf16_core_avx512.S | 63 ++--------------
sysdeps/x86_64/fpu/svml_d_sincos8_core.S | 41 +----------
sysdeps/x86_64/fpu/svml_d_wrapper_impl.h | 57 ++-------------
sysdeps/x86_64/fpu/svml_s_sincosf16_core.S | 85 ++--------------------
sysdeps/x86_64/fpu/svml_s_wrapper_impl.h | 57 ++-------------
7 files changed, 44 insertions(+), 290 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 binutils-gdb.
from b80c727008 ppc-opc.c formatting
new f6a36b0c9e gas: enable PC-relative diff relocations on sparc64
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:
gas/ChangeLog | 14 ++++++++++++++
gas/config/tc-sparc.c | 26 +++++++++++++++++++++++++-
gas/config/tc-sparc.h | 17 +++++++++++++++++
3 files changed, 56 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.