This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d621db6 PR middle-end/79536 * fold-const.c (fold_negate_expr_1): Re [...]
new d23e218 2017-02-17 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 | 5 +++++
gcc/genmatch.c | 5 +++++
2 files changed, 10 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 59fb8e7 2017-02-16 Sandra Loosemore <sandra(a)codesourcery.com>
new d621db6 PR middle-end/79536 * fold-const.c (fold_negate_expr_1): Re [...]
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/fold-const.c | 34 ++++++++++++++++++++++++----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr79536.c | 10 ++++++++++
4 files changed, 45 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79536.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 27057ab Fix parsing of --build option.
new f1d920b spec2xxx-config: Add "--toolchain {gnu/llvm}" option
new 57ad0af WIP scripts to configure TX1 board and run benchmarks
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:
prepare-board.sh | 18 ++++++++
run.sh | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
spec2xxx-config | 49 ++++++++++++++++------
sysctl.conf | 3 ++
4 files changed, 180 insertions(+), 12 deletions(-)
create mode 100755 prepare-board.sh
create mode 100755 run.sh
create mode 100644 sysctl.conf
--
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 636a667 Fix clang-move test after clang-format update r295312
new e1c634d [clang-tidy] Add cert-dcl58-cpp (do not modify the 'std' name [...]
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:
clang-tidy/cert/CERTTidyModule.cpp | 3 +
clang-tidy/cert/CMakeLists.txt | 1 +
clang-tidy/cert/DontModifyStdNamespaceCheck.cpp | 49 ++++++++++++++++
...eptionCheck.h => DontModifyStdNamespaceCheck.h} | 18 +++---
docs/ReleaseNotes.rst | 5 ++
docs/clang-tidy/checks/cert-dcl58-cpp.rst | 21 +++++++
docs/clang-tidy/checks/list.rst | 1 +
.../Inputs/Headers/system-header-simulation.h | 24 ++++++++
test/clang-tidy/cert-dcl58-cpp.cpp | 67 ++++++++++++++++++++++
9 files changed, 180 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
copy clang-tidy/cert/{StaticObjectExceptionCheck.h => DontModifyStdNamespaceCheck. [...]
create mode 100644 docs/clang-tidy/checks/cert-dcl58-cpp.rst
create mode 100644 test/clang-tidy/Inputs/Headers/system-header-simulation.h
create mode 100644 test/clang-tidy/cert-dcl58-cpp.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 4c2b46f start-container-docker.sh: Fix docker cp invocation.
new a349873 start-container-docker.sh: Add ssh key to root user for test [...]
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:
start-container-docker.sh | 5 +++++
1 file 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 6684504 InstCombine: fix extraction when performing vector/array punning
new f93e288 Update Bugzilla URLs in 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:
docs/DeveloperPolicy.rst | 4 ++--
docs/HowToSubmitABug.rst | 2 +-
docs/Lexicon.rst | 2 +-
docs/ProgrammersManual.rst | 2 +-
docs/Statepoints.rst | 2 +-
5 files changed, 6 insertions(+), 6 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 e03dff6 Revert r295421, new ODR checker for modules, to fix build bot.
new 2af0409 Update Bugzilla URLs in 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:
docs/UsersManual.rst | 6 +++---
1 file changed, 3 insertions(+), 3 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 ff64e46 [IR][X86] Simplify some AutoUpgrade code slightly. NFC
new 6684504 InstCombine: fix extraction when performing vector/array punning
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/InstCombine/InstCombineVectorOps.cpp | 2 +-
test/Transforms/InstCombine/shufflevec-bitcast.ll | 16 ++++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/InstCombine/shufflevec-bitcast.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.