This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f4f1f074885 [CallSiteSplitting] Support splitting of blocks with instrs [...]
new de85a83eb31 [CallSiteSplitting] Fix new-pm test, as TargetIRAnalysis is [...]
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/Other/new-pm-lto-defaults.ll | 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 f2731e0c37 PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries
new 6e5e9d58c1 PR22836, "-r -s" doesn't work with -g3 using GCC 7
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/ChangeLog | 8 ++++++++
bfd/elf.c | 25 +++++++++++++++++++++----
bfd/elflink.c | 7 +++++++
binutils/ChangeLog | 9 +++++++++
binutils/testsuite/binutils-all/group-7.s | 6 ++++++
binutils/testsuite/binutils-all/group-7a.d | 16 ++++++++++++++++
binutils/testsuite/binutils-all/group-7b.d | 19 +++++++++++++++++++
binutils/testsuite/binutils-all/group-7c.d | 8 ++++++++
binutils/testsuite/binutils-all/objcopy.exp | 3 +++
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/pr22836-2.d | 7 +++++++
ld/testsuite/ld-elf/pr22836-2.s | 7 +++++++
12 files changed, 117 insertions(+), 4 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/group-7.s
create mode 100644 binutils/testsuite/binutils-all/group-7a.d
create mode 100644 binutils/testsuite/binutils-all/group-7b.d
create mode 100644 binutils/testsuite/binutils-all/group-7c.d
create mode 100644 ld/testsuite/ld-elf/pr22836-2.d
create mode 100644 ld/testsuite/ld-elf/pr22836-2.s
--
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 1a38f4851fe [ARM] Don't print "Requires NEON" error message for M-profile
new f4f1f074885 [CallSiteSplitting] Support splitting of blocks with instrs [...]
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/Scalar/CallSiteSplitting.cpp | 99 ++++++--
.../callsite-instructions-before-call.ll | 253 +++++++++++++++++++++
.../CallSiteSplitting/callsite-no-or-structure.ll | 48 ++--
.../CallSiteSplitting/callsite-split-debug.ll | 11 +-
.../CallSiteSplitting/callsite-split-or-phi.ll | 155 +++++--------
.../Transforms/CallSiteSplitting/callsite-split.ll | 12 +-
6 files changed, 428 insertions(+), 150 deletions(-)
create mode 100644 test/Transforms/CallSiteSplitting/callsite-instructions-before-call.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 gcc.
from 75102502b3e RISC-V: define _REENTRANT with -pthread
new 76205d3a707 2018-02-13 Sebastian Perta <sebastian.perta(a)renesas.com>
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 | 10 +++
gcc/config/rl78/rl78.c | 86 +++++++++++++++++++++++-
gcc/doc/extend.texi | 2 +-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/rl78/test_auto_vector.c | 21 ++++++
5 files changed, 120 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/rl78/test_auto_vector.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.
unknown user pushed a change to branch master
in repository llvm.
from c8ff25f66e4 [X86] Rename function main->foo in CodeGen/X86/pr35316.ll. NFC
new 1a38f4851fe [ARM] Don't print "Requires NEON" error message for M-profile
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/ARM/AsmParser/ARMAsmParser.cpp | 2 ++
test/MC/ARM/vfp4.s | 4 ++--
2 files changed, 4 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 20ebaa3da2b Add a DECL_EXPR for VLA pointer casts (PR 84305)
new 75102502b3e RISC-V: define _REENTRANT with -pthread
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 | 4 ++++
gcc/config/riscv/linux.h | 2 ++
2 files changed, 6 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 bac740f8ef8 [Thumb] Handle addressing mode AddrMode5FP16
new c8ff25f66e4 [X86] Rename function main->foo in CodeGen/X86/pr35316.ll. NFC
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/X86/pr35316.ll | 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 4436334bfc1 [LoopInterchange] Check number of latch successors before a [...]
new bac740f8ef8 [Thumb] Handle addressing mode AddrMode5FP16
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/ARM/Thumb2InstrInfo.cpp | 14 ++++++++++++++
test/CodeGen/ARM/fp16-instructions.ll | 24 ++++++++++++++++++++++++
2 files changed, 38 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 gcc.
from 660ca68fd78 PR target/84335 * config/i386/i386.c (ix86_init_mmx_sse_b [...]
new 20ebaa3da2b Add a DECL_EXPR for VLA pointer casts (PR 84305)
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/c/ChangeLog | 8 ++++
gcc/c/c-decl.c | 53 ++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/compile/pr84305.c | 4 ++
4 files changed, 56 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr84305.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.
unknown user pushed a change to branch master
in repository clang.
from 49130330ae Fix for PR32992. Static const classes not exported.
new a9de5f6b28 [clang-format] Support text proto extensions
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/ContinuationIndenter.cpp | 2 ++
lib/Format/FormatToken.h | 1 +
lib/Format/TokenAnnotator.cpp | 44 +++++++++++++++++++----
unittests/Format/FormatTestProto.cpp | 11 ++++++
unittests/Format/FormatTestTextProto.cpp | 61 ++++++++++++++++++++++++++++++++
5 files changed, 113 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.