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 c995bfb [AArch64] Back port from trunk
new 4077770 gcc/ChangeLog:
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 | 8 ++++++++
gcc/config/rs6000/rs6000-builtin.def | 35 -----------------------------------
2 files changed, 8 insertions(+), 35 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 e4ad010 CFGTests: Update libdeps.
new 07b03b6 Fix flag name in comment in cuda-version-check.cu.
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/Driver/cuda-version-check.cu | 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 lld.
from 287b179 Recommit R274836 Add Thunk support framework for ARM and Mips
new ba68ce3 Fix memory leak.
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:
ELF/InputFiles.cpp | 5 +++--
ELF/InputFiles.h | 5 ++++-
ELF/Symbols.h | 4 ++--
ELF/Thunks.cpp | 32 +++++++++++++++++++-------------
4 files changed, 28 insertions(+), 18 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from aece604 scripts/MakeRelease.job: Remove 'snaps' as it is unused.
new bbe020d scripts/MakeRelease.job: Fix typos and whitespace errors.
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:
scripts/MakeRelease.job | 3 +--
1 file changed, 1 insertion(+), 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 7ad62f7 scripts/MakeRelease.job: Copy logs to fileserver even if tool [...]
new aece604 scripts/MakeRelease.job: Remove 'snaps' as it is unused.
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:
scripts/MakeRelease.job | 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 756c203 Support aarch64_be-none-elf testing using Foundation model.
new 7ad62f7 scripts/MakeRelease.job: Copy logs to fileserver even if tool [...]
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:
scripts/MakeRelease.job | 41 ++++++++++++++++++++++++++---------------
1 file changed, 26 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 llvm.
from fccaf97 CodeGen: Use MachineInstr& in StackSlotColoring, NFC
new ccb7a2f CodeGen: Avoid iterator conversions in TwoAddressInstructionP [...]
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/TwoAddressInstructionPass.cpp | 106 ++++++++++++++----------------
1 file changed, 51 insertions(+), 55 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 643c28a D22138: Added more Intel compiler versions as allowed build c [...]
new e942708 Improving EPCC performance when linking with hwloc
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.h | 8 +++++++-
runtime/src/kmp_dispatch.cpp | 6 ++++++
runtime/src/kmp_wait_release.h | 4 +++-
3 files changed, 16 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 lldb.
from 6514935 Add an API to unwind from a hand-called expression.
new 35e66ab Use shell cat command as a workaround if ADB stat cannot look [...]
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:
source/Plugins/Platform/Android/AdbClient.cpp | 66 ++++++++++++++++++----
source/Plugins/Platform/Android/AdbClient.h | 8 ++-
.../Plugins/Platform/Android/PlatformAndroid.cpp | 26 ++++++++-
3 files changed, 86 insertions(+), 14 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 5475a5b [SLPVectorizer][X86] Added fma vectorization tests
new 6973077 IR: Set a TargetPrefix for nvvm intrinsics
new 48900df [InstCombine] check for one-use before turning simple logic o [...]
new fccaf97 CodeGen: Use MachineInstr& in StackSlotColoring, NFC
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/IR/IntrinsicsNVVM.td | 2 ++
lib/CodeGen/StackSlotColoring.cpp | 25 ++++++++++------------
lib/Support/Triple.cpp | 5 +++--
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 4 ++--
test/Transforms/InstCombine/or.ll | 4 +---
5 files changed, 19 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.