This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 84225d2 [ValueTracking] Calls to @llvm.assume always return
new 3564e5c Make sure attribute kind and attributes are named respectivel [...]
new a09ba98 AMDGPU/SI: Refactor fixup handling for constant addrspace variables
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:
include/llvm/IR/Attributes.h | 14 +++----
include/llvm/IR/CallSite.h | 28 ++++++-------
include/llvm/IR/Function.h | 18 ++++----
include/llvm/IR/Instructions.h | 40 +++++++++---------
lib/IR/Attributes.cpp | 23 ++++------
lib/IR/Function.cpp | 16 +++----
lib/IR/Instructions.cpp | 49 +++++++++++-----------
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 5 ++-
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 33 ++++-----------
.../AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 19 ++++++---
lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h | 3 --
.../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h | 1 +
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 9 ++--
lib/Target/AMDGPU/SIISelLowering.cpp | 34 +++++++++++++++
lib/Target/AMDGPU/SIISelLowering.h | 3 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 6 ++-
lib/Target/AMDGPU/SIInstructions.td | 6 +--
20 files changed, 165 insertions(+), 146 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 b2efd16 PR c++/71528 * decl.c (duplicate_decls): For DECL_INITIALIZ [...]
new 06c75b9 P0145R2: Refining Expression Order for C++.
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-family/ChangeLog | 6 ++
gcc/c-family/c-opts.c | 6 ++
gcc/c-family/c.opt | 8 ++
gcc/cp/ChangeLog | 14 +++
gcc/cp/call.c | 107 ++++++++++++++++++----
gcc/cp/cp-gimplify.c | 45 +++++++---
gcc/cp/cp-tree.h | 27 ++++--
gcc/cp/pt.c | 14 +++
gcc/cp/semantics.c | 5 +-
gcc/cp/tree.c | 14 +--
gcc/doc/invoke.texi | 11 ++-
gcc/testsuite/g++.dg/cpp1z/eval-order1.C | 21 +++++
gcc/testsuite/g++.dg/cpp1z/eval-order2.C | 15 ++++
gcc/testsuite/g++.dg/cpp1z/eval-order3.C | 150 +++++++++++++++++++++++++++++++
14 files changed, 403 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order3.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 llvm.
from 23a0bca [TailDuplication] Split up NumInstrDups statistic.
new 84225d2 [ValueTracking] Calls to @llvm.assume always return
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/Analysis/ValueTracking.cpp | 3 ++-
test/Transforms/LICM/assume.ll | 19 ++++++++++++++++++-
2 files changed, 20 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 clang.
from 61e5c2c Rename Intrin.h to intrin.h, that's how all the documentation [...]
new c0be6ec s/Intrin.h/intrin.h/, trying to fix the build after r272701
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/Headers/CMakeLists.txt | 2 +-
lib/Headers/intrin.h | 4 ++--
test/CodeGen/ms-intrinsics.c | 4 ++--
test/CodeGen/ms-mm-align.c | 4 ++--
test/Headers/ms-intrin.cpp | 4 ++--
5 files changed, 9 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 clang.
from 699ee8e Fix documentation bot after r272656
new 61e5c2c Rename Intrin.h to intrin.h, that's how all the documentation [...]
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/Headers/{Intrin.h => intrin.h} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename lib/Headers/{Intrin.h => intrin.h} (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 master
in repository gcc.
from 4f60ea4 * MAINTAINERS (Write After Approval): Update e-mail address.
new fdbb53f 2016-06-14 Andreas Tobler <andreast(a)gcc.gnu.org>
new b2efd16 PR c++/71528 * decl.c (duplicate_decls): For DECL_INITIALIZ [...]
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 | 5 +++++
gcc/config/arm/freebsd.h | 4 ++++
gcc/cp/ChangeLog | 4 ++++
gcc/cp/decl.c | 8 ++++++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/opt/pr71528.C | 23 +++++++++++++++++++++++
6 files changed, 47 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/opt/pr71528.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 llvm.
from eac51a2 [LibFuzzer] Disable the ``fuzzer-trace-pc.test`` test on non- [...]
new 23a0bca [TailDuplication] Split up NumInstrDups statistic.
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/CodeGen/TailDuplicator.cpp | 9 ++++++---
1 file changed, 6 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 openmp.
from 0951fde Remove unused wait/release code.
new 4cbdcd9 Fix large overhead with itt notifications on region/barrier n [...]
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:
runtime/src/kmp_itt.inl | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 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 311f37b [perf-training] Ignore 'Profile Note' warnings from the runtime
new 699ee8e Fix documentation bot after r272656
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/LanguageExtensions.rst | 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 llvm.
from b7b4ba3 [X86] Reduce the width of multiplification when its operands [...]
new eac51a2 [LibFuzzer] Disable the ``fuzzer-trace-pc.test`` test on non- [...]
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/Fuzzer/test/fuzzer-trace-pc.test | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.