This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 443a484 * config/sparc/sparc.c (emit_scc_insn): Remove direct suppor [...]
new 1266360 gcc/ * common.opt (Wimplicit-fallthrough) Turn into alias to [...]
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 | 11 +++
gcc/c-family/ChangeLog | 7 ++
gcc/c-family/c-opts.c | 5 +
gcc/c-family/c.opt | 8 ++
gcc/common.opt | 5 +-
gcc/doc/invoke.texi | 64 ++++++++++---
gcc/gimplify.c | 4 +-
gcc/testsuite/ChangeLog | 12 +++
.../c-c++-common/Wimplicit-fallthrough-25.c | 33 +++++++
.../c-c++-common/Wimplicit-fallthrough-26.c | 33 +++++++
.../c-c++-common/Wimplicit-fallthrough-27.c | 33 +++++++
.../c-c++-common/Wimplicit-fallthrough-28.c | 33 +++++++
.../c-c++-common/Wimplicit-fallthrough-29.c | 33 +++++++
.../c-c++-common/Wimplicit-fallthrough-30.c | 33 +++++++
.../c-c++-common/Wimplicit-fallthrough-31.c | 33 +++++++
.../c-c++-common/Wimplicit-fallthrough-32.c | 33 +++++++
.../c-c++-common/Wimplicit-fallthrough-33.c | 33 +++++++
libcpp/ChangeLog | 8 ++
libcpp/include/cpplib.h | 3 +
libcpp/init.c | 1 +
libcpp/lex.c | 103 ++++++++++++++++++---
21 files changed, 502 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-25.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-26.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-27.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-28.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-29.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-30.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-31.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-32.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-33.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 compiler-rt.
from ab31f66 [profile] Add test for dead_strip+live_support functionality
new e955e0b Fix _recalloc redefinition link error in ASan RTL
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/asan_malloc_win.cc | 6 ++++++
1 file 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 binutils-gdb.
from 8f1a8fc testsuite: Fix gdb.arch/powerpc-prologue.c compilation
new 56fdab4 Update more tests for objdump change
new 821e6ff BFD_FAKE_SECTION macro params
new 4d48359 missing changelog entry
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:
bfd/ChangeLog | 7 +++++++
bfd/bfd-in2.h | 4 ++--
bfd/elf.c | 8 +++++---
bfd/section.c | 6 +++---
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-i386/pr19636-1d-nacl.d | 2 +-
ld/testsuite/ld-i386/pr19636-2c-nacl.d | 2 +-
ld/testsuite/ld-tic6x/shlib-1r.dd | 2 +-
ld/testsuite/ld-x86-64/plt-nacl.pd | 4 ++--
ld/testsuite/ld-x86-64/pr19636-2d-nacl.d | 8 ++++----
10 files changed, 34 insertions(+), 17 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 13a7e10 [DAG] Fix crash in build_vector -> vector_shuffle combine
new 47b7d1a Fix the stage2 MSVC 2013 build with less constexpr in RNG
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/Support/RandomNumberGenerator.h | 15 +++++++++++++--
1 file changed, 13 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 f8322a8 GlobalISel: support same-size casts on AArch64.
new 13a7e10 [DAG] Fix crash in build_vector -> vector_shuffle combine
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/SelectionDAG/DAGCombiner.cpp | 5 ++++
test/CodeGen/X86/oddshuffles.ll | 45 ++++++++++++++++++++++++++++++++
2 files changed, 50 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 426fd51 [InstrProf] Add support for dead_strip+live_support functionality
new f8322a8 GlobalISel: support same-size casts on AArch64.
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/AArch64/AArch64InstructionSelector.cpp | 62 ++++++++++++++++++++++
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 13 +++++
.../AArch64/GlobalISel/arm64-instructionselect.mir | 31 +++++++++++
3 files changed, 106 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 e31faf1 * iresolve.c (is_trig_resolved, resolve_trig_call): Formatti [...]
new 443a484 * config/sparc/sparc.c (emit_scc_insn): Remove direct suppor [...]
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 | 27 ++++++
gcc/config/sparc/sparc.c | 10 +--
gcc/config/sparc/sparc.md | 134 ++++--------------------------
gcc/testsuite/ChangeLog | 10 +++
gcc/testsuite/gcc.target/sparc/setcc-10.c | 23 -----
gcc/testsuite/gcc.target/sparc/setcc-4.c | 37 +++++++--
gcc/testsuite/gcc.target/sparc/setcc-5.c | 28 +------
gcc/testsuite/gcc.target/sparc/setcc-6.c | 36 ++++----
gcc/testsuite/gcc.target/sparc/setcc-7.c | 15 ++--
gcc/testsuite/gcc.target/sparc/setcc-8.c | 32 ++-----
gcc/testsuite/gcc.target/sparc/setcc-9.c | 20 ++---
11 files changed, 128 insertions(+), 244 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/sparc/setcc-10.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 libcxx.
from a75b75f Remove extraneous 'const' in the implementation of is_move_as [...]
new 508f208 Fix LWG2683 - filesystem::copy() should always clear the user [...]
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/experimental/filesystem/operations.cpp | 8 ++----
.../fs.op.funcs/fs.op.copy/copy.pass.cpp | 32 ++++++++++++++++++----
www/cxx1z_status.html | 2 +-
3 files changed, 30 insertions(+), 12 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 88f1ce5 [Profile] Update testcase for r283948 (NFC)
new 683bf4d Revert - When optimizing for size, enable loop rerolling by default
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/Driver/Tools.cpp | 11 +----------
test/Driver/clang_f_opts.c | 5 -----
2 files changed, 1 insertion(+), 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 clang.
from 1cf5763 Module: for ObjectiveC, be consistent when checking hidden decls.
new 88f1ce5 [Profile] Update testcase for r283948 (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/Profile/c-linkage-available_externally.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.