This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3dd36031ad Update StmtProfile.cpp to handle zero template arguments.
new 8254d4492e Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.Un [...]
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/AST/Expr.h | 4 ++++
lib/AST/Expr.cpp | 12 +++++++++++
lib/Analysis/CFG.cpp | 2 +-
lib/Analysis/ReachableCode.cpp | 25 ++++++++++++++++++----
.../Checkers/UnreachableCodeChecker.cpp | 3 ++-
test/Analysis/unreachable-code-path.c | 1 +
test/Sema/return.c | 12 +++++++++++
test/Sema/warn-unreachable.c | 4 ++++
8 files changed, 57 insertions(+), 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 gcc.
from 80efb81dba0 compiler: don't export function descriptors for unexpor [...]
new 08de4af3ea2 /cp 2018-02-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new 34dc309ec2e * fr.po: Update.
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/cp/ChangeLog | 6 +
gcc/cp/call.c | 2 +-
gcc/po/ChangeLog | 4 +
gcc/po/fr.po | 3910 ++++++++++++------------------
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/g++.dg/template/sizeof16.C | 7 +
gcc/testsuite/g++.dg/template/sizeof17.C | 7 +
7 files changed, 1555 insertions(+), 2387 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/sizeof16.C
create mode 100644 gcc/testsuite/g++.dg/template/sizeof17.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 197917a303a [X86] Use EDI for retpoline when no scratch regs are left
new 2a3f34a9794 [InstCombine] add vector tests, fix 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/InstCombine/mul.ll | 61 +++++++++++++++++++++++++++++++++-----
1 file changed, 53 insertions(+), 8 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 f88cc9dc012 2018-02-13 Janus Weil <janus(a)gcc.gnu.org>
new 80efb81dba0 compiler: don't export function descriptors for unexpor [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 15 +++++++++++++++
2 files changed, 16 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 gcc.
from ff5daa97a51 PR c/82210 * stor-layout.c (place_field): For variable le [...]
new f88cc9dc012 2018-02-13 Janus Weil <janus(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 | 5 +++++
gcc/fortran/symbol.c | 4 +++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/proc_ptr_common_1.f90 | 6 ++++--
gcc/testsuite/gfortran.dg/proc_ptr_common_2.f90 | 2 +-
5 files changed, 20 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 compiler-rt.
from 0d0f9187c [sanitizer] Implement GetRSS on Windows
new cf74a02bf [libFuzzer] Set -experimental_len_control=1000 as 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/fuzzer/FuzzerDriver.cpp | 2 +-
lib/fuzzer/FuzzerFlags.def | 5 ++++-
lib/fuzzer/FuzzerLoop.cpp | 6 +++---
lib/fuzzer/FuzzerOptions.h | 2 +-
4 files changed, 9 insertions(+), 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 llvm.
from 57d82ee0807 [LLD] Implement /guard:[no]longjmp
new b0e47911f9a [InstCombine] (bool X) * Y --> X ? Y : 0
new 197917a303a [X86] Use EDI for retpoline when no scratch regs are left
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/Target/X86/X86ISelLowering.cpp | 50 ++++++++--------------
lib/Target/X86/X86RetpolineThunks.cpp | 42 +++++-------------
.../InstCombine/InstCombineMulDivRem.cpp | 9 ++++
test/CodeGen/X86/retpoline-regparm.ll | 42 ++++++++++++++++++
test/CodeGen/X86/retpoline.ll | 14 +++---
test/Transforms/InstCombine/mul.ll | 15 +++++--
6 files changed, 97 insertions(+), 75 deletions(-)
create mode 100644 test/CodeGen/X86/retpoline-regparm.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 llvm.
from 24775560e22 [GISel]: Add Pattern Matcher for G_FMUL.
new 57d82ee0807 [LLD] Implement /guard:[no]longjmp
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:
tools/llvm-readobj/COFFDumper.cpp | 10 ++++++++++
1 file changed, 10 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 lld.
from c377952ce [WebAssembly] Cleanup methods for add synthetic symbols to sy [...]
new 555441c19 [WebAssembly] Unify concepts of discarded and non-live input [...]
new 970672cc1 [LLD] Implement /guard:[no]longjmp
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:
COFF/Config.h | 8 +++-
COFF/DriverUtils.cpp | 20 ++++++---
COFF/InputFiles.cpp | 4 +-
COFF/InputFiles.h | 6 ++-
COFF/Writer.cpp | 36 ++++++++++------
test/COFF/gfids-corrupt.s | 2 +-
test/COFF/gfids-fallback.s | 2 +-
test/COFF/gfids-gc.s | 4 +-
test/COFF/gfids-icf.s | 2 +-
test/COFF/guard-longjmp.s | 103 +++++++++++++++++++++++++++++++++++++++++++++
wasm/InputChunks.h | 6 +--
wasm/InputFiles.cpp | 4 +-
wasm/Writer.cpp | 11 ++---
13 files changed, 168 insertions(+), 40 deletions(-)
create mode 100644 test/COFF/guard-longjmp.s
--
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 446afaa9c54 2018-02-13 Jeff Law <law(a)redhat.com>
new 0652a5d0d76 PR middle-end/84309 * match.pd (pow(C,x) -> exp(log(C)*x) [...]
new ff5daa97a51 PR c/82210 * stor-layout.c (place_field): For variable le [...]
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 | 11 +++++++++++
gcc/match.pd | 2 +-
gcc/stor-layout.c | 24 ++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/execute/pr82210.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr84309-2.c | 11 +++++++++++
6 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr82210.c
create mode 100644 gcc/testsuite/gcc.dg/pr84309-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.