This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 851a7606e92 [X86] Tests for unsigned saturation downconvert detection.
new 5baab4c85c3 [Support] Add convenience functions to WithColor. 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:
include/llvm/Support/WithColor.h | 9 ++++++++
lib/Support/WithColor.cpp | 12 ++++++++++
tools/dsymutil/DebugMap.cpp | 12 +++++-----
tools/dsymutil/DwarfLinker.cpp | 39 ++++++++++++++++---------------
tools/dsymutil/ErrorReporting.h | 33 --------------------------
tools/dsymutil/MachODebugMapParser.cpp | 9 ++++----
tools/dsymutil/MachOUtils.cpp | 10 ++++----
tools/dsymutil/dsymutil.cpp | 42 +++++++++++++++++-----------------
8 files changed, 78 insertions(+), 88 deletions(-)
delete mode 100644 tools/dsymutil/ErrorReporting.h
--
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 c7a482ee977 gcc/fortran/ChangeLog:
new 922451ac803 rs6000: Disable -m[no-]direct-move (PR85293)
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 | 7 +++++++
gcc/config/rs6000/rs6000.opt | 3 +--
gcc/doc/invoke.texi | 12 ++----------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr80098-2.c | 3 +--
gcc/testsuite/gcc.target/powerpc/pr80098-3.c | 3 +--
gcc/testsuite/gcc.target/powerpc/pr80103-1.c | 15 ---------------
7 files changed, 20 insertions(+), 31 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/powerpc/pr80103-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.
unknown user pushed a change to branch master
in repository llvm.
from cfa414cb849 [InstCombine] Enable Add/Sub simplifications with only 'rea [...]
new 851a7606e92 [X86] Tests for unsigned saturation downconvert detection.
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/avx512-trunc.ll | 36 ++++++++++++++++++++++++++++++++----
1 file 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 932516862f3 [X86] Tests for unsigned saturation downconvert detection.
new cfa414cb849 [InstCombine] Enable Add/Sub simplifications with only 'rea [...]
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/InstCombine/InstCombineAddSub.cpp | 7 +-
test/Transforms/InstCombine/fast-math.ll | 445 ++++++++++++++++++++-
test/Transforms/Reassociate/fast-MissedTree.ll | 13 +-
test/Transforms/Reassociate/fast-SubReassociate.ll | 13 +
test/Transforms/Reassociate/fast-basictest.ll | 97 ++++-
5 files changed, 545 insertions(+), 30 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 b5e9b6fb66a [InstCombine] add shift+logic tests (PR37098); NFC
new 932516862f3 [X86] Tests for unsigned saturation downconvert detection.
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/avx512-trunc.ll | 310 +++++++++++++++++++++++++++++++++++++++
1 file changed, 310 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 clang-tools-extra.
from 32f9fba9 [clangd] Match AST and Index label for template Symbols
new 63ad6049 [clangd] Fix label and snippet for funcs in the index
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:
clangd/index/SymbolCollector.cpp | 11 +++--------
unittests/clangd/FileIndexTests.cpp | 8 ++++----
2 files changed, 7 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 gcc.
from 83e6b6bf465 2018-04-14 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new c7a482ee977 gcc/fortran/ChangeLog:
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 | 12 ++
gcc/fortran/dependency.c | 5 +-
gcc/fortran/trans-array.c | 2 +-
gcc/fortran/trans-intrinsic.c | 138 +++++++++++++++++----
gcc/testsuite/ChangeLog | 7 ++
.../gfortran.dg/coarray/get_to_indexed_array_1.f90 | 32 +++++
.../gfortran.dg/coarray/get_to_indirect_array.f90 | 28 +++++
7 files changed, 197 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/get_to_indexed_array_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/coarray/get_to_indirect_array.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 5974c34c37b [X86][MMX] Set PAVG/PHADD/PMIN/PMAX/PSIGN instructions to u [...]
new b5e9b6fb66a [InstCombine] add shift+logic tests (PR37098); 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/InstCombine/and-xor-or.ll | 244 ++++++++++++++++++++++++++++--
1 file changed, 234 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 gcc.
from 3f4e9c8dc8c Daily bump.
new 83e6b6bf465 2018-04-14 Thomas Koenig <tkoenig(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:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/frontend-passes.c | 17 +++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/implied_do_io_5.f90 | 15 +++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_5.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.