This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 971e7f1 PR rtl-optimization/77919 * expr.c (expand_expr_real_1) <no [...]
new 55c0151 S/390: Add support for arch<n> arch/tune options.
new 987860a S/390: Add static OSC breaker if necessary.
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:
gcc/ChangeLog | 18 +++
gcc/config.gcc | 2 +-
gcc/config/s390/linux.h | 14 +-
gcc/config/s390/s390.c | 152 +++++++++++++++++++++
gcc/config/s390/s390.md | 8 ++
gcc/config/s390/s390.opt | 24 ++++
gcc/config/s390/tpf.h | 17 ++-
gcc/doc/invoke.texi | 16 ++-
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.target/s390/oscbreak-1.c | 25 ++++
.../{tattr-m64-1.c => tattr-m64-33.c} | 38 +++---
11 files changed, 293 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/oscbreak-1.c
copy gcc/testsuite/gcc.target/s390/target-attribute/{tattr-m64-1.c => tattr-m64-33 [...]
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 5b3be0c Merge branch 'master' of https://git.linaro.org/toolchain/spe [...]
new da39860 Improve spec2xxx-result
new 313b0db Workaround limitation of ssh server on incoming connections
new 4f67d9a Fix @BIND@ expansion
new 865b63b Improve Perf support
new 2613398 Remove outdated scripts
new d30f67e Rename old script, that still has some valuable lines
new d8e99a3 Use core #0 for helpercpu by default
new 8cb9bb8 Update documentation.
The 8 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:
README | 128 ++++++------------------
bench-ilp32.sh | 207 ---------------------------------------
cpu2006.cfg | 2 +-
spec2xxx-build | 30 ------
spec2xxx-check | 83 ----------------
spec2xxx-config | 48 ++++++++-
spec2xxx-result | 7 +-
spec2xxx-run => spec2xxx-run.old | 0
8 files changed, 80 insertions(+), 425 deletions(-)
delete mode 100755 bench-ilp32.sh
delete mode 100755 spec2xxx-build
delete mode 100755 spec2xxx-check
rename spec2xxx-run => spec2xxx-run.old (100%)
--
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 gimplefe
in repository gcc.
from 249306d 2016-10-28 Richard Biener <rguenther(a)suse.de>
new 63ffb8e 2016-10-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/doc/invoke.texi | 9 ++++++++-
1 file changed, 8 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 lldb.
from 9e5b4bd Check that we got back an object from MakeFunctionCaller befo [...]
new 4237832 Add a couple of fun unit tests for FileSpec::Equal
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:
unittests/Host/FileSpecTest.cpp | 91 +++++++++++++++++++++++++++++++++++++----
1 file changed, 82 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 binutils-gdb.
from d87fdac btrace: bridge gaps
new 44d8346 Fix gdb.base/maint.exp regressions
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/maint.c | 6 ++++++
2 files changed, 11 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 libcxx.
from a0b4d55 Add more tests for optional<const T>
new c457a97 Fix test when using an installed libc++
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/libcxx/test/config.py | 1 +
test/libcxx/version.pass.cpp | 2 ++
2 files changed, 3 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 clang.
from 83bce6d Fix MSVC "not all control paths return a value" warning
new 8cebf7a [Objective-C] Add objc_subclassing_restricted attribute
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/Basic/Attr.td | 6 +++++
include/clang/Basic/AttrDocs.td | 8 +++++++
include/clang/Basic/DiagnosticSemaKinds.td | 3 +++
lib/Sema/SemaDeclAttr.cpp | 3 +++
lib/Sema/SemaDeclObjC.cpp | 20 ++++++++++++++++
test/SemaObjC/subclassing-restricted-attr.m | 36 +++++++++++++++++++++++++++++
6 files changed, 76 insertions(+)
create mode 100644 test/SemaObjC/subclassing-restricted-attr.m
--
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 19f548b [openmp] Remove test assumption that canonical binary name co [...]
new 83bce6d Fix MSVC "not all control paths return a value" 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:
lib/Driver/Action.cpp | 2 ++
1 file changed, 2 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 compiler-rt.
from 3d648ec [asan] Disable pthread_create_from_constructor test on PowerPC64.
new f3363f4 [asan] Run pthread_create_from_constructor test on x86 targets.
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/asan/TestCases/Linux/pthread_create_from_constructor.cc | 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 gimplefe
in repository gcc.
from 745d43f Merge remote-tracking branch 'trunk' of git://gcc.gnu.org/git [...]
new 249306d 2016-10-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/c/gimple-parser.c | 11 ++++++++---
gcc/gimplify.c | 17 +----------------
gcc/tree-cfg.c | 2 +-
3 files changed, 10 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.