This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from d039e5e403f PR target/84786 * config/i386/sse.md (vshift_count): New [...]
new c6aebd493e1 2018-06-25 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 11 ++++++++++
gcc/fortran/expr.c | 32 +++++++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/init_flag_17.f90 | 28 ++++++++++++++++++++++++++
4 files changed, 78 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_17.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.
unknown user pushed a change to branch master
in repository gcc.
from 41d6b10e96a Fix -finit-derived for c_ptr and c_funptr in programs w [...]
new c9f48b91bf3 2018-06-25 Michael Meissner <meissner(a)linux.ibm.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 | 13 +++++++++++++
gcc/config.gcc | 10 ----------
gcc/config/rs6000/linux64.h | 13 +++----------
gcc/config/rs6000/rs6000.c | 8 ++------
gcc/config/rs6000/rs6000.h | 6 ------
gcc/config/rs6000/t-ldouble-linux64le-ibm | 26 --------------------------
gcc/config/rs6000/t-ldouble-linux64le-ieee | 26 --------------------------
7 files changed, 18 insertions(+), 84 deletions(-)
delete mode 100644 gcc/config/rs6000/t-ldouble-linux64le-ibm
delete mode 100644 gcc/config/rs6000/t-ldouble-linux64le-ieee
--
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 e51396c3aeb [InstSimplify] add tests for div/rem with bool divisor; NFC
new 993ef0ca960 Handle NetBSD specific path in findDebugBinary()
new df0d594dd00 [InstSimplify] fold div/rem of zexted bool
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:
lib/Analysis/InstructionSimplify.cpp | 5 ++++-
lib/DebugInfo/Symbolize/Symbolize.cpp | 5 +++++
test/Transforms/InstCombine/rem.ll | 8 ++------
test/Transforms/InstSimplify/div.ll | 8 ++------
test/Transforms/InstSimplify/rem.ll | 8 ++------
5 files changed, 15 insertions(+), 19 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 7f4f83642f [MachineOutliner] Outline from linkonceodrs by default in LT [...]
new f3b7928366 [WebAssembly] Add no-prototype attribute to prototype-less C [...]
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/TargetInfo.cpp | 9 +++++++++
test/CodeGen/no-prototype.c | 20 ++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 test/CodeGen/no-prototype.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 gcc.
from 4606c7b9b95 gcc_qsort: avoid overlapping memcpy (PR 86311)
new 41d6b10e96a Fix -finit-derived for c_ptr and c_funptr in programs w [...]
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 | 10 ++++++++++
gcc/fortran/expr.c | 32 +++++++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/gfortran.dg/init_flag_17.f90 | 28 ++++++++++++++++++++++++++
4 files changed, 75 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_17.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.
unknown user pushed a change to branch master
in repository llvm.
from 2d21bce8d98 Re-land r335297 "[X86] Implement more of x86-64 large and m [...]
new e51396c3aeb [InstSimplify] add tests for div/rem with bool divisor; 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/Transforms/InstSimplify/div.ll | 22 ++++++++++++++++++++++
test/Transforms/InstSimplify/rem.ll | 22 ++++++++++++++++++++++
2 files changed, 44 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 88313d288df [InstCombine] add tests for add-of-sext-bool; NFC
new 2d21bce8d98 Re-land r335297 "[X86] Implement more of x86-64 large and m [...]
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/X86/X86ISelDAGToDAG.cpp | 10 +-
lib/Target/X86/X86InstrCompiler.td | 4 +
lib/Target/X86/X86InstrInfo.cpp | 60 ++--
lib/Target/X86/X86MCInstLower.cpp | 35 +++
lib/Target/X86/X86Subtarget.cpp | 34 ++-
lib/Target/X86/X86TargetMachine.cpp | 8 +-
test/CodeGen/X86/cleanuppad-large-codemodel.ll | 2 +-
test/CodeGen/X86/code-model.ll | 384 +++++++++++++++++++++++++
test/CodeGen/X86/fast-isel-call-cleanup.ll | 4 +-
test/CodeGen/X86/fast-isel-constpool.ll | 24 +-
test/CodeGen/X86/hipe-cc64.ll | 2 +-
test/ExecutionEngine/MCJIT/eh-lg-pic.ll | 10 +-
utils/UpdateTestChecks/asm.py | 5 +-
utils/update_llc_test_checks.py | 5 +
14 files changed, 545 insertions(+), 42 deletions(-)
create mode 100644 test/CodeGen/X86/code-model.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 libcxx.
from 7ef8270dd [CMake] Convert paths to the right form in standalone builds [...]
new 1639392a4 [CMake] Fix install-cxx target.
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/CMakeLists.txt | 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 gcc-6-branch
in repository gcc.
from 9bf53ea2233 Backported from mainline 2018-04-10 Jakub Jelinek <jaku [...]
new f37a73dd8e8 Backported from mainline 2018-04-17 Jakub Jelinek <jaku [...]
new 946e82911a5 Backported from mainline 2018-05-06 Jakub Jelinek <jaku [...]
new f4a0a8c7fe3 Backported from mainline 2018-06-14 Jakub Jelinek <jaku [...]
new db7df4c8d89 Backported from mainline 2018-06-15 Jakub Jelinek <jaku [...]
new 32b3e523419 Backported from mainline 2018-06-20 Jakub Jelinek <jaku [...]
new 49b51f41d26 Backported from mainline 2018-06-20 Jakub Jelinek <jaku [...]
new 9b8452d9973 PR target/84786 * config/i386/sse.md (vshift_count): New [...]
The 7 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 | 36 ++++++++++++++++
gcc/c-family/ChangeLog | 6 +++
gcc/c-family/c-common.c | 2 +-
gcc/cfgexpand.c | 8 ++--
gcc/config/i386/sse.md | 33 +++++++++++---
gcc/dse.c | 3 ++
gcc/expr.c | 5 ++-
gcc/lower-subreg.c | 11 ++++-
gcc/testsuite/ChangeLog | 29 +++++++++++++
gcc/testsuite/g++.dg/ext/asm14.C | 10 +++++
gcc/testsuite/g++.dg/ext/asm15.C | 10 +++++
gcc/testsuite/g++.dg/ext/asm16.C | 10 +++++
gcc/testsuite/g++.dg/warn/Wnonnull4.C | 21 +++++++++
gcc/testsuite/gcc.c-torture/compile/pr85945.c | 16 +++++++
gcc/testsuite/gcc.c-torture/execute/pr86231.c | 30 +++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/vrp119.c | 20 +++++++++
gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.c | 50 ++++++++++++++++++++++
.../gfortran.fortran-torture/compile/pr85878.f90 | 8 ++++
gcc/tree-vrp.c | 2 +-
19 files changed, 295 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/asm14.C
create mode 100644 gcc/testsuite/g++.dg/ext/asm15.C
create mode 100644 gcc/testsuite/g++.dg/ext/asm16.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull4.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr85945.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr86231.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp119.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.c
create mode 100644 gcc/testsuite/gfortran.fortran-torture/compile/pr85878.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.
unknown user pushed a change to branch master
in repository llvm.
from 3dbf0c9ce7f [X86] Sort the static memory folding tables by reg opcode. [...]
new 6ff63714d1c [GISel]: Update the end of GISel Opcode namespace.
new 88313d288df [InstCombine] add tests for add-of-sext-bool; NFC
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/Support/TargetOpcodes.def | 2 +-
test/Transforms/InstCombine/add.ll | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.