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 8a60f6e6 [test-suite] Allow --use-perf=profile and --run-under to work [...]
new f8ff0a4f [test-suite] Using Google Benchmark Library on Harris Kernel
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 | 1 +
MicroBenchmarks/CMakeLists.txt | 2 +
MicroBenchmarks/harris/CMakeLists.txt | 8 +
MicroBenchmarks/harris/LICENSE.txt | 37 +++++
MicroBenchmarks/harris/harris.h | 50 ++++++
MicroBenchmarks/harris/harris.reference_output | 1 +
MicroBenchmarks/harris/harrisKernel.cpp | 112 +++++++++++++
MicroBenchmarks/harris/main.cpp | 216 +++++++++++++++++++++++++
8 files changed, 427 insertions(+)
create mode 100644 MicroBenchmarks/harris/CMakeLists.txt
create mode 100644 MicroBenchmarks/harris/LICENSE.txt
create mode 100644 MicroBenchmarks/harris/harris.h
create mode 100644 MicroBenchmarks/harris/harris.reference_output
create mode 100644 MicroBenchmarks/harris/harrisKernel.cpp
create mode 100644 MicroBenchmarks/harris/main.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 lldb.
from 02aaf9125 Change AddressClass type from 'enum' to 'enum class'.
new 299476ce0 Represent invalid UUIDs as UUIDs with length zero
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/lldb/Utility/DataExtractor.h | 16 ------
include/lldb/Utility/UUID.h | 49 ++++++++++++-----
source/API/SBModuleSpec.cpp | 3 +-
.../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 2 +-
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 4 +-
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 10 ++--
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 23 ++++----
source/Plugins/Process/minidump/MinidumpParser.cpp | 15 +----
source/Utility/DataExtractor.cpp | 18 ------
source/Utility/UUID.cpp | 64 +++-------------------
.../GDBRemoteCommunicationClientTest.cpp | 6 +-
unittests/Utility/UUIDTest.cpp | 45 +++++++++++++--
12 files changed, 111 insertions(+), 144 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 c309657f69d Introduce dump_location_t
new a8b44230249 rs6000: Set up ieee128_float_type_node correctly (PR82625)
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 | 7 +++++++
gcc/config/rs6000/rs6000.c | 13 ++++++++-----
2 files changed, 15 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 llvm.
from 7b36ec6b5e1 Fix LLVM_ENABLE_THREADS=0 builds after r335440.
new a301ecd20b0 [InstSimplify] add tests for srem with sext bool divisor; NFC
new e873939bd3e Silence "unused variable" warning in LiveIntervals.cpp afte [...]
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:
lib/CodeGen/LiveIntervals.cpp | 1 +
test/Transforms/InstSimplify/rem.ll | 23 +++++++++++++++++++++++
2 files changed, 24 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 f2d90857daf [TargetLowering] isVectorClearMaskLegal - use ArrayRef<int> [...]
new 2c45bcb3993 Account for undef values from predecessors in extendSegmentsToUses
new 7b36ec6b5e1 Fix LLVM_ENABLE_THREADS=0 builds after r335440.
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/CodeGen/LiveIntervals.h | 4 +
lib/CodeGen/LiveIntervals.cpp | 58 +++--
lib/CodeGen/LiveRangeCalc.cpp | 21 ++
lib/CodeGen/LiveRangeCalc.h | 9 +
test/CodeGen/AMDGPU/subreg-split-live-in-error.mir | 273 +++++++++++++++++++++
unittests/Support/TaskQueueTest.cpp | 3 +-
6 files changed, 351 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/subreg-split-live-in-error.mir
--
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 c6dda905a6c [ThinLTO] Parse module summary index from assembly
new 799df9565bf Fix spelling mistakes in comments. NFCI.
new 61f67f4637f [X86,ARM] Retain split-stack prolog check for sibling calls
new f2d90857daf [TargetLowering] isVectorClearMaskLegal - use ArrayRef<int> [...]
The 3 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/CodeGen/TargetLowering.h | 8 +++---
lib/Demangle/ItaniumDemangle.cpp | 8 +++---
lib/Target/ARM/ARMFrameLowering.cpp | 6 +++--
lib/Target/X86/X86FrameLowering.cpp | 6 +++--
lib/Target/X86/X86ISelLowering.cpp | 5 ++--
lib/Target/X86/X86ISelLowering.h | 9 +++----
test/CodeGen/ARM/segmented-stacks.ll | 18 ++++++++++++++
test/CodeGen/X86/segmented-stacks.ll | 46 +++++++++++++++++++++++++++++++++++
8 files changed, 86 insertions(+), 20 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 annotated tag users/ARM/embedded-gdb-8.1-branch-2018q2
in repository binutils-gdb.
at 2885948fd0 (tag)
tagging b8839e82459280eb05d7841c0acd67b46f2cbf49 (commit)
replaces gdb-8.1-release
tagged by Thomas Preud'homme
on Tue Jun 26 15:11:39 2018 +0100
- Log -----------------------------------------------------------------
GNU ARM Embedded Tools 7 update 2 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJbMknvAAoJEAX1Gf7yNDv6GSMP/RGtS2aySokNjsBB8AFv/kgO
xY8xV06laaFk4s/DP8Ix1AH8RVAEuGv1vFXRMukediSfnJRAOLE0iurgqEsCahLE
NkHE4nMul6d8XD01ZccGjLoS+iI8G8TSnPu0+hTuNHsB094dFSF90UZLLPwxRTkS
Gk/riyvjgQz9kYaUMpkUrDMZfyffLhxiuGDKC6JWBogDrD5DfjkryJHotQVxebPK
B01t4NrBllGzf6NnZaB4dnp4BTEHjvzmI+ZicinoaXVgkSNXBAhJUuTHJBXgtKBg
AwTgKrDWL/iBSOBxih3/qoYcRpUjFe1LFtISuysJLfV3/9WPC1CBftmQumZ7tmPw
5v9YpQadRKqwv3J/87r6rv19RD9HfLMM5AOHpH2QUelEuOus1R5SlvHje/OTLF/c
HcL9sN9qCUTpXys9fydDpQFjuLASwUI4UhasV3P3edwuBTdjs3ONedG07NKeUqWI
YYlh3neozqj7PRJkO41d2jxZCtDCbHR67EFP32v5+phSFH2HgqqeETRDrLnrg1rZ
3TcD8pLPqVHWDULATIqA/9JU0HTGLbvsZ+iUaklC7gEJ/ZIrwbCprh0nkU9s44F7
dJDnwYt5N7ubayRLvkjxay2zohEwbr0GUlG5sPmRZZxX/8mCn+DO/SWVxCULb6yu
bcnfHQfTFjd0UTA3DJKx
=H0AZ
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 annotated tag users/ARM/embedded-binutils-2_30-branch-2018q2
in repository binutils-gdb.
at 61d3e6412a (tag)
tagging 763e359efaba5cc088604e3f3e1dda40fda06831 (commit)
replaces binutils-2_30
tagged by Thomas Preud'homme
on Tue Jun 26 15:10:32 2018 +0100
- Log -----------------------------------------------------------------
GNU Arm Embedded Tools 7 update 2 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJbMklgAAoJEAX1Gf7yNDv6h2AP/3E+SJItPf1LS8IkgTbtkzYL
it35E1kJhlY8+oJ0+GkLk4Z8Bbs/qgGIFN3q7ezgXDMr+0oSQXkwfk6VvxMoDkiU
GoLVUy2YojT5fcoSV2lKcQbphTbJZ/J9mGbe9mnBVaMpeQfCI2cwYeN4R4NFHXEV
JK3rp7+A0lZx/dGY5CqowCvxFu1w7zsFN6CM6SZj9Rxx1iKCMQAzANhqOjqrrOWY
Zm+9ogr9oUCHvRa6GQWw88Xw50Tjb5G4R5/Rscdc2/NUsOIBykuJTl4qjPWP5xGG
T/RAXfw9zZOxZivuhVQfUSVSLrLnKcX9MajbWvgpnbl9pvpdcs0AT7vpme1iQ0Kg
flbWc6KIW+DOrXAnvlQh/j9T6+J5aNEAPaJqdOEpiBoDAOwZk9IwKz1oDGmxqudr
yzuIbWQ+RRd7Qo7XF5wafToCrrWEOdnVjDC8f+YB/56MnxUYw0ftlsOwcBd41Pv0
Xn5+r18qwU0CcDbkmCMzm6dm6o9Ozcb2/y5xpZGmqIaUL7e4NPcmcvYaJizgOXzF
vy4NkQfVxvvbWiTB+8VsKU32AtOdByy0by8t9nuV6Dhp3na3+390ES3zWXr1ghJB
8rTXt1IWcTyLM6AdpteBIcewTIdRsuY8uXl28S6ihFvTAVPW9dymeXJ2n3z4eiAW
OnYgjYdGCKchDzwB3OEH
=rzKP
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 ded7884 start-container-*.sh: Rework bind-mount handling
new 4199801 start-container-docker.sh: Use FQDN to ssh to local container.
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:
jenkins-helpers.sh | 12 ++++++------
start-container-docker.sh | 4 +++-
2 files changed, 9 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.