This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 708ecb3e286 * class.c (alter_class): Use retrofit_lang_decl directly. [...]
new 3e584e1f9d9 * call.c (make_temporary_var_for_ref_to_temp): Push decl i [...]
new 91fe628b5cb [ARM] Allow combination of aprofile and rmprofile multilibs
new 9375f596e06 2017-05-05 Steve Ellcey <sellcey(a)cavium.com>
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:
gcc/ChangeLog | 24 ++++++++++++++++
gcc/config.gcc | 40 ++++++++-------------------
gcc/config/arm/t-aprofile | 31 ++++++---------------
gcc/config/arm/t-multilib | 69 ++++++++++++++++++++++++++++++++++++++++++++++
gcc/config/arm/t-rmprofile | 29 ++++---------------
gcc/cp/ChangeLog | 4 +++
gcc/cp/call.c | 12 ++++----
gcc/cp/lex.c | 10 ++-----
gcc/doc/install.texi | 14 ++++++----
gcc/doc/invoke.texi | 3 +-
gcc/doc/optinfo.texi | 10 ++++---
11 files changed, 148 insertions(+), 98 deletions(-)
create mode 100644 gcc/config/arm/t-multilib
--
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 e9b6eb5833 [ObjC] Don't disallow vector parameters/return values in met [...]
new 90500c1350 Add a fix-it for -Wunguarded-availability
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/clang/Basic/DiagnosticSemaKinds.td | 3 +-
include/clang/Lex/Lexer.h | 5 +
lib/Lex/Lexer.cpp | 66 +++++++++----
lib/Sema/SemaDeclAttr.cpp | 143 ++++++++++++++++++++++++++++-
test/FixIt/fixit-availability.c | 10 ++
test/FixIt/fixit-availability.mm | 111 ++++++++++++++++++++++
test/Sema/attr-availability.c | 2 +-
7 files changed, 318 insertions(+), 22 deletions(-)
create mode 100644 test/FixIt/fixit-availability.c
create mode 100644 test/FixIt/fixit-availability.mm
--
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 d439e709a96 [InstSimplify] fix copy-paste mistake in test comments; NFC
new 91c57a12522 Add more variations of addcarry in the tests. 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/addcarry.ll | 67 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 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 5f316ffc574 Float to int moves currently generate inefficient code due [...]
new 708ecb3e286 * class.c (alter_class): Use retrofit_lang_decl directly. [...]
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/cp/ChangeLog | 4 ++++
gcc/cp/class.c | 3 +--
gcc/cp/decl.c | 10 +++-------
gcc/cp/semantics.c | 3 +--
4 files changed, 9 insertions(+), 11 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 f93836e0ec3 [llvm-dwarfdump] - Add comment for maybeDecompress(). NFC.
new d439e709a96 [InstSimplify] fix copy-paste mistake in test comments; 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/icmp-ranges.ll | 400 ++++++++++++++--------------
1 file changed, 200 insertions(+), 200 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 7992e6b5e02 PR tree-optimization/80632 * tree-switch-conversion.c (st [...]
new 5f316ffc574 Float to int moves currently generate inefficient code due [...]
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 | 5 +++++
gcc/config/aarch64/aarch64.md | 8 ++++----
2 files changed, 9 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 dec99cb68b0 [AArch64] Remove AArch64AddressTypePromotion pass
new 1febb5cbbda fix build on Cygwin
new 5eef1b5eb59 [InstSimplify] add tests for (icmp X, C1 | icmp X, C2); NFC
new f93836e0ec3 [llvm-dwarfdump] - Add comment for maybeDecompress(). NFC.
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:
include/llvm/DebugInfo/DWARF/DWARFContext.h | 2 +
lib/Support/Unix/DynamicLibrary.inc | 2 +-
test/Transforms/InstSimplify/icmp-ranges.ll | 3020 +++++++++++++++++++++++++++
3 files changed, 3023 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 clang.
from efcdd0646b [Driver] Add a "-mmacos_version_min" option that's an alias [...]
new dc1f3e5a2b Introduce Wzero-as-null-pointer-constant.
new e9b6eb5833 [ObjC] Don't disallow vector parameters/return values in met [...]
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/clang/Basic/DiagnosticSemaKinds.td | 3 +++
include/clang/Sema/Sema.h | 3 +++
lib/Sema/Sema.cpp | 14 ++++++++++++++
lib/Sema/SemaDeclObjC.cpp | 4 +---
test/SemaCXX/warn-zero-nullptr.cpp | 27 +++++++++++++++++++++++++++
test/SemaObjC/x86-method-vector-values.m | 11 ++---------
6 files changed, 50 insertions(+), 12 deletions(-)
create mode 100644 test/SemaCXX/warn-zero-nullptr.cpp
--
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 776b058abe4 [X86][SSE] Add 128/256/512 bit vector build vector from reg [...]
new dec99cb68b0 [AArch64] Remove AArch64AddressTypePromotion pass
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/AArch64.h | 2 -
lib/Target/AArch64/AArch64AddressTypePromotion.cpp | 493 ---------------------
lib/Target/AArch64/AArch64TargetMachine.cpp | 9 -
lib/Target/AArch64/CMakeLists.txt | 1 -
4 files changed, 505 deletions(-)
delete mode 100644 lib/Target/AArch64/AArch64AddressTypePromotion.cpp
--
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 561c0488303 PR tree-optimization/80558 * tree-vrp.c (extract_range_fr [...]
new 7992e6b5e02 PR tree-optimization/80632 * tree-switch-conversion.c (st [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/pr80632.c | 35 +++++++++++++++++++++++++++++++++++
gcc/tree-switch-conversion.c | 23 ++++++++++++++++++++++-
4 files changed, 66 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80632.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.