This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 6a3bc84df Change the unwinder to not use a hard-coded limit on the max [...]
new 4a899b390 [lldb-mi] Fix bugs in target-select-so-path.test
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:
lit/tools/lldb-mi/target/inputs/target-select-so-path.py | 13 ++++++++-----
lit/tools/lldb-mi/target/target-select-so-path.test | 2 +-
2 files changed, 9 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 lld.
from e487484f3 Update a --help message and add -execute-only to the man page.
new 10b5be438 [WebAssembly] Add --export-default/--no-export-default options
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/wasm/visibility-hidden.ll | 18 ++++++++++++++++--
wasm/Config.h | 1 +
wasm/Driver.cpp | 2 ++
wasm/Options.td | 4 ++++
wasm/Symbols.cpp | 3 +++
5 files changed, 26 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 lld.
from 21f9d854a De-template VersionDefinitionSection. NFC.
new e487484f3 Update a --help message and add -execute-only to the man page.
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/Options.td | 2 +-
docs/ld.lld.1 | 3 +++
2 files changed, 4 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 edafc389f17 [LV][LAA] Vectorize loop invariant values stored into loop [...]
new 837d4755cd2 AMDGPU: Add Selection patterns to support add of one bit.
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/AMDGPU/SIInstructions.td | 12 ++++++++++++
test/CodeGen/AMDGPU/add_i1.ll | 21 +++++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/add_i1.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 compiler-rt.
from 47a959c92 [Sanitizers] [MinGW] Produce undecorated symbols for /export: [...]
new bf02e1380 Try to fix cosmetics to keep lines below 80 chars. NFC.
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/sanitizer_common/sanitizer_win_defs.h | 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 2de34ed94 [lldbinline] Set directory attribute on test-specific classes
new 6a3bc84df Change the unwinder to not use a hard-coded limit on the max [...]
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/Target/Thread.h | 2 ++
.../backtrace_limit}/Makefile | 5 ++--
.../thread/backtrace_limit/TestBacktraceLimit.py | 31 ++++++++++++++++++++++
.../thread/backtrace_limit/main.cpp | 13 +++++++++
source/Plugins/Process/Utility/UnwindLLDB.cpp | 4 ++-
source/Target/Thread.cpp | 11 +++++++-
6 files changed, 62 insertions(+), 4 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{data-formatter/dump_dynamic = [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/backtrace [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/backtrace [...]
--
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 a3c2b35ae0f Fix a missing includes and a use of the MSVC promise/future [...]
new bf745a628fe Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix som [...]
new 29c56edfbe7 [X86] combineUIntToFP - Fix UINT_TO_FP(vXi1) comment (PR39078)
new e6b3ca85df5 [MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer
new edafc389f17 [LV][LAA] Vectorize loop invariant values stored into loop [...]
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:
include/llvm/Analysis/LoopAccessAnalysis.h | 14 +-
include/llvm/MC/MCParser/MCAsmLexer.h | 9 -
include/llvm/Support/MSVCErrorWorkarounds.h | 2 -
lib/Analysis/LoopAccessAnalysis.cpp | 21 +-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 2 +-
.../RuntimeDyld/RuntimeDyldChecker.cpp | 2 +-
lib/MC/MCParser/AsmParser.cpp | 17 +-
lib/MC/MCParser/MCAsmLexer.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
.../Vectorize/LoopVectorizationLegality.cpp | 5 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 40 +++-
.../memcheck-wrapping-pointers.ll | 2 +-
.../store-to-invariant-check1.ll | 8 +-
.../store-to-invariant-check2.ll | 4 +-
.../store-to-invariant-check3.ll | 2 +-
...-gather.ll => invariant-store-vectorization.ll} | 93 +++++---
.../LoopVectorize/invariant-store-vectorization.ll | 260 +++++++++++++++++++++
test/Transforms/LoopVectorize/pr31190.ll | 5 +-
18 files changed, 404 insertions(+), 86 deletions(-)
copy test/Transforms/LoopVectorize/X86/{invariant-load-gather.ll => invariant-stor [...]
create mode 100644 test/Transforms/LoopVectorize/invariant-store-vectorization.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 7a3f8e5e4 Reset input section pointers to null on each linker invocation.
new 21f9d854a De-template VersionDefinitionSection. NFC.
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/Driver.cpp | 1 -
ELF/SyntheticSections.cpp | 72 ++++++++++++++++++++++-------------------------
ELF/SyntheticSections.h | 10 ++-----
ELF/Writer.cpp | 6 ++--
4 files changed, 38 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.