This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d5bb6fb05a5 Fix some tests that had (implied) duplicate mtriple
new f7eb2f0fcb7 Revert "ARM: switch armv7em triple to hard-float defaults a [...]
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/ARM/ARMTargetMachine.h | 1 -
test/CodeGen/ARM/darwin-eabi.ll | 2 +-
test/CodeGen/ARM/macho-embedded-float.ll | 36 --------------------------------
3 files changed, 1 insertion(+), 38 deletions(-)
delete mode 100644 test/CodeGen/ARM/macho-embedded-float.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 cc7c174bd23 PR c++/86550 * parser.c (cp_parser_decl_specifier_seq): D [...]
new bcfc202de64 gcc/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/ChangeLog | 14 ++++++
gcc/doc/extend.texi | 128 ++++++++++++++++++++++++++++++----------------------
2 files changed, 88 insertions(+), 54 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 glibc.
from 5c112f1b62 Avoid insecure usage of tmpnam in tests.
new df467d229a oc_FR locale: Multiple updates (bug 23140, bug 23422).
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:
ChangeLog | 20 +++++++++++++++
NEWS | 2 +-
localedata/locales/oc_FR | 64 ++++++++++++++++++++++++++++++------------------
3 files changed, 61 insertions(+), 25 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 glibc.
from 6d90776dff x86/CET: Document glibc.tune.x86_ibt and glibc.tune.x86_shstk
new 5c112f1b62 Avoid insecure usage of tmpnam in tests.
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:
ChangeLog | 32 ++++++++++++++++++++++++++++++++
grp/tst_fgetgrent.c | 10 +++++++++-
io/test-utime.c | 12 +++---------
posix/annexc.c | 14 ++++++++++----
posix/bug-getopt1.c | 9 ++++++---
posix/bug-getopt2.c | 9 ++++++---
posix/bug-getopt3.c | 9 ++++++---
posix/bug-getopt4.c | 9 ++++++---
posix/bug-getopt5.c | 9 ++++++---
stdio-common/bug7.c | 22 +++++++++++++++-------
stdio-common/tst-fdopen.c | 11 +++++++++--
stdio-common/tst-ungetc.c | 11 +++++++++--
stdlib/isomac.c | 14 ++++++++++----
13 files changed, 127 insertions(+), 44 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 e3ff7e86c72 libcpp: 2018-07-18 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new cc7c174bd23 PR c++/86550 * parser.c (cp_parser_decl_specifier_seq): D [...]
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 | 6 ++++++
gcc/cp/parser.c | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-86550.C | 9 +++++++++
4 files changed, 23 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-86550.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 6e4fb35e808 [X86][SSE] Canonicalize scalar fp arithmetic shuffle patterns
new d5bb6fb05a5 Fix some tests that had (implied) duplicate mtriple
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/DebugInfo/X86/range_reloc.ll | 6 +++---
test/DebugInfo/X86/range_reloc_base.ll | 6 +++---
2 files changed, 6 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 clang.
from 1a78aeb17c Add support for __declspec(code_seg("segname"))
new 580f7daabc DR330: when determining whether a cast casts away constness, [...]
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/ASTContext.h | 1 +
lib/AST/ASTContext.cpp | 21 +++++-----
lib/Sema/SemaCast.cpp | 95 ++++++++++++++++++++++++++++--------------
test/CXX/drs/dr3xx.cpp | 22 ++++++++++
4 files changed, 98 insertions(+), 41 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 0e4f59d7b4 [analyzer] Remove a debug print that was accidentally left around.
new 1a78aeb17c Add support for __declspec(code_seg("segname"))
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/Attr.td | 7 ++
include/clang/Basic/AttrDocs.td | 12 +++
include/clang/Basic/DiagnosticSemaKinds.td | 12 ++-
include/clang/Sema/Sema.h | 4 +
lib/CodeGen/CodeGenModule.cpp | 12 ++-
lib/Sema/SemaDecl.cpp | 79 ++++++++++++++++
lib/Sema/SemaDeclAttr.cpp | 69 +++++++++++++-
lib/Sema/SemaDeclCXX.cpp | 34 +++++++
lib/Sema/SemaLambda.cpp | 4 +
test/CodeGenCXX/code-seg.cpp | 139 +++++++++++++++++++++++++++++
test/CodeGenCXX/code-seg1.cpp | 87 ++++++++++++++++++
test/CodeGenCXX/code-seg2.cpp | 111 +++++++++++++++++++++++
test/CodeGenCXX/code-seg3.cpp | 65 ++++++++++++++
test/SemaCXX/code-seg.cpp | 105 ++++++++++++++++++++++
test/SemaCXX/code-seg1.cpp | 97 ++++++++++++++++++++
15 files changed, 829 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGenCXX/code-seg.cpp
create mode 100644 test/CodeGenCXX/code-seg1.cpp
create mode 100644 test/CodeGenCXX/code-seg2.cpp
create mode 100644 test/CodeGenCXX/code-seg3.cpp
create mode 100644 test/SemaCXX/code-seg.cpp
create mode 100644 test/SemaCXX/code-seg1.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 binutils-gdb.
from 6592ceed48 microMIPS: Add SYSCALL instruction decoding
new 42dc7699a2 [gdb/exp] Fix printing of type of optimized out vla
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:
gdb/ChangeLog | 5 ++++
gdb/findvar.c | 2 ++
gdb/testsuite/ChangeLog | 5 ++++
.../{bt-selected-frame.c => vla-optimized-out.c} | 21 ++++++++---------
.../{finish-pretty.exp => vla-optimized-out.exp} | 27 ++++++++++++----------
5 files changed, 37 insertions(+), 23 deletions(-)
copy gdb/testsuite/gdb.base/{bt-selected-frame.c => vla-optimized-out.c} (80%)
copy gdb/testsuite/gdb.base/{finish-pretty.exp => vla-optimized-out.exp} (66%)
--
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 5aa954ccaf2 Skip debuginfo intrinsic in markLiveBlocks.
new 6e4fb35e808 [X86][SSE] Canonicalize scalar fp arithmetic shuffle patterns
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/X86ISelLowering.cpp | 33 +-
test/CodeGen/X86/sse-scalar-fp-arith.ll | 728 +++++++++-----------------------
2 files changed, 227 insertions(+), 534 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.