This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd238eb6685 Use RequireNullTerminator=false in identify_magic.
new 26f6d0a9018 [X86][LoopVectorize] Replace -mcpu=skylake-avx512 with -mat [...]
new c004d540e94 [projects] Use add_llvm_external_project for implicit projects
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:
projects/CMakeLists.txt | 2 +-
test/Transforms/LoopVectorize/X86/gather-vs-interleave.ll | 2 +-
test/Transforms/LoopVectorize/X86/invariant-load-gather.ll | 2 +-
test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll | 2 +-
4 files changed, 4 insertions(+), 4 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 8840577923 Relax test to also work on Windows.
new 41ed251deb [Basic] Move DiagnosticsEngine::dump from .h to .cpp
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/Basic/Diagnostic.h | 6 ++----
lib/Basic/Diagnostic.cpp | 8 ++++++++
2 files changed, 10 insertions(+), 4 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 4caba9b460 Honor -fdebug-prefix-map when creating function names for th [...]
new 8840577923 Relax test to also work on Windows.
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/debug-prefix-map-lambda.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 compiler-rt.
from d17fd916d Add a new interceptor for getvfsstat(2) from NetBSD
new c593dcbd6 [compiler-rt] Use "ColumnLimit: 0" instead of "clang-format o [...]
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/.clang-format | 2 ++
test/asan/TestCases/Linux/preinstalled_signal.cc | 2 --
test/sanitizer_common/TestCases/Linux/allow_user_segv.cc | 2 --
test/sanitizer_common/TestCases/Linux/assert.cc | 2 --
test/sanitizer_common/TestCases/Linux/ill.cc | 2 --
test/sanitizer_common/TestCases/Linux/signal_segv_handler.cc | 2 --
test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc | 2 --
7 files changed, 2 insertions(+), 12 deletions(-)
create mode 100644 test/.clang-format
--
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 916666c38a9 [gn build] Add action to generate VCSRevision.h and use it [...]
new 2439d1bffcb [X86] Replace '-mcpu=skx' with -mattr=avx512f or -mattr=avx [...]
new c689f67424d [NVPTX] Add lowering of i128 numbers as struct fields
new c3ceb237299 [lit] Add a generic build script with a lit substitution.
new bd238eb6685 Use RequireNullTerminator=false in identify_magic.
The 4 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/BinaryFormat/Magic.cpp | 2 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 12 ++++++++++++
test/Analysis/CostModel/X86/interleave-load-i32.ll | 2 +-
test/Analysis/CostModel/X86/interleave-store-i32.ll | 2 +-
test/Analysis/CostModel/X86/strided-load-i16.ll | 2 +-
test/Analysis/CostModel/X86/strided-load-i32.ll | 2 +-
test/Analysis/CostModel/X86/strided-load-i64.ll | 2 +-
test/Analysis/CostModel/X86/strided-load-i8.ll | 2 +-
test/CodeGen/NVPTX/i128-struct.ll | 13 +++++++++++++
utils/lit/lit/llvm/config.py | 2 ++
10 files changed, 34 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/NVPTX/i128-struct.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 lldb.
from 1ab2925ca Add a test to verify that lldb can load a kext binary.
new fc122934c [windows] Fix two minor bugs on Windows
new b8d248d06 [lit] Add a generic build script with a lit substitution.
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:
lit/SymbolFile/NativePDB/ast-reconstruction.cpp | 3 +-
lit/SymbolFile/NativePDB/bitfields.cpp | 3 +-
lit/SymbolFile/NativePDB/disassembly.cpp | 19 +-
.../NativePDB/function-types-builtins.cpp | 3 +-
.../NativePDB/function-types-calling-conv.cpp | 3 +-
.../NativePDB/function-types-classes.cpp | 3 +-
lit/SymbolFile/NativePDB/global-classes.cpp | 3 +-
lit/SymbolFile/NativePDB/globals-bss.cpp | 3 +-
lit/SymbolFile/NativePDB/globals-fundamental.cpp | 3 +-
lit/SymbolFile/NativePDB/nested-types.cpp | 3 +-
lit/SymbolFile/NativePDB/s_constant.cpp | 2 +-
lit/SymbolFile/NativePDB/simple-breakpoints.cpp | 17 +-
lit/SymbolFile/NativePDB/source-list.cpp | 29 +-
lit/SymbolFile/NativePDB/tag-types.cpp | 3 +-
lit/helper/build.py | 644 +++++++++++++++++++++
lit/helper/toolchain.py | 15 +-
.../Process/Windows/Common/ProcessWindows.cpp | 4 +-
.../Windows/Common/RegisterContextWindows.cpp | 7 +-
18 files changed, 706 insertions(+), 61 deletions(-)
create mode 100644 lit/helper/build.py
--
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 aa528ab4a0 Revert "Revert r347417 "Re-Reinstate 347294 with a fix for t [...]
new 4caba9b460 Honor -fdebug-prefix-map when creating function names for th [...]
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/PrettyPrinter.h | 35 ++++++++++++++++-------------
lib/AST/TypePrinter.cpp | 10 ++++++---
lib/CodeGen/CGDebugInfo.cpp | 3 +++
lib/CodeGen/CGDebugInfo.h | 6 ++---
test/CodeGenCXX/debug-prefix-map-lambda.cpp | 10 +++++++++
5 files changed, 43 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGenCXX/debug-prefix-map-lambda.cpp
--
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 295b9056bac * coverage.c (get_coverage_counts): Use from_function_decl [...]
new 49d37d9cec9 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from fef17d16eff Initialize backtrace state once
new 52dac415789 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 05d5db8936d Daily bump.
new 9a682a252bb Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.