This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6c94126 Fix SEGV in ix86_in_large_data_p (PR target/71080)
new 8138f11 Set TARGET_OMIT_STRUCT_RETURN_REG to true
new 69278c3 Fix PR target/53440 - handle generic thunks better for TARGET_32BIT.
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 | 13 ++++
gcc/config/aarch64/aarch64.c | 3 +
gcc/config/arm/arm.c | 96 ++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/g++.dg/inherit/thunk1.C | 3 +-
gcc/testsuite/gcc.target/aarch64/struct_return.c | 31 ++++++++
6 files changed, 149 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/struct_return.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-tools-extra.
from 4e6864c clang-rename: check that the source location we find actually [...]
new e92b2c3 [include-fixer] Rename XrefsDB to SymbolIndex.
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/include-fixer.rst | 4 +--
include-fixer/CMakeLists.txt | 6 ++---
...InMemoryXrefsDB.cpp => InMemorySymbolIndex.cpp} | 9 ++++---
.../{InMemoryXrefsDB.h => InMemorySymbolIndex.h} | 14 +++++------
include-fixer/IncludeFixer.cpp | 15 +++++------
include-fixer/IncludeFixer.h | 8 +++---
include-fixer/{XrefsDB.h => SymbolIndex.h} | 12 ++++-----
.../{XrefsDBManager.cpp => SymbolIndexManager.cpp} | 8 +++---
.../{XrefsDBManager.h => SymbolIndexManager.h} | 18 +++++++-------
.../{YamlXrefsDB.cpp => YamlSymbolIndex.cpp} | 20 +++++++--------
include-fixer/{YamlXrefsDB.h => YamlSymbolIndex.h} | 19 +++++++-------
include-fixer/find-all-symbols/SymbolInfo.h | 6 ++---
include-fixer/tool/ClangIncludeFixer.cpp | 29 +++++++++++-----------
unittests/include-fixer/IncludeFixerTest.cpp | 18 ++++++++------
14 files changed, 96 insertions(+), 90 deletions(-)
rename include-fixer/{InMemoryXrefsDB.cpp => InMemorySymbolIndex.cpp} (85%)
rename include-fixer/{InMemoryXrefsDB.h => InMemorySymbolIndex.h} (67%)
rename include-fixer/{XrefsDB.h => SymbolIndex.h} (76%)
rename include-fixer/{XrefsDBManager.cpp => SymbolIndexManager.cpp} (91%)
rename include-fixer/{XrefsDBManager.h => SymbolIndexManager.h} (69%)
rename include-fixer/{YamlXrefsDB.cpp => YamlSymbolIndex.cpp} (71%)
rename include-fixer/{YamlXrefsDB.h => YamlSymbolIndex.h} (64%)
--
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 938ce78 [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only [...]
new 39a1383 [find-all-symbols] Add enum type support.
new 4e6864c clang-rename: check that the source location we find actually [...]
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:
clang-rename/RenamingAction.cpp | 2 +-
clang-rename/USRLocFinder.cpp | 20 ++-
clang-rename/USRLocFinder.h | 5 +-
include-fixer/InMemoryXrefsDB.cpp | 3 +-
include-fixer/find-all-symbols/FindAllSymbols.cpp | 55 ++++++--
include-fixer/find-all-symbols/SymbolInfo.cpp | 3 +
include-fixer/find-all-symbols/SymbolInfo.h | 9 +-
.../find-all-symbols/FindAllSymbolsTests.cpp | 148 +++++++++++++++------
8 files changed, 182 insertions(+), 63 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 61ffc71 * builtins.c (expand_builtin_memcmp): Do not emit the call h [...]
new 6c94126 Fix SEGV in ix86_in_large_data_p (PR target/71080)
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/i386/i386.c | 3 +++
2 files changed, 8 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 gcc.
from 8c9721e Daily bump.
new 61ffc71 * builtins.c (expand_builtin_memcmp): Do not emit the call h [...]
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 | 60 +++++++++++++
gcc/builtins.c | 59 +++---------
gcc/config/alpha/alpha.c | 2 -
gcc/config/i386/i386.c | 6 +-
gcc/config/ia64/ia64.c | 2 -
gcc/dse.c | 29 +++---
gcc/except.c | 19 ++--
gcc/expr.c | 227 ++++++++++-------------------------------------
gcc/expr.h | 30 +++++--
gcc/libfuncs.h | 31 -------
gcc/optabs-libfuncs.c | 29 +-----
gcc/optabs.c | 20 +----
gcc/tree-core.h | 7 +-
gcc/tree.c | 43 +++++----
14 files changed, 207 insertions(+), 357 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 37b415d Add support for derived class special members hiding function [...]
new 9744086 [ms][dll] #27212: Generating of implicit special members shou [...]
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/Sema/SemaDeclCXX.cpp | 10 ++++++----
test/CodeGenCXX/dllexport.cpp | 23 ++++++++++++++++++++---
2 files changed, 26 insertions(+), 7 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 openmp.
from 700a1a0 Adding new kmp_aligned_malloc() entry point
new 1238ecb Solve 'Too many args to microtask' problem
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:
runtime/src/z_Linux_asm.s | 141 +++++++++++++++++++++++++++++++++++++++++++++
runtime/src/z_Linux_util.c | 6 +-
2 files changed, 144 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 melt-branch
in repository gcc.
from e5105b2 2016-05-13 Basile Starynkevitch <basile(a)starynkevitch.net>
new 22d2e10 2016-05-13 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 8 ++++++++
gcc/melt-runtime.cc | 3 +--
gcc/melt/warmelt-outobj.melt | 4 ++++
3 files changed, 13 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 clang.
from 3d47197 Extend this test to also be valid in C++14.
new 37b415d Add support for derived class special members hiding function [...]
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/DeclCXX.h | 20 ++++
include/clang/Sema/Sema.h | 3 +
lib/AST/ASTImporter.cpp | 2 +
lib/AST/DeclCXX.cpp | 10 ++
lib/Sema/SemaDeclCXX.cpp | 107 ++++++++++++++-------
lib/Serialization/ASTReaderDecl.cpp | 4 +
lib/Serialization/ASTWriter.cpp | 2 +
.../basic.namespace/namespace.udecl/p12.cpp | 32 ++++++
test/SemaCUDA/implicit-member-target.cu | 5 +-
test/SemaCXX/constructor-recovery.cpp | 4 +-
10 files changed, 150 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.