This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e3ada07 Bump year to 2017 in LICENSE.txt
new 49dd8fc AMDGPU: Fold fneg into fmul_legacy
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/AMDGPU/AMDGPUISelLowering.cpp | 7 +-
test/CodeGen/AMDGPU/fneg-combines.ll | 178 +++++++++++++++++++++++++++++++
2 files changed, 183 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 2425a30 Add support for locating separate debug info files via the bu [...]
new 8361ed4 x86-64: Also generate unwind info for .plt.bnd
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:
bfd/ChangeLog | 12 +++
bfd/elf64-x86-64.c | 106 ++++++++++++++++------
ld/ChangeLog | 8 ++
ld/testsuite/ld-x86-64/pr21038b.d | 9 ++
ld/testsuite/ld-x86-64/{pr21038a.d => pr21038c.d} | 47 +++++++---
ld/testsuite/ld-x86-64/{pr12570a.s => pr21038c.s} | 5 +-
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
7 files changed, 142 insertions(+), 46 deletions(-)
copy ld/testsuite/ld-x86-64/{pr21038a.d => pr21038c.d} (53%)
copy ld/testsuite/ld-x86-64/{pr12570a.s => pr21038c.s} (53%)
--
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 951fb89 PR c/79074 - -Waddress difference between C and C++ with (T*)0
new a091a5b * gcc.dg/pr78768.c: Require LTO.
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 | 4 ++++
gcc/testsuite/gcc.dg/pr78768.c | 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 clang.
from bff998a [analyzer] Don't dereference the array value when binding it [...]
new ae27323 UsersManual.rst: Update clang-cl options list
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 | 216 ++++++++++++++++++++++++++++-----------------------
1 file changed, 117 insertions(+), 99 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 bd87073 AMDGPU: Fold fneg into rcp
new e3ada07 Bump year to 2017 in LICENSE.txt
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:
LICENSE.TXT | 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 master
in repository clang.
from 271b0e8 [Docs][OpenCL] Added OpenCL feature description to Clang docu [...]
new bff998a [analyzer] Don't dereference the array value when binding it [...]
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/StaticAnalyzer/Checkers/DereferenceChecker.cpp | 6 ------
lib/StaticAnalyzer/Core/ExprEngine.cpp | 5 +++--
2 files changed, 3 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 gcc.
from 89f78e5 PR testsuite/79073 - FAIL: gcc.dg/pr78973.c (test for warning [...]
new 951fb89 PR c/79074 - -Waddress difference between C and C++ with (T*)0
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 | 6 ++++++
gcc/testsuite/c-c++-common/Waddress-2.c | 8 --------
2 files changed, 6 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 2f233c1 Revert r291774 which caused buildbot failure.
new 271b0e8 [Docs][OpenCL] Added OpenCL feature description to Clang docu [...]
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 | 360 +++++++++++++++++++++++++++++++++++++++++++++++++++
www/index.html | 8 +-
2 files changed, 364 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 4afed5d TTI: Add comment clarifying the meaning of MemIntrinsicInfo::PtrVal.
new 28fbf6c Fix some -Wsign-compare warnings by making some integer liter [...]
new e652041 AMDGPU: Fold fneg into fp_extend
new cca494f AMDGPU: Fold fneg into fp_round
new bd87073 AMDGPU: Fold fneg into rcp
The 4 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/AMDGPU/AMDGPUISelLowering.cpp | 36 +++
test/CodeGen/AMDGPU/fneg-combines.ll | 398 +++++++++++++++++++++++++++++++
unittests/IR/IRBuilderTest.cpp | 6 +-
3 files changed, 437 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 gcc.
from 72dcb17 * gcc.target/i386/builtin_target.c (check_features): Check a [...]
new 89f78e5 PR testsuite/79073 - FAIL: gcc.dg/pr78973.c (test for 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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr78973.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.