This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository test-suite.
from 49ab9450 [test-suite] Add hotspot kernel from Rodinia Benchmark
new 79f17557 [test-suite] Add srad kernel from Rodinia Benchmark
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:
MultiSource/Benchmarks/Rodinia/CMakeLists.txt | 1 +
.../Rodinia/{hotspot => srad}/CMakeLists.txt | 6 +-
.../Benchmarks/Rodinia/{hotspot => srad}/Makefile | 3 +-
MultiSource/Benchmarks/Rodinia/srad/main.c | 85 +
MultiSource/Benchmarks/Rodinia/srad/srad.h | 24 +
.../Benchmarks/Rodinia/srad/srad.reference_output | 10487 +++++++++++++++++++
MultiSource/Benchmarks/Rodinia/srad/sradKernel.c | 235 +
7 files changed, 10837 insertions(+), 4 deletions(-)
copy MultiSource/Benchmarks/Rodinia/{hotspot => srad}/CMakeLists.txt (59%)
copy MultiSource/Benchmarks/Rodinia/{hotspot => srad}/Makefile (85%)
create mode 100644 MultiSource/Benchmarks/Rodinia/srad/main.c
create mode 100644 MultiSource/Benchmarks/Rodinia/srad/srad.h
create mode 100644 MultiSource/Benchmarks/Rodinia/srad/srad.reference_output
create mode 100644 MultiSource/Benchmarks/Rodinia/srad/sradKernel.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 test-suite.
from 487c698b [test-suite] revert rT338163 (Add common files required by ke [...]
new a8367cce [test-suite] Add common files required by kernels of Rodinia [...]
new 49ab9450 [test-suite] Add hotspot kernel from Rodinia Benchmark
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:
LICENSE.TXT | 3 +
MultiSource/Benchmarks/CMakeLists.txt | 1 +
MultiSource/Benchmarks/Makefile | 2 +-
MultiSource/Benchmarks/Rodinia/CMakeLists.txt | 1 +
.../CLAMR => Rodinia/Common}/glibc_compat_rand.c | 0
.../CLAMR => Rodinia/Common}/glibc_compat_rand.h | 0
MultiSource/Benchmarks/Rodinia/LICENSE | 38 +
.../Benchmarks/Rodinia/hotspot/CMakeLists.txt | 7 +
MultiSource/Benchmarks/Rodinia/hotspot/Makefile | 8 +
MultiSource/Benchmarks/Rodinia/hotspot/hotspot.h | 23 +
.../Rodinia/hotspot/hotspot.reference_output | 2623 ++++++++++++++++++++
.../Benchmarks/Rodinia/hotspot/hotspotKernel.c | 101 +
MultiSource/Benchmarks/Rodinia/hotspot/main.c | 83 +
13 files changed, 2889 insertions(+), 1 deletion(-)
create mode 100644 MultiSource/Benchmarks/Rodinia/CMakeLists.txt
copy MultiSource/Benchmarks/{DOE-ProxyApps-C++/CLAMR => Rodinia/Common}/glibc_comp [...]
copy MultiSource/Benchmarks/{DOE-ProxyApps-C++/CLAMR => Rodinia/Common}/glibc_comp [...]
create mode 100644 MultiSource/Benchmarks/Rodinia/LICENSE
create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/CMakeLists.txt
create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/Makefile
create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspot.h
create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspot.reference_output
create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/hotspotKernel.c
create mode 100644 MultiSource/Benchmarks/Rodinia/hotspot/main.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 binutils-gdb.
from 129eb0f1f1 Improve gcore manpage and clarify "-o" option
new d19969ffbf RISC-V: Fix gas configure support for riscv*-*-*.
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:
gas/ChangeLog | 4 ++++
gas/configure.tgt | 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 clang.
from e88e9fc64d [DEBUG_INFO] Fix tests, NFC.
new 66f2c636c4 [Sema] Use a TreeTransform to extract deduction guide parame [...]
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/Sema/SemaTemplate.cpp | 40 ++++++++++++++--------
.../cxx1z-class-template-argument-deduction.cpp | 29 ++++++++++++++++
2 files changed, 54 insertions(+), 15 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 lldb.
from d9d64f663 Recommit [DataFormatters] Add formatter for C++17 std::optional.
new 0cbfd20ba Revert "Recommit [DataFormatters] Add formatter for C++17 std [...]
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:
lldb.xcodeproj/project.pbxproj | 4 -
.../data-formatter-stl/libcxx/optional/Makefile | 7 --
.../optional/TestDataFormatterLibcxxOptional.py | 59 ---------------
.../data-formatter-stl/libcxx/optional/main.cpp | 27 -------
source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 -
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 9 ---
source/Plugins/Language/CPlusPlus/LibCxx.cpp | 22 ------
source/Plugins/Language/CPlusPlus/LibCxx.h | 8 --
.../Plugins/Language/CPlusPlus/LibCxxOptional.cpp | 85 ----------------------
9 files changed, 222 deletions(-)
delete mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
delete mode 100644 source/Plugins/Language/CPlusPlus/LibCxxOptional.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.
unknown user pushed a change to branch master
in repository llvm.
from 031332e7888 Recommit "Enable MachineOutliner by default under -Oz for AArch64"
new 4cca12faa69 [InstCombine] [NFC] [Tests] Fold Select with AND/OR conditi [...]
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/Transforms/InstCombine/select-and-cmp.ll | 200 -------------------------
test/Transforms/InstCombine/select-or-cmp.ll | 201 --------------------------
2 files changed, 401 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 glibc.
from 97f2237efa Update NEWS with ISO 14651 update information.
new 4591b7db23 x86/CET: Don't parse beyond the note end
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:
ChangeLog | 5 +++++
sysdeps/x86/dl-prop.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.