This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from d8239673817 Backport: [Patch ARM] Fix PR71778
new 92a33269ba8 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 91437273dea PR c++/80562 - ICE with constexpr if.
new 760680df9dc Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from b08273bc186 Daily bump.
new 82da45d2cc9 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 325c9fd4aa Don't throw an error in 'info registers' for unavailable MIP [...]
new a6cab9afd2 Automatic date update in version.in
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/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from f3a86ef193 Automatic date update in version.in
new 75b0f2ce20 Automatic date update in version.in
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/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from 335ce44a78 Automatic date update in version.in
new ab75d0a72d Automatic date update in version.in
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/version.h | 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 b96297306a1 [ExecutionEngine] Fix some Clang-tidy modernize-use-using a [...]
new 5a7b3305c54 AMDGPU: Fix scratch wave offset relative FI expansion
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/SIRegisterInfo.cpp | 29 +++++++++-----
test/CodeGen/AMDGPU/frame-index-elimination.ll | 54 ++++++++++++++++++++++----
2 files changed, 67 insertions(+), 16 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 7c44c2a308c [AMDGPU] Add infer address spaces pass before SROA
new b96297306a1 [ExecutionEngine] Fix some Clang-tidy modernize-use-using a [...]
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/llvm/ExecutionEngine/ExecutionEngine.h | 41 +++++++------
include/llvm/ExecutionEngine/GenericValue.h | 33 ++++++-----
include/llvm/ExecutionEngine/JITEventListener.h | 8 ++-
include/llvm/ExecutionEngine/JITSymbol.h | 28 ++++-----
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 42 +++++++------
include/llvm/ExecutionEngine/Orc/CompileUtils.h | 22 +++++--
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 24 ++++----
.../llvm/ExecutionEngine/Orc/GlobalMappingLayer.h | 9 +--
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 30 +++++++---
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 10 ++--
.../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 26 +++++---
include/llvm/ExecutionEngine/Orc/LambdaResolver.h | 11 ++--
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 10 ++--
.../ExecutionEngine/Orc/ObjectTransformLayer.h | 9 +--
include/llvm/ExecutionEngine/Orc/OrcABISupport.h | 47 ++++++++-------
.../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 31 +++++++---
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 15 +++--
.../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 32 +++++-----
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 23 ++++----
include/llvm/ExecutionEngine/Orc/RawByteChannel.h | 10 +---
include/llvm/ExecutionEngine/RuntimeDyld.h | 12 ++--
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 52 ++++++++++------
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 31 ++++++----
tools/lli/OrcLazyJIT.cpp | 69 +++++++++++-----------
tools/lli/OrcLazyJIT.h | 47 +++++++++------
25 files changed, 388 insertions(+), 284 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 37e9dc8146 DCIGETTEXT: Do not make copy of localename
new 6c2ec6677b Remove pre-GCC-4.9 MIPS code.
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 | 9 ++
sysdeps/mips/atomic-machine.h | 362 +++++-------------------------------------
sysdeps/mips/math-tests.h | 8 +-
3 files changed, 52 insertions(+), 327 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 810d1a08bdd [Target] Fix some Clang-tidy modernize-use-using and Includ [...]
new 7c44c2a308c [AMDGPU] Add infer address spaces pass before SROA
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/AMDGPUTargetMachine.cpp | 8 ++++++++
test/CodeGen/AMDGPU/infer-addrpace-pipeline.ll | 10 ++++++++++
2 files changed, 18 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/infer-addrpace-pipeline.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.