This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 10f4c874fd8 * lto.c (do_stream_out): Add PART parameter; open dump fil [...]
new 890efbebbdb x86: Tune Skylake, Cannonlake and Icelake as Haswell
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 | 11 +++++++++
gcc/config/i386/i386.c | 5 ++++-
gcc/config/i386/x86-tune.def | 26 +++++++++++-----------
gcc/testsuite/ChangeLog | 8 +++++++
.../i386/{avx512f-prefer.c => pr84413-1.c} | 5 ++---
.../i386/{avx512f-prefer.c => pr84413-2.c} | 5 ++---
.../i386/{avx512f-prefer.c => pr84413-3.c} | 5 ++---
7 files changed, 42 insertions(+), 23 deletions(-)
copy gcc/testsuite/gcc.target/i386/{avx512f-prefer.c => pr84413-1.c} (63%)
copy gcc/testsuite/gcc.target/i386/{avx512f-prefer.c => pr84413-2.c} (63%)
copy gcc/testsuite/gcc.target/i386/{avx512f-prefer.c => pr84413-3.c} (63%)
--
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 916476d8b9 SafeStack: Add builtins to read unsafe stack top/bottom
new ed9cbc4e26 [X86] Change the rounding mode used when testing the sqrt_ro [...]
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/CodeGen/avx512f-builtins.c | 54 +++++++++--------------------------------
1 file changed, 12 insertions(+), 42 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 binutils-gdb.
from 027a4c30d0 Remove a warning on macOS
new 7f1f7e2393 Expect for another variant of error message when gdbserver c [...]
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/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/lib/gdbserver-support.exp | 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 llvm.
from 6ab694dd51e [dwarfdump] Add pretty printer for accelerator table based [...]
new 7dc602e5164 [LowerTypeTests] Limit when icall jumptable entries are emitted
new b4c1bb4999a Revert "[CMake] Pass Clang defaults to runtimes builds"
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/llvm/IR/ModuleSummaryIndexYAML.h | 26 +++++++++---
lib/Transforms/IPO/LowerTypeTests.cpp | 49 +++++++++++++++++++---
runtimes/CMakeLists.txt | 4 --
test/LTO/Resolution/X86/export-jumptable.ll | 10 ++---
test/ThinLTO/X86/cfi-icall.ll | 11 ++++-
.../LowerTypeTests/Inputs/export-icall.yaml | 29 +++++++++++++
.../LowerTypeTests/Inputs/exported-funcs.yaml | 22 ++++++++++
test/Transforms/LowerTypeTests/export-alias.ll | 14 +++----
.../LowerTypeTests/export-cross-dso-cfi.ll | 39 +++++++++++++++++
test/Transforms/LowerTypeTests/export-icall.ll | 2 +-
test/Transforms/LowerTypeTests/export-symver.ll | 16 +++----
.../LowerTypeTests/function-arm-thumb.ll | 6 +++
test/Transforms/LowerTypeTests/function-ext.ll | 37 +++++++++++-----
test/Transforms/LowerTypeTests/pr37625.ll | 10 ++---
14 files changed, 220 insertions(+), 55 deletions(-)
create mode 100644 test/Transforms/LowerTypeTests/Inputs/export-icall.yaml
create mode 100644 test/Transforms/LowerTypeTests/Inputs/exported-funcs.yaml
create mode 100644 test/Transforms/LowerTypeTests/export-cross-dso-cfi.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 clang.
from d119a80874 Fix PR34668 - P0704R1 implementation is too permissive
new 12e2fde436 PR15730/PR16986 Allow dependently typed vector_size types.
new 916476d8b9 SafeStack: Add builtins to read unsafe stack top/bottom
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:
docs/SafeStack.rst | 16 ++++-
include/clang/AST/ASTContext.h | 6 ++
include/clang/AST/RecursiveASTVisitor.h | 12 ++++
include/clang/AST/Type.h | 46 ++++++++++++
include/clang/AST/TypeLoc.h | 7 ++
include/clang/AST/TypeNodes.def | 1 +
include/clang/Basic/Builtins.def | 2 +
include/clang/Sema/Sema.h | 1 +
include/clang/Serialization/ASTBitCodes.h | 85 +++++++++++-----------
lib/AST/ASTContext.cpp | 40 +++++++++++
lib/AST/ASTStructuralEquivalence.cpp | 16 ++++-
lib/AST/ItaniumMangle.cpp | 44 ++++++++++++
lib/AST/MicrosoftMangle.cpp | 10 +++
lib/AST/Type.cpp | 22 ++++++
lib/AST/TypePrinter.cpp | 51 ++++++++++++-
lib/Lex/LiteralSupport.cpp | 2 +-
lib/Sema/SemaTemplate.cpp | 5 ++
lib/Sema/SemaTemplateDeduction.cpp | 56 +++++++++++++++
lib/Sema/SemaType.cpp | 116 +++++++++++++++++++-----------
lib/Sema/TreeTransform.h | 54 ++++++++++++++
lib/Serialization/ASTReader.cpp | 16 +++++
lib/Serialization/ASTWriter.cpp | 13 ++++
test/SemaCXX/vector.cpp | 43 +++++++++++
tools/libclang/CIndex.cpp | 1 +
24 files changed, 576 insertions(+), 89 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 compiler-rt.
from 5291d19fa [CMake] Don't use CLANG_DEFAULT_* values
new 5625d7ef6 SafeStack: Add builtins to read unsafe stack top/bottom
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/safestack/safestack.cc | 11 ++++++++++-
1 file changed, 10 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 lldb.
from bafb61f88 Add the new PDBLocationToDWARFExpression.{cpp,h} to the Xcode [...]
new 3a49215fb Fix the libcxx set, multiset, vector and bitset formatters to [...]
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/DataFormatters/TypeSynthetic.h | 15 +++
include/lldb/lldb-enumerations.h | 4 +-
.../libcxx/bitset/TestDataFormatterLibcxxBitset.py | 17 +++-
.../data-formatter-stl/libcxx/bitset/main.cpp | 11 ++-
.../multiset/TestDataFormatterLibcxxMultiSet.py | 80 ++++++++-------
.../data-formatter-stl/libcxx/multiset/main.cpp | 10 +-
.../libcxx/set/TestDataFormatterLibcxxSet.py | 78 +++++++++------
.../data-formatter-stl/libcxx/set/main.cpp | 10 +-
.../libcxx/vector/TestDataFormatterLibcxxVector.py | 109 +++++++++++----------
.../data-formatter-stl/libcxx/vector/main.cpp | 7 ++
source/Core/ValueObjectSyntheticFilter.cpp | 14 ++-
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 10 +-
12 files changed, 239 insertions(+), 126 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 aa83fa405 Add includes for CompletionRequest to every file that uses it
new bafb61f88 Add the new PDBLocationToDWARFExpression.{cpp,h} to the Xcode [...]
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:
lldb.xcodeproj/project.pbxproj | 6 ++++++
1 file changed, 6 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 compiler-rt.
from bd9769592 [sanitizer] Use -Wl,-z,global on Android
new 5291d19fa [CMake] Don't use CLANG_DEFAULT_* values
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:
CMakeLists.txt | 9 ++-------
1 file changed, 2 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 gcc.
from 4aa098beb8d [gcc]
new 10f4c874fd8 * lto.c (do_stream_out): Add PART parameter; open dump fil [...]
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/lto-streamer-out.c | 2 ++
gcc/lto/ChangeLog | 6 ++++++
gcc/lto/lto.c | 23 +++++++++++++++--------
4 files changed, 28 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.