This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bf471b7 DebugInfo: Add flag to CU to disable emission of inline debug [...]
new 7432a84 [X86][SSE] Add MINSD/MAXSD/MINSS/MAXSS intrinsic scalar load [...]
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/Target/X86/X86InstrInfo.cpp | 4 +++
test/CodeGen/X86/vec_ss_load_fold.ll | 52 +++++++++++++++++++++++++++++++-----
2 files changed, 50 insertions(+), 6 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 llvm.
from 5b97970 [AArch64] Adjust the feature set for Exynos M1.
new 428e79c [LV] Unify vector and scalar maps
new bf471b7 DebugInfo: Add flag to CU to disable emission of inline debug [...]
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/DIBuilder.h | 2 +-
include/llvm/IR/DebugInfoMetadata.h | 50 ++-
lib/AsmParser/LLParser.cpp | 6 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 5 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 1 +
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 +-
lib/IR/AsmWriter.cpp | 8 +-
lib/IR/DIBuilder.cpp | 5 +-
lib/IR/DebugInfoMetadata.cpp | 10 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 491 ++++++++++++---------
test/Assembler/dicompileunit.ll | 6 +-
test/DebugInfo/X86/fission-no-inlining.ll | 41 ++
.../AArch64/arbitrary-induction-step.ll | 4 +-
test/Transforms/LoopVectorize/X86/scatter_crash.ll | 96 ++--
test/Transforms/LoopVectorize/if-pred-non-void.ll | 20 +-
test/Transforms/LoopVectorize/if-pred-stores.ll | 10 +-
unittests/IR/MetadataTest.cpp | 7 +-
17 files changed, 430 insertions(+), 338 deletions(-)
create mode 100644 test/DebugInfo/X86/fission-no-inlining.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 37afcb0 clang-offload-bundler: Update libdeps.
new ba62c3b DebugInfo: Add flag to CU to disable emission of inline debug [...]
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/Driver/Options.td | 4 ++++
include/clang/Frontend/CodeGenOptions.def | 3 +++
lib/CodeGen/CGDebugInfo.cpp | 3 ++-
lib/Driver/Tools.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/debug-info-imported-entity.cpp | 4 +---
test/CodeGen/split-debug-filename.c | 4 ++--
test/CodeGen/split-debug-inlining.c | 7 +++++++
8 files changed, 24 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/split-debug-inlining.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 llvm.
from 09f0b3c [SCCP] Don't delete side-effecting instructions
new 5b97970 [AArch64] Adjust the feature set for Exynos M1.
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/Target/AArch64/AArch64.td | 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 llvm.
from 8f3d1c87 [Hexagon] Enable subregister liveness tracking
new aa06e49 [X86][SSE] Add support for combining VZEXT_MOVL target shuffles
new 09f0b3c [SCCP] Don't delete side-effecting instructions
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:
lib/Target/X86/X86ISelLowering.cpp | 43 ++++++++++++++------
lib/Transforms/Scalar/SCCP.cpp | 23 +++--------
test/CodeGen/X86/insertps-combine.ll | 6 +--
test/CodeGen/X86/vec_ss_load_fold.ll | 6 ++-
test/CodeGen/X86/vector-shuffle-128-v8.ll | 54 ++++++++-----------------
test/CodeGen/X86/vector-shuffle-256-v16.ll | 4 +-
test/CodeGen/X86/vector-shuffle-combining.ll | 29 +++----------
test/CodeGen/X86/vector-shuffle-variable-256.ll | 3 +-
test/Transforms/SCCP/calltest.ll | 20 ++++++---
9 files changed, 84 insertions(+), 104 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 e84c21c [asan] Mark asan-symbolize-sanity-test.cc as UNSUPPORTED on x [...]
new 41eabf5 Revert r279572 "[sanitizer] change the 64-bit..." because of [...]
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:
.../sanitizer_allocator_local_cache.h | 105 ++++++++---
.../sanitizer_allocator_primary64.h | 204 ++++++++++-----------
.../tests/sanitizer_allocator_test.cc | 17 +-
3 files changed, 182 insertions(+), 144 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 newlib.
from 2fd2f30 Include winsup.h prior to including other headers
new a703d64 Avoid crash when calling __localeconv_l with __C_locale
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:
newlib/libc/locale/localeconv.c | 3 +++
1 file changed, 3 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 dff4c00 [Hexagon] Remove the utilization of IMPLICIT_DEFs from expand [...]
new 8f3d1c87 [Hexagon] Enable subregister liveness tracking
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/Target/Hexagon/HexagonSubtarget.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 clang.
from 27c627e fix typo "varaible"
new 37afcb0 clang-offload-bundler: Update libdeps.
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:
tools/clang-offload-bundler/CMakeLists.txt | 4 +---
1 file changed, 1 insertion(+), 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 master
in repository binutils-gdb.
from bdd7871 Fix for gdb.base/pc-fp.exp.
new 0a1ddfa Allow resetting an empty inferior-tty
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/ChangeLog | 7 ++++
gdb/doc/ChangeLog | 5 +++
gdb/doc/gdb.texinfo | 6 ++--
gdb/infcmd.c | 20 +++++++----
gdb/testsuite/ChangeLog | 5 +++
.../set-inferior-tty.c} | 5 +--
.../set-inferior-tty.exp} | 42 +++++++++-------------
7 files changed, 53 insertions(+), 37 deletions(-)
copy gdb/testsuite/{gdb.multi/remove-inferiors.c => gdb.base/set-inferior-tty.c} (98%)
copy gdb/testsuite/{gdb.mi/mi-async-run.exp => gdb.base/set-inferior-tty.exp} (50%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.