This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d11ea2f [X86] Extend some Linux special cases to cover kFreeBSD.
new 0c4a898 [ThinLTO] Emit individual index files for distributed backends
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/Bitcode/ReaderWriter.h | 8 +-
include/llvm/LTO/ThinLTOCodeGenerator.h | 9 +-
include/llvm/Transforms/IPO/FunctionImport.h | 16 ++
lib/Bitcode/Writer/BitcodeWriter.cpp | 280 +++++++++++++++------
lib/LTO/ThinLTOCodeGenerator.cpp | 23 ++
lib/Transforms/IPO/FunctionImport.cpp | 27 ++
.../X86/Inputs/distributed_indexes.ll} | 0
test/ThinLTO/X86/distributed_indexes.ll | 47 ++++
test/tools/gold/X86/thinlto.ll | 36 ++-
tools/gold/gold-plugin.cpp | 101 +++++---
tools/llvm-lto/llvm-lto.cpp | 35 +++
11 files changed, 478 insertions(+), 104 deletions(-)
copy test/{tools/llvm-lto/Inputs/thinlto.ll => ThinLTO/X86/Inputs/distributed_inde [...]
create mode 100644 test/ThinLTO/X86/distributed_indexes.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 lld.
from 1150924 ELF: Do not use -1 to mark pieces of merge sections as being [...]
new 76a392c Fix --gc-sections when .eh_frame has a lsda.
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/MarkLive.cpp | 8 +++++---
test/ELF/gc-sections-lsda.s | 21 +++++++++++++++++++++
2 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/gc-sections-lsda.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 gcc.
from de34009 * openmp.c (gfc_match_omp_clauses): Restructuralize, so that [...]
new 1a854f0 * decl.c: Update comment.
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/decl.c | 3 ++-
1 file changed, 2 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 gcc.
from 71474e9 Add dg-require-filesystem-ts directive to test
new 871164c * c-parser.c (c_parser_switch_statement): Add IF_P argument, [...]
new ecb23e0 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name [...]
new de34009 * openmp.c (gfc_match_omp_clauses): Restructuralize, so that [...]
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/ChangeLog | 5 +
gcc/c/ChangeLog | 7 +
gcc/c/c-parser.c | 8 +-
gcc/config/i386/sse.md | 4 +-
gcc/cp/ChangeLog | 5 +
gcc/cp/parser.c | 2 +-
gcc/fortran/ChangeLog | 6 +
gcc/fortran/openmp.c | 1239 ++++++++++++----------
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/c-c++-common/Wdangling-else-4.c | 31 +
gcc/testsuite/gcc.target/i386/avx512f-vfmadd-1.c | 27 +
11 files changed, 746 insertions(+), 594 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wdangling-else-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vfmadd-1.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 lldb.
from aefe577 Bump up timeout in AdbClient
new e954087 Guard AddCXXSynthetic with LLDB_DISABLE_PYTHON
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:
source/Plugins/Language/Java/JavaLanguage.cpp | 2 ++
1 file changed, 2 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 clang.
from 7a70441 Sema.h: Prune a redundant \return. [-Wdocumentation]
new 9b2033a Add a test for PR26076.
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/CodeGenCXX/dllexport.cpp | 14 ++++++++++++++
1 file changed, 14 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 68065ba [Coverage] Combine counts of expansion regions if there are n [...]
new d11ea2f [X86] Extend some Linux special cases to cover kFreeBSD.
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/Triple.h | 10 ++++++++++
lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 6 ++++--
lib/Target/X86/X86Subtarget.cpp | 4 ++--
lib/Target/X86/X86Subtarget.h | 2 ++
test/CodeGen/X86/stack-align2.ll | 5 +++++
test/CodeGen/X86/stack-protector-target.ll | 2 ++
7 files changed, 26 insertions(+), 5 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 lldb.
from b37bd14 Add support for displaying Java array types on Andorid
new aefe577 Bump up timeout in AdbClient
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:
source/Plugins/Platform/Android/AdbClient.cpp | 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 lldb.
from f7c39fe Downgrade skip to xfail in TestBitfields on linux
new b37bd14 Add support for displaying Java array types on Andorid
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/lldb/Symbol/JavaASTContext.h | 10 +-
.../Language/Java/JavaFormatterFunctions.cpp | 115 +++++++++++++++
.../Plugins/Language/Java/JavaFormatterFunctions.h | 6 +
source/Plugins/Language/Java/JavaLanguage.cpp | 13 +-
.../SymbolFile/DWARF/DWARFASTParserJava.cpp | 2 +-
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 18 ++-
source/Symbol/JavaASTContext.cpp | 164 +++++++++++++--------
7 files changed, 258 insertions(+), 70 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 47bfb5b [OPENMP 4.5] Codegen for 'lastprivate' clauses in 'taskloop' [...]
new 7a70441 Sema.h: Prune a redundant \return. [-Wdocumentation]
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/Sema/Sema.h | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.