This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5b0d461d423 [X86] Add test case for PR33290
new b779d345975 [ARM] Add the option to directly access TLS pointer
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/ARM/ARM.td | 4 ++++
lib/Target/ARM/ARMInstrInfo.td | 9 ++++++++-
lib/Target/ARM/ARMSubtarget.h | 4 ++++
test/CodeGen/ARM/readtp.ll | 22 ++++++++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/readtp.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 clang-tools-extra.
from dbdef28c [clangd] Workaround for a test failure on Windows.
new c86c7bcb [clang-tidy] readability-redundant-declaration: ignore friend [...]
new 50ce9140 [clang-tidy] Expand readability-redundant-function-ptr-derefe [...]
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.
Summary of changes:
.../readability/RedundantDeclarationCheck.cpp | 18 +++++++++++---
clang-tidy/readability/RedundantDeclarationCheck.h | 6 +++--
...ability-redundant-declaration-ignore-macros.cpp | 22 +++++++++++++++++
.../readability-redundant-declaration.cpp | 28 +++++++++++++++++++++-
...dability-redundant-function-ptr-dereference.cpp | 21 ++++++++++++++++
5 files changed, 89 insertions(+), 6 deletions(-)
create mode 100644 test/clang-tidy/readability-redundant-declaration-ignore-macros.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 glibc.
from d4550bd002 Update Nios II ULPs file.
new 0aab054a92 Update Microblaze libm-test-ulps
new d95fcb2df4 microblaze: Resolve non-relocatable branch in pt-vfork.S (BZ#21779)
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.
Summary of changes:
ChangeLog | 7 ++
sysdeps/microblaze/libm-test-ulps | 165 ++++++++++++++++++--------
sysdeps/unix/sysv/linux/microblaze/pt-vfork.S | 2 +-
3 files changed, 123 insertions(+), 51 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-tools-extra.
from db0ca852 [clangd] Don't reverse priorities of completion items.
new dbdef28c [clangd] Workaround for a test failure on Windows.
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/clangd/definitions.test | 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 binutils-gdb.
from a808670465 Fix problems parsing RISCV architecture extenstions in the a [...]
new 2b94abd48a Make some improvements to how SORT_* specifiers and EXCLUDE_ [...]
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:
ld/ChangeLog | 30 +++++++++
ld/NEWS | 7 +++
ld/ldgram.y | 97 ++++++++++++++----------------
ld/ldlang.c | 50 ++++++++++++---
ld/testsuite/ld-scripts/align.exp | 3 +
ld/testsuite/ld-scripts/align3.d | 3 +
ld/testsuite/ld-scripts/align3.t | 10 +++
ld/testsuite/ld-scripts/align4.d | 3 +
ld/testsuite/ld-scripts/align4.t | 10 +++
ld/testsuite/ld-scripts/align5.d | 7 +++
ld/testsuite/ld-scripts/align5.t | 12 ++++
ld/testsuite/ld-scripts/exclude-file-5.d | 5 ++
ld/testsuite/ld-scripts/exclude-file-5.map | 8 +++
ld/testsuite/ld-scripts/exclude-file-5.t | 11 ++++
ld/testsuite/ld-scripts/exclude-file-6.d | 5 ++
ld/testsuite/ld-scripts/exclude-file-6.map | 8 +++
ld/testsuite/ld-scripts/exclude-file-6.t | 11 ++++
ld/testsuite/ld-scripts/exclude-file-7.d | 5 ++
ld/testsuite/ld-scripts/exclude-file-7.map | 8 +++
ld/testsuite/ld-scripts/exclude-file-7.t | 11 ++++
20 files changed, 244 insertions(+), 60 deletions(-)
create mode 100644 ld/testsuite/ld-scripts/align3.d
create mode 100644 ld/testsuite/ld-scripts/align3.t
create mode 100644 ld/testsuite/ld-scripts/align4.d
create mode 100644 ld/testsuite/ld-scripts/align4.t
create mode 100644 ld/testsuite/ld-scripts/align5.d
create mode 100644 ld/testsuite/ld-scripts/align5.t
create mode 100644 ld/testsuite/ld-scripts/exclude-file-5.d
create mode 100644 ld/testsuite/ld-scripts/exclude-file-5.map
create mode 100644 ld/testsuite/ld-scripts/exclude-file-5.t
create mode 100644 ld/testsuite/ld-scripts/exclude-file-6.d
create mode 100644 ld/testsuite/ld-scripts/exclude-file-6.map
create mode 100644 ld/testsuite/ld-scripts/exclude-file-6.t
create mode 100644 ld/testsuite/ld-scripts/exclude-file-7.d
create mode 100644 ld/testsuite/ld-scripts/exclude-file-7.map
create mode 100644 ld/testsuite/ld-scripts/exclude-file-7.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 a07b1b15036 2017-07-28 Richard Biener <rguenther(a)suse.de>
new f7519c12cf4 Set DECL_VALUE_EXPR after a debug stmt is generated (PR san [...]
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 | 6 ++++++
gcc/sanopt.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/asan/pr81340.C | 22 ++++++++++++++++++++++
4 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/asan/pr81340.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 gcc.
from b4fce8f9228 PR sanitizer/80998 * sanopt.c (pass_sanopt::execute): Han [...]
new a07b1b15036 2017-07-28 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 | 13 +++++++++++++
gcc/fold-const.c | 2 +-
gcc/gimple-fold.c | 2 +-
gcc/match.pd | 22 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81502.c | 34 +++++++++++++++++++++++++++++++++
gcc/tree-cfg.c | 5 ++++-
gcc/tree-vect-stmts.c | 4 ++--
8 files changed, 82 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81502.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 gcc-6-branch
in repository gcc.
from a530bc4ddd7 Daily bump.
new 16b11f7fdb3 Backport from mainline r250496 2017-07-25 Bin Cheng <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:
gcc/ChangeLog | 9 +++++++++
gcc/config/aarch64/cortex-a57-fma-steering.c | 15 +++++++++++----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/pr81414.C | 9 +++++++++
4 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr81414.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 lld.
from 1d3ed066d [ELF] - Do not crash when ALIGN/DATA_SEGMENT_ALIGN expression [...]
new a99cc5655 [ELF] - Cleanup MapFile.cpp. 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:
ELF/MapFile.cpp | 21 +++++++++------------
1 file changed, 9 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 gcc-7-branch
in repository gcc.
from 71916fb7e89 [PowerPC/RTEMS] Add 64-bit support using ELFv2 ABI
new 8e86e0cceec Backport from mainline r250496 2017-07-25 Bin Cheng <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:
gcc/ChangeLog | 9 +++++++++
gcc/config/aarch64/cortex-a57-fma-steering.c | 15 +++++++++++----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/pr81414.C | 9 +++++++++
4 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr81414.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.