This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8f81178 Remove redundant argument. NFC.
new d18b2f1 [ELF] Linkerscript: define symbols outside SECTIONS
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/LinkerScript.cpp | 22 ++++++++++++++++++----
ELF/LinkerScript.h | 3 +++
ELF/Writer.cpp | 2 ++
test/ELF/linkerscript/linkerscript-symbols.s | 9 +++++++++
4 files changed, 32 insertions(+), 4 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 acfacb0 [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing [...]
new 327ae58 [statepoints][experimental] Add support for live-in semantics [...]
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/Statepoint.h | 11 +-
lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 40 ++++++-
lib/CodeGen/TargetInstrInfo.cpp | 11 +-
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 26 ++++
test/CodeGen/X86/statepoint-live-in.ll | 131 +++++++++++++++++++++
.../deopt-lowering-attrs.ll | 23 ++++
6 files changed, 233 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/X86/statepoint-live-in.ll
create mode 100644 test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.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 libcxxabi.
from 01489a2 [CMake] Trying to fix the bots I broke
new b96e846 Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().
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:
src/cxa_personality.cpp | 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 llvm.
from da4a9a6 Changing a code block to text because Sphinx does not like it [...]
new 5f960b8 [SLP] Arguments should be camel case, and start with an upper [...]
new acfacb0 [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing [...]
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/Transforms/Vectorize/SLPVectorizer.h | 2 +-
lib/Target/X86/X86IntrinsicsInfo.h | 1 +
lib/Transforms/Vectorize/SLPVectorizer.cpp | 4 ++--
test/CodeGen/X86/sse2-intrinsics-x86.ll | 24 +++++++++++------------
4 files changed, 15 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 fortran-dev
in repository gcc.
from 797981e Fix 'svn merge' issues
new 5425903 2016-08-31 Paul Thomas <pault(a)gcc.gnu.org>
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:
libgfortran/ChangeLog.fortran-dev | 6 ++
libgfortran/caf/single.c | 132 ++++++++++++++++++++------------------
2 files changed, 76 insertions(+), 62 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from df9425d gcc/ Backport from trunk r238820. 2016-07-28 Kristina Mar [...]
new 7ae414d gcc/ Backport from trunk r238938. 2016-08-01 Kyrylo Tkach [...]
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/config/aarch64/aarch64.c | 6 ++++--
.../gcc.target/aarch64/ldp_stp_unaligned_1.c | 20 ++++++++++++++++++++
2 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ldp_stp_unaligned_1.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 1f90805 gcc/ Backport from trunk r238056. 2016-07-06 Kyrylo Tkach [...]
new df9425d gcc/ Backport from trunk r238820. 2016-07-28 Kristina Mar [...]
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/config/aarch64/aarch64.c | 15 ++++++++-------
gcc/config/aarch64/aarch64.md | 22 ++++++++++++++++------
gcc/config/aarch64/iterators.md | 3 ---
3 files changed, 24 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 6050932 Clang patch r280064 introduced ways to set the FP exceptions [...]
new da4a9a6 Changing a code block to text because Sphinx does not like it [...]
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:
docs/Coroutines.rst | 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 llvm.
from 3061990 Fixed spill stack objects are mutable
new 6050932 Clang patch r280064 introduced ways to set the FP exceptions [...]
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/CodeGen/CommandFlags.h | 22 +++++++++++++++++++
include/llvm/Target/TargetOptions.h | 22 +++++++++++++++++++
lib/Target/ARM/ARMAsmPrinter.cpp | 41 +++++++++++++++++++++++++++---------
lib/Target/TargetMachine.cpp | 10 +++++++++
test/CodeGen/ARM/build-attributes.ll | 11 ++++++++++
5 files changed, 96 insertions(+), 10 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 6912529 [clang-format-vim] Support vim linked against py3
new 348fdb5 clang-format: Set default WebKit style to use C++11.
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/Format/Format.cpp | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.