This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6770890 [NFC] Silence gcc warning (-Wsign-compare)
new ad53d4d Remove dead function with incredibly broken assert.
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/WebAssembly/WebAssemblyMachineFunctionInfo.h | 6 ------
1 file changed, 6 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 e745551 [clang-format] make header guard identification stricter (wit [...]
new 8cab059 [mips] The default ABI depends on the CPU not the Arch on MTI [...]
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 | 24 ++++++++++++++++++++++++
test/Driver/mips-abi.c | 19 ++++++++++++++++---
2 files changed, 40 insertions(+), 3 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 638c069 * doc/sourcebuild.texi (Directives): Remove extra closing braces.
new 7e1786b sparc: support for the SPARC M7 and VIS 4.0
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 | 61 ++++++++
gcc/config.gcc | 2 +-
gcc/config.in | 5 +
gcc/config/sparc/driver-sparc.c | 2 +
gcc/config/sparc/niagara4.md | 7 +
gcc/config/sparc/niagara7.md | 136 ++++++++++++++++++
gcc/config/sparc/sol2.h | 14 +-
gcc/config/sparc/sparc-c.c | 7 +-
gcc/config/sparc/sparc-opts.h | 1 +
gcc/config/sparc/sparc.c | 232 ++++++++++++++++++++++++++++--
gcc/config/sparc/sparc.h | 16 ++-
gcc/config/sparc/sparc.md | 164 ++++++++++++++++++---
gcc/config/sparc/sparc.opt | 7 +
gcc/config/sparc/visintrin.h | 186 ++++++++++++++++++++++++
gcc/configure | 36 +++++
gcc/configure.ac | 12 ++
gcc/doc/extend.texi | 39 +++++
gcc/doc/invoke.texi | 31 ++--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/sparc/fpcmp.c | 18 +++
gcc/testsuite/gcc.target/sparc/fpcmpu.c | 31 ++++
gcc/testsuite/gcc.target/sparc/vis4misc.c | 126 ++++++++++++++++
22 files changed, 1094 insertions(+), 45 deletions(-)
create mode 100644 gcc/config/sparc/niagara7.md
create mode 100644 gcc/testsuite/gcc.target/sparc/fpcmp.c
create mode 100644 gcc/testsuite/gcc.target/sparc/fpcmpu.c
create mode 100644 gcc/testsuite/gcc.target/sparc/vis4misc.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 4076bbb [mips] The P5600 does not support N32/N64 since it's a 32-bit CPU.
new e745551 [clang-format] make header guard identification stricter (wit [...]
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 | 74 +++++++++++++++++++++++++------------
unittests/Format/CleanupTest.cpp | 80 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 131 insertions(+), 23 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 6dbfac9 [AVX512] Remove masked palignr intrinsics and auto-upgrade th [...]
new 6770890 [NFC] Silence gcc warning (-Wsign-compare)
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/Utils/X86ShuffleDecode.cpp | 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 gcc.
from 73a52f5 * gcc-interface/trans.c (elaborate_all_entities_for_package) [...]
new 0e34725 * gcc-interface/decl.c (Gigi_Equivalent_Type): Make sure equ [...]
new 638c069 * doc/sourcebuild.texi (Directives): Remove extra closing braces.
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:
gcc/ChangeLog | 4 ++++
gcc/ada/ChangeLog | 8 ++++++++
gcc/ada/gcc-interface/decl.c | 21 ++++++++++++---------
gcc/doc/sourcebuild.texi | 8 ++++----
4 files changed, 28 insertions(+), 13 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 2710d53 * gcc-interface/trans.c (process_type): Beef up comment.
new 02e0316 * gcc-interface/utils.c (gnat_internal_attribute_table): Add [...]
new 73a52f5 * gcc-interface/trans.c (elaborate_all_entities_for_package) [...]
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:
gcc/ada/ChangeLog | 12 ++++++++++
gcc/ada/gcc-interface/trans.c | 2 ++
gcc/ada/gcc-interface/utils.c | 51 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 65 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 gcc-6-branch
in repository gcc.
from 848c527 * gcc-interface/utils2.c (build_call_alloc_dealloc): Do not [...]
new ba7107d * gcc-interface/utils.c (gnat_internal_attribute_table): Add [...]
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/ada/ChangeLog | 7 ++++++
gcc/ada/gcc-interface/utils.c | 51 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 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.
from b1dd22c [mips] Replace almost all Arch checks in MipsTargetInfo with [...]
new 4076bbb [mips] The P5600 does not support N32/N64 since it's a 32-bit CPU.
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/Basic/Targets.cpp | 2 +-
test/Driver/mips-abi.c | 5 +++++
2 files changed, 6 insertions(+), 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 newlib.
from f4edc7f cygwin: include sys/types.h in sys/xattr.h
new 7abe634 Only regenerate tlsoffsets{64}.h if cygtls.h can be compiled
new 97349b7 Allow 'make distclean' to clean winsup/cygwin
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:
winsup/Makefile.in | 4 ++--
winsup/cygwin/Makefile.in | 14 ++++++++------
2 files changed, 10 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.