This is an automated email from the git hooks/post-receive script.
ryan.arnold pushed a change to branch remotes/origin/releases/linaro-5.3-2016.05
in repository toolchain/release-notes.
at 9120dd9 Generate release-notes for Linaro GCC 5.3 2015.05.
This branch includes the following new commits:
new 9120dd9 Generate release-notes for Linaro GCC 5.3 2015.05.
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.
--
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 1e53a5f Address two correctness issues in LoadStoreVectorizer
new f0a4c11 IR: Set TargetPrefix for some X86 and AArch64 intrinsics wher [...]
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/IR/IntrinsicsAArch64.td | 2 +-
include/llvm/IR/IntrinsicsX86.td | 2 ++
2 files changed, 3 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.
ryan.arnold pushed a change to branch linaro_binutils-2_25-branch
in repository toolchain/binutils-gdb.
from ef90a47 [ARM] Support ARMv8.2 RAS extension.
new 79ec80f bfd/version.h: Increment Linaro version to 2016_02 to reflect [...]
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 364f249 [Hexagon] Revert r274381: that was actually wrong
new 1e53a5f Address two correctness issues in LoadStoreVectorizer
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/Transforms/Vectorize/LoadStoreVectorizer.cpp | 13 ++++++++---
.../AMDGPU/interleaved-mayalias-store.ll | 6 +++---
.../LoadStoreVectorizer}/X86/lit.local.cfg | 0
.../LoadStoreVectorizer/X86/preserve-order32.ll | 25 ++++++++++++++++++++++
.../LoadStoreVectorizer/X86/preserve-order64.ll | 25 ++++++++++++++++++++++
5 files changed, 63 insertions(+), 6 deletions(-)
copy test/{Analysis/CostModel => Transforms/LoadStoreVectorizer}/X86/lit.local.cfg (100%)
create mode 100644 test/Transforms/LoadStoreVectorizer/X86/preserve-order32.ll
create mode 100644 test/Transforms/LoadStoreVectorizer/X86/preserve-order64.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 lldb.
from d2556bc Revert fix that didn't work. I will need to debug this on lin [...]
new da68af4 Thread local storage was already broken on Linux and the test [...]
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:
packages/Python/lldbsuite/test/lang/c/tls_globals/TestTlsGlobals.py | 1 +
.../Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 5 ++++-
source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 5 ++++-
3 files changed, 9 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 clang.
from 56e97bd [Temporary, Lifetime] Add lifetime marks for temporaries
new 4e34e33 Remove unncessary CHECKs from r274385
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/CodeGen/temporary-lifetime.cpp | 2 --
1 file changed, 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 clang.
from 2974c75 [Driver] Delete some dead code (NFC)
new 56e97bd [Temporary, Lifetime] Add lifetime marks for temporaries
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/CGCleanup.cpp | 3 +
lib/CodeGen/CGDecl.cpp | 20 +--
lib/CodeGen/CGExpr.cpp | 20 ++-
lib/CodeGen/CodeGenFunction.h | 13 ++
lib/CodeGen/EHScopeStack.h | 5 +-
test/CodeGen/temporary-lifetime-exceptions.cpp | 24 ++++
test/CodeGen/temporary-lifetime.cpp | 165 +++++++++++++++++++++++++
test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp | 98 ++++++++++-----
8 files changed, 298 insertions(+), 50 deletions(-)
create mode 100644 test/CodeGen/temporary-lifetime-exceptions.cpp
create mode 100644 test/CodeGen/temporary-lifetime.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 compiler-rt.
from 5540777 tab to whitespaces
new 5e3cd28 [compiler-rt] Fix cmake to propagate debug info to runtime unittests
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/asan/tests/CMakeLists.txt | 4 ++--
1 file changed, 2 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 gcc.
from 8297c70 2016-07-01 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 267f3c6 PR fortran/71687 * f95-lang.c (struct binding_level): Add 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/fortran/ChangeLog | 9 +++++++++
gcc/fortran/f95-lang.c | 12 ++++++++++--
gcc/fortran/trans-decl.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/gomp/pr71687.f90 | 11 +++++++++++
5 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr71687.f90
--
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 c685b86 Drop upper limit on end user setting of the timeout value for [...]
new 2be4868 Dump stdout into a log file, and copy it to the fileserver.
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 | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.