This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 79ec669d286 [PR c++/87185] ICE in prune-lambdas
new bc78ad77236 PR c++/87137] GCC-8 Fix
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 | 8 +++++++-
gcc/stor-layout.c | 21 +++++++++++++-------
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/abi/pr87137.C | 40 ++++++++++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/pr87137.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 dfd62252a0a 2018-09-05 Richard Biener <rguenther(a)suse.de>
new 79ec669d286 [PR c++/87185] ICE in prune-lambdas
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/lambda.c | 6 +++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr87185.C | 4 ++++
4 files changed, 18 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr87185.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 clang.
from 024b9a4311 clang-format: Fix formatting C++ namespaces with preceding ' [...]
new 1143a41d6e [VFS] Cache the current working directory for the real FS.
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/Basic/VirtualFileSystem.cpp | 18 ++++++++++++++++--
1 file changed, 16 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 f69c2645eeb Fix typo in ChangeLog.
new 8df53f4d103 [aarch64] Avoid tag collisions for loads falkor
new dfd62252a0a 2018-09-05 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 | 24 +
gcc/config.gcc | 2 +-
gcc/config/aarch64/aarch64-passes.def | 1 +
gcc/config/aarch64/aarch64-protos.h | 49 ++
gcc/config/aarch64/aarch64-tuning-flags.def | 2 +
gcc/config/aarch64/aarch64.c | 48 +-
.../aarch64/falkor-tag-collision-avoidance.c | 881 +++++++++++++++++++++
gcc/config/aarch64/t-aarch64 | 10 +
gcc/tree-vect-stmts.c | 2 +-
9 files changed, 972 insertions(+), 47 deletions(-)
create mode 100644 gcc/config/aarch64/falkor-tag-collision-avoidance.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 gcc-8-branch
in repository gcc.
from cc39a7b7a5c Backported from mainline 2018-09-04 Jakub Jelinek <jaku [...]
new 7df1731734a 2018-09-05 Richard Biener <rguenther(a)suse.de>
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/tree-vect-stmts.c | 2 +-
2 files changed, 7 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 1bc73590ad Fix Bug 38713: clang-format mishandles a short block after " [...]
new 325385cbbe [OpenCL] Traverse vector types for ocl extensions support
new 3c3905b5f7 [Aarch64] Fix linker emulation for Aarch64 big endian
new 6015562f5f [Index] Update tests allowing double4 type to be "invalid"
new 66c9a41573 [ASTImporter] Merge ExprBits
new 00b0309754 Add header guards to some headers that are missing them
new 84324ddfde Removing -debug-info-macros from option suggestions test
new fe9f121881 Disable the GNUstep v2 ABI on Windows.
new 2e2e8b670f Revert "Disable the GNUstep v2 ABI on Windows."
new 3243cbdaea [x86/SLH] Add a real Clang flag and LLVM IR attribute for Sp [...]
new e2216479d4 Adding HardLink Support to VirtualFileSystem.
new c03910f82b Fix the -print-multi-directory flag to print the selected multilib.
new 3fea6c196b clang-cl: Pass /Brepro to linker if it was passed to the compiler
new 931878d99f Revert r341373, since it fails on some targets.
new a9d72d6c52 [ODRHash] Extend hash to support all Type's.
new 6164bba681 Allow all supportable non-type attributes to be used with #p [...]
new 024b9a4311 clang-format: Fix formatting C++ namespaces with preceding ' [...]
The 16 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/ODRHash.h | 7 +-
include/clang/Basic/Attr.td | 136 +----
include/clang/Basic/VirtualFileSystem.h | 24 +
include/clang/Driver/Options.td | 4 +
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/AST/ASTImporter.cpp | 17 +-
lib/AST/ODRHash.cpp | 256 +++++++++-
lib/AST/StmtProfile.cpp | 2 +-
lib/Basic/VirtualFileSystem.cpp | 168 ++++--
lib/CodeGen/CGCall.cpp | 3 +
lib/CodeGen/MacroPPCallbacks.h | 5 +
lib/Driver/ToolChains/Arch/X86.cpp | 18 +-
lib/Driver/ToolChains/Clang.cpp | 3 +
lib/Driver/ToolChains/Gnu.cpp | 2 +-
lib/Driver/ToolChains/MSVC.cpp | 9 +
lib/Format/Format.cpp | 7 +-
lib/Format/FormatToken.h | 4 +-
lib/Format/NamespaceEndCommentsFixer.cpp | 7 +-
lib/Format/TokenAnnotator.h | 7 +
lib/Format/UnwrappedLineFormatter.cpp | 4 +-
lib/Format/UnwrappedLineParser.cpp | 17 +-
lib/Frontend/CompilerInvocation.cpp | 2 +
lib/Sema/Sema.cpp | 8 +
test/CodeGen/attr-speculative-load-hardening.c | 10 +
test/Driver/linux-ld.c | 8 +
test/Driver/msvc-link.c | 12 +
test/Driver/unknown-arg.c | 2 +-
test/Driver/x86-target-features.c | 9 +
test/Index/opencl-types.cl | 2 +-
...pragma-attribute-supported-attributes-list.test | 55 +-
test/Modules/odr_hash-blocks.cpp | 4 +-
test/Modules/odr_hash-gnu.cpp | 130 +++++
test/Modules/odr_hash-vector.cpp | 128 +++++
test/Modules/odr_hash.cl | 80 +++
test/Modules/odr_hash.cpp | 564 ++++++++++++++++++++-
test/Modules/odr_hash.mm | 225 ++++++++
test/Parser/pragma-attribute.cpp | 4 +-
test/SemaOpenCL/extensions.cl | 7 +
unittests/AST/ASTImporterTest.cpp | 19 +
unittests/Basic/VirtualFileSystemTest.cpp | 114 +++++
unittests/Format/FormatTest.cpp | 75 +++
unittests/Rename/ClangRenameTest.h | 5 +
42 files changed, 1922 insertions(+), 242 deletions(-)
create mode 100644 test/CodeGen/attr-speculative-load-hardening.c
create mode 100644 test/Modules/odr_hash-gnu.cpp
create mode 100644 test/Modules/odr_hash-vector.cpp
create mode 100644 test/Modules/odr_hash.cl
--
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 release_70
in repository clang.
from 1e368d3a36 [docs][mips] Clang 7.0 Release notes
new 7efe01966a Disable the GNUstep v2 ABI on Windows.
new 99299ae306 Add release notes for the new GNUstep Objective-C ABI.
new 958eec8d42 ReleaseNotes: tiny tweak
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:
docs/ReleaseNotes.rst | 8 ++++++++
lib/Driver/ToolChains/Clang.cpp | 3 +--
2 files changed, 9 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 eb72e1e9ad6 GCOV: Print one decimal place in human readable mode.
new 13dfce03930 Fix a scan in test for Darwin target (PR testsuite/87216).
new f69c2645eeb Fix typo in ChangeLog.
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 | 6 ++++++
gcc/testsuite/gcc.dg/tree-prof/pr59521-3.c | 2 +-
2 files changed, 7 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 release_70
in repository llvm.
from 8111e8d5127 Merging r340959: ------------------------------------------ [...]
new 600f7a26262 ReleaseNotes for PowerPC
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:
docs/ReleaseNotes.rst | 26 +++++++++++++++++++++++++-
1 file changed, 25 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 llvm.
from ebf842e7251 [XRay] Add a RecordPrinter visitor for FDR Records
new 7336954a4d9 Remove FrameAccess struct from hasLoadFromStackSlot
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/CodeGen/TargetInstrInfo.h | 17 ++++++-----------
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 20 +++++++++++---------
lib/CodeGen/LiveDebugValues.cpp | 8 +++++---
lib/CodeGen/RegAllocGreedy.cpp | 17 ++++++++---------
lib/CodeGen/TargetInstrInfo.cpp | 25 ++++++++++---------------
lib/Target/ARM/ARMBaseInstrInfo.cpp | 12 ++++++++----
lib/Target/Hexagon/HexagonInstrInfo.cpp | 4 ++--
lib/Target/Hexagon/HexagonInstrInfo.h | 4 ++--
lib/Target/Lanai/LanaiInstrInfo.cpp | 6 ++++--
lib/Target/X86/X86InstrInfo.cpp | 12 ++++++++----
10 files changed, 64 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.