This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a5c5d80 [RuntimeDyld] Add missing include - <string> is requried for [...]
new 38099e5 AMDGPU: Account for globals in AMDGPUPromoteAlloca pass
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/AMDGPUPromoteAlloca.cpp | 6 +++--
test/CodeGen/AMDGPU/promote-alloca-globals.ll | 32 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/promote-alloca-globals.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 gcc.
from 605a455 PR c++/69024 PR c++/68997 * cilk.c (cilk_ignorable_spawn_r [...]
new e665d8c * tree-ssa-dom.c (record_temporary_equivalences): Fix [...]
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 | 4 ++++
gcc/tree-ssa-dom.c | 2 +-
2 files changed, 5 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 llvm.
from 5089efd [RuntimeDyld] Propagate Errors from findPPC64TOCSection.
new a5c5d80 [RuntimeDyld] Add missing include - <string> is requried for [...]
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/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h | 1 +
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h | 1 +
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h | 1 +
3 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 llvm.
from 9390186 Add a test case for the crash fixed with r267037. David Blai [...]
new 5089efd [RuntimeDyld] Propagate Errors from findPPC64TOCSection.
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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.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 clang.
from 47213cf Rework interface for bitset-using features to use a notion of [...]
new 2febae0 Revert unnecessary tblgen change.
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:
utils/TableGen/ClangAttrEmitter.cpp | 1 -
1 file changed, 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 lnt.
from 91256d7 [profile] Do not use string.startsWith
new 09886e6 Server side blacklist for changes
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:
lnt/server/config.py | 23 ++++--
lnt/server/db/fieldchange.py | 28 +++----
.../db/rules/rule_blacklist_benchmarks_by_name.py | 49 ++++++++++++
lnt/server/db/rules_manager.py | 16 +++-
.../db/Inputs/lnt_v0.4.0_basic_instance/blacklist | 2 +
.../db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg | 2 +
tests/server/db/blacklist | 2 +
tests/server/db/blacklist.py | 87 ++++++++++++++++++++++
8 files changed, 186 insertions(+), 23 deletions(-)
create mode 100644 lnt/server/db/rules/rule_blacklist_benchmarks_by_name.py
create mode 100644 tests/server/db/Inputs/lnt_v0.4.0_basic_instance/blacklist
create mode 100644 tests/server/db/blacklist
create mode 100644 tests/server/db/blacklist.py
--
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 8a560c3 2016-04-27 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 605a455 PR c++/69024 PR c++/68997 * cilk.c (cilk_ignorable_spawn_r [...]
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 | 13 ++++
gcc/c-family/c-common.h | 3 +
gcc/c-family/cilk.c | 23 +++++-
gcc/cp/ChangeLog | 15 ++++
gcc/cp/cp-cilkplus.c | 104 ++++++++++++++++++++++++++
gcc/{config/s390/s390x.h => cp/cp-cilkplus.h} | 15 ++--
gcc/cp/cp-gimplify.c | 9 ++-
gcc/cp/cp-tree.h | 3 -
gcc/cp/lambda.c | 1 +
gcc/cp/parser.c | 1 +
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/g++.dg/cilk-plus/CK/pr68001.cc | 2 +-
gcc/testsuite/g++.dg/cilk-plus/CK/pr68997.cc | 68 +++++++++++++++++
gcc/testsuite/g++.dg/cilk-plus/CK/pr69024.cc | 38 ++++++++++
14 files changed, 285 insertions(+), 19 deletions(-)
copy gcc/{config/s390/s390x.h => cp/cp-cilkplus.h} (68%)
create mode 100644 gcc/testsuite/g++.dg/cilk-plus/CK/pr68997.cc
create mode 100644 gcc/testsuite/g++.dg/cilk-plus/CK/pr69024.cc
--
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 5678798 [ARM] Set AddPristinesAndCSRs to expandCMP_SWAP LivePhysRegs.
new 9390186 Add a test case for the crash fixed with r267037. David Blai [...]
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/tools/llvm-objdump/Inputs/empty.macho-armv7 | Bin 0 -> 152 bytes
test/tools/llvm-objdump/macho-objc-meta-data.test | 3 +++
2 files changed, 3 insertions(+)
create mode 100644 test/tools/llvm-objdump/Inputs/empty.macho-armv7
create mode 100644 test/tools/llvm-objdump/macho-objc-meta-data.test
--
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 f237ae1 Fix a bunch of sign-compare warnings
new d52761a Wdocumentation fix
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-fixer/tool/ClangIncludeFixer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.