This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 75436625c31 PR c++/84445 * class.c (fixed_type_or_null) <case CALL_EX [...]
new 120a74e2ef9 /cp 2018-02-20 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice27.C | 8 ++++++++
4 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice27.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 gcc.
from e86f32c0882 PR c++/84429 - ICE capturing VLA.
new 16335c27fa0 PR c++/84455 * pt.c (tsubst_lambda_expr): If not nested, [...]
new e6df32050de PR c++/84449 * tree.c (bot_manip): If build_cplus_new or [...]
new 75436625c31 PR c++/84445 * class.c (fixed_type_or_null) <case CALL_EX [...]
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/cp/ChangeLog | 16 ++++++++++++++++
gcc/cp/class.c | 3 ++-
gcc/cp/pt.c | 6 ++++++
gcc/cp/tree.c | 7 ++++++-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-84449.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice26.C | 5 +++++
gcc/testsuite/g++.dg/cpp1z/launder7.C | 10 ++++++++++
8 files changed, 70 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-84449.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice26.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder7.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 b7da3a52b96 [X86] Add 512-bit unmasked pmulhrsw/pmulhw/pmulhuw intrinsi [...]
new 692f0570722 [X86][CET]: Adding full coverage of MC encoding for the CET [...]
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/MC/X86/CET-32.s | 122 +++++++++++++++++++++++++++++++++++
test/MC/X86/CET-64.s | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 300 insertions(+)
create mode 100644 test/MC/X86/CET-32.s
create mode 100644 test/MC/X86/CET-64.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 glibc.
from ec481ad81b Fix -Os ferror_unlocked linknamespace, localplt issues (bug [...]
new 6a3962c4a4 manual: Document missing feature test macros.
new e8d190b9ed manual: Update the _ISOC99_SOURCE description.
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:
ChangeLog | 14 ++++++++++++++
manual/creature.texi | 46 ++++++++++++++++++++++++++++++++++++++++------
2 files changed, 54 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 cd1a39550da [X86] Remove GCCBuiltin from a bunch of intrinsics that are [...]
new b7da3a52b96 [X86] Add 512-bit unmasked pmulhrsw/pmulhw/pmulhuw intrinsi [...]
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/llvm/IR/IntrinsicsX86.td | 36 +++------
lib/IR/AutoUpgrade.cpp | 43 ++++++++++
lib/Target/X86/X86IntrinsicsInfo.h | 12 +--
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 72 +++++++++++++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 60 +++++++-------
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 96 +++++++++++++++++++++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 96 +++++++++++++----------
7 files changed, 310 insertions(+), 105 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 0432808d1f Fix some -Wexceptions false positives.
new bd9f9249b4 [Sema] Fix -Wunused-variable
new 1aeab77b64 [X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw builtins.
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/BuiltinsX86.def | 6 +--
lib/Headers/avx512bwintrin.h | 75 ++++++++++++++-----------------------
lib/Sema/AnalysisBasedWarnings.cpp | 1 -
test/CodeGen/avx512bw-builtins.c | 24 +++++++-----
4 files changed, 47 insertions(+), 59 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 06c71d8a6f9 Report fatal error in the case of out of memory
new cd1a39550da [X86] Remove GCCBuiltin from a bunch of intrinsics that are [...]
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/llvm/IR/IntrinsicsX86.td | 56 +++++++++++++++++++---------------------
1 file changed, 26 insertions(+), 30 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 a583f9e7c12 [AArch64][GlobalISel] When copying from a gpr32 to an fpr16 [...]
new 06c71d8a6f9 Report fatal error in the case of out of memory
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/llvm/ADT/BitVector.h | 7 ++++---
include/llvm/ADT/SparseMultiSet.h | 2 +-
include/llvm/ADT/SparseSet.h | 3 ++-
include/llvm/Support/Allocator.h | 28 +++++++++++++++++++++++++++
include/llvm/Support/OnDiskHashTable.h | 5 +++--
lib/CodeGen/InterferenceCache.cpp | 4 ++--
lib/CodeGen/LiveIntervalUnion.cpp | 2 +-
lib/CodeGen/RegisterPressure.cpp | 2 +-
lib/ExecutionEngine/Interpreter/Execution.cpp | 2 +-
lib/Object/Object.cpp | 2 +-
lib/Support/RWMutex.cpp | 3 ++-
lib/Support/StringMap.cpp | 13 +++++--------
lib/Support/Unix/Signals.inc | 2 +-
lib/Support/Windows/RWMutex.inc | 4 ++--
tools/llvm-c-test/attributes.c | 3 +++
tools/llvm-c-test/echo.cpp | 3 ++-
unittests/Support/AllocatorTest.cpp | 2 +-
unittests/Support/ManagedStatic.cpp | 6 ++++--
18 files changed, 64 insertions(+), 29 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 400726575b7 [X86] Mark XOP vpmac* and vpmadc intrinsics as being commut [...]
new a583f9e7c12 [AArch64][GlobalISel] When copying from a gpr32 to an fpr16 [...]
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/AArch64InstructionSelector.cpp | 35 +++++++++--
test/CodeGen/AArch64/GlobalISel/fp16-copy-gpr.mir | 72 +++++++++++++++++++---
.../AArch64/GlobalISel/select-insert-extract.mir | 8 ++-
3 files changed, 102 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 lld.
from 11db291e2 Merge two small functions and add comments.
new 87e0c4349 Do not create a temporary data structure for relocations.
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:
wasm/InputChunks.cpp | 114 +++++++++++++++++++++++-------------------------
wasm/InputChunks.h | 17 ++++----
wasm/OutputSections.cpp | 22 +++++-----
wasm/WriterUtils.cpp | 17 --------
wasm/WriterUtils.h | 8 ----
5 files changed, 72 insertions(+), 106 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.