This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 8a32c24 Use allocation granularity as the 'page_size' in /proc/<pid>/ [...]
new ff3d980 Add release note for commit 8a32c24
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:
winsup/cygwin/release/2.6.1 | 3 +++
1 file changed, 3 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 eaec8b3 Delete dead code and add asserts instead; NFC
new 92dbb17 [X86] RegCall - Handling v64i1 in 32/64 bit 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:
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86CallingConv.cpp | 60 ++++++
lib/Target/X86/X86CallingConv.h | 8 +
lib/Target/X86/X86CallingConv.td | 32 ++-
lib/Target/X86/X86ISelLowering.cpp | 347 ++++++++++++++++++++++++--------
test/CodeGen/X86/avx512-regcall-Mask.ll | 195 ++++++++++++++++++
6 files changed, 552 insertions(+), 91 deletions(-)
create mode 100644 lib/Target/X86/X86CallingConv.cpp
create mode 100644 test/CodeGen/X86/avx512-regcall-Mask.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 gcc.
from 602bb1f [AArch64] Fix gcc.dg/torture/float32-builtin.c with RTL checking
new 760cc2e 2016-11-17 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 8303916 2016-11-17 Paolo Carlini <paolo.carlini(a)oracle.com>
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/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/cpp1y/pr68180.C | 15 +++++++++++++++
gcc/testsuite/gcc.dg/uninit-pred-8_a.c | 3 ++-
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr68180.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 newlib.
from 9ba4744 sys/cdefs.h: Define __hidden as empty on Cygwin
new 6477a48 statm should report memory as multiples of allocation_granula [...]
new 8a32c24 Use allocation granularity as the 'page_size' in /proc/<pid>/ [...]
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/cygwin/fhandler_process.cc | 8 ++++++--
1 file changed, 6 insertions(+), 2 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 315dfb4 2016-11-17 Richard Biener <rguenther(a)suse.de>
new 602bb1f [AArch64] Fix gcc.dg/torture/float32-builtin.c with RTL checking
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/predicates.md | 6 +++---
2 files changed, 8 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 clang-tools-extra.
from 4ca00f8 [clang-tidy] Fix identifier naming for initializer list membe [...]
new c8166d4 [clang-tidy] Changes to modernize-use-default check
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:
clang-tidy/modernize/UseDefaultCheck.cpp | 25 ++++++++++----
test/clang-tidy/modernize-use-default-copy.cpp | 46 ++++++++++++++++++++------
test/clang-tidy/modernize-use-default.cpp | 24 ++++++++++----
3 files changed, 71 insertions(+), 24 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 lld.
from d520835 [CMake] NFC. Updating CMake dependency specifications
new e05c4f2 [ELF] Convert SymbolTableSection to input section
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:
ELF/OutputSections.cpp | 209 +++-------------------------------------------
ELF/OutputSections.h | 39 ---------
ELF/SyntheticSections.cpp | 194 ++++++++++++++++++++++++++++++++++++++++--
ELF/SyntheticSections.h | 36 ++++++++
ELF/Writer.cpp | 45 +++++-----
5 files changed, 259 insertions(+), 264 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 aoliva/SFN
in repository gcc.
from 74d6846 SFN: gimple-low: propagate fallthruness of debug stmts in lower_stmt
new e900446 SFN: haifa-sched: skip debug insns checking for barrier after jump
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/haifa-sched.c | 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 1eca3a7 2016-11-17 Janus Weil <janus(a)gcc.gnu.org>
new 17e8186 2016-11-17 Richard Biener <rguenther(a)suse.de>
new 315dfb4 2016-11-17 Richard Biener <rguenther(a)suse.de>
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 | 12 ++++++++++++
gcc/fold-const.c | 6 +++---
gcc/ipa-inline-analysis.c | 3 ---
gcc/ipa-inline.c | 5 -----
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/cilk-plus/pr78306.c | 30 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr78305.c | 14 ++++++++++++++
7 files changed, 69 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/cilk-plus/pr78306.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78305.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.