This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 590e741ecfa Fix the previous ChangeLog
new 86a71ed0375 compiler, runtime: open code select
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 25 ++--
gcc/go/gofrontend/runtime.def | 20 +--
gcc/go/gofrontend/statements.cc | 232 ++++++++++++++++++++++-------------
gcc/go/gofrontend/statements.h | 50 ++++++--
gcc/go/gofrontend/types.cc | 46 ++-----
gcc/go/gofrontend/types.h | 2 +-
libgo/go/runtime/select.go | 266 +++++++++-------------------------------
8 files changed, 278 insertions(+), 365 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 85a58e30c6c [llvm-exegesis] Add missing MC dependency to CMakeLists.txt
new 092278abb68 LLVMExegesisX86Tests: link to LLVMCore, too.
new 21390db3604 [DAGCombine] Fix crash when store merging created an extrac [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 9 ++++++++-
.../X86/merge-vector-stores-scale-idx-crash.ll | 19 +++++++++++++++++++
unittests/tools/llvm-exegesis/X86/CMakeLists.txt | 1 +
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/merge-vector-stores-scale-idx-crash.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 7f59a86e7 NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class
new b591387d5 Add support for descriptions with command completions.
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/API/SBCommandInterpreter.h | 14 +++
include/lldb/Core/IOHandler.h | 7 +-
include/lldb/Expression/REPL.h | 2 +-
include/lldb/Host/Editline.h | 3 +-
include/lldb/Interpreter/CommandInterpreter.h | 12 ++-
include/lldb/Interpreter/CommandObject.h | 7 +-
include/lldb/Utility/CompletionRequest.h | 89 ++++++++++++++----
.../functionalities/completion/TestCompletion.py | 16 ++++
packages/Python/lldbsuite/test/lldbtest.py | 29 ++++++
scripts/interface/SBCommandInterpreter.i | 7 ++
source/API/SBCommandInterpreter.cpp | 31 ++++++-
source/Commands/CommandObjectMultiword.cpp | 7 +-
source/Core/IOHandler.cpp | 40 ++++-----
source/Expression/REPL.cpp | 4 +-
source/Host/common/Editline.cpp | 44 ++++++---
source/Interpreter/CommandInterpreter.cpp | 75 ++++++++++------
source/Utility/CompletionRequest.cpp | 43 +++++++--
unittests/Utility/CompletionRequestTest.cpp | 100 ++++++++++++++++++++-
18 files changed, 424 insertions(+), 106 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 ee5f4639a8f [MachineInstr] In addRegisterKilled and addRegisterDead, do [...]
new 62d12ed7519 Add dependency on new llvm-cxxmap tool to check-llvm.
new e562960fe30 [bindings/go] Add DebugLoc parameter to InsertXXXAtEnd()
new 85a58e30c6c [llvm-exegesis] Add missing MC dependency to CMakeLists.txt
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:
bindings/go/llvm/dibuilder.go | 12 ++++++++----
test/CMakeLists.txt | 1 +
tools/llvm-exegesis/CMakeLists.txt | 1 +
3 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 731525c242 Support -fno-omit-frame-pointer with -pg.
new a497c8fddd Diagnose likely typos in #include directives.
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/DiagnosticLexKinds.td | 4 +++-
lib/Lex/PPDirectives.cpp | 30 +++++++++++++++++++++++++++++-
test/Preprocessor/empty_file_to_include.h | 7 +++++++
test/Preprocessor/include-likely-typo.c | 3 +++
4 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 test/Preprocessor/empty_file_to_include.h
create mode 100644 test/Preprocessor/include-likely-typo.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 28e4a69190d [X86] Fix register resizings for inline assembly register o [...]
new ee5f4639a8f [MachineInstr] In addRegisterKilled and addRegisterDead, do [...]
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/CodeGen/MachineInstr.cpp | 6 ++++--
.../CodeGen/X86/ms-inline-asm-redundant-clobber.ll | 24 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/ms-inline-asm-redundant-clobber.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 llvm.
from 3def5002f7b Revert "[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB` [...]
new 412d3308e1e [DCE] Add DebugCounter support
new b0f69a6d15f [NFC][InstCombine] Test what happens if 'unefficient high b [...]
new ea6d8b4aae7 [PartiallyInlineLibCalls] Add DebugCounter support
new ad7e5b06873 [InstCombine] Inefficient pattern for high-bits checking 2 [...]
new 0e8fee8f1aa [X86] Cleanup pair returns. NFCI.
new 28e4a69190d [X86] Fix register resizings for inline assembly register o [...]
The 6 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 | 82 +++----
lib/Target/X86/X86RegisterInfo.td | 10 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 55 +++--
lib/Transforms/Scalar/DCE.cpp | 8 +
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | 6 +
test/CodeGen/X86/atomic_mi.ll | 2 +-
test/CodeGen/X86/avx512-regcall-Mask.ll | 160 ++++++-------
test/CodeGen/X86/physreg-pairs-error.ll | 12 +
test/CodeGen/X86/physreg-pairs.ll | 165 +++++++++++++
.../X86/unfold-masked-merge-vector-variablemask.ll | 256 ++++++++++-----------
.../X86/debugcounter-partiallyinlinelibcalls.ll | 44 ++++
test/Other/debugcounter-dce.ll | 20 ++
...and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll | 50 ++--
...and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll | 14 ++
...and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll | 14 ++
...and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll | 50 ++--
16 files changed, 637 insertions(+), 311 deletions(-)
create mode 100644 test/CodeGen/X86/physreg-pairs-error.ll
create mode 100644 test/CodeGen/X86/physreg-pairs.ll
create mode 100644 test/Other/X86/debugcounter-partiallyinlinelibcalls.ll
create mode 100644 test/Other/debugcounter-dce.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 928b6628d [LLDB] - Improved DWARF5 support.
new 7f59a86e7 NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class
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/Host/common/NativeProcessProtocol.h | 4 ++--
source/Host/common/NativeProcessProtocol.cpp | 9 +++++++++
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 9 ---------
source/Plugins/Process/Linux/NativeProcessLinux.h | 3 ---
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 9 ---------
source/Plugins/Process/NetBSD/NativeProcessNetBSD.h | 3 ---
6 files changed, 11 insertions(+), 26 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 93dcdfe7b76 [InstCombine] Fold (xor (min/max X, Y), -1) -> (max/min ~X, [...]
new 03e629a1a43 Fix a couple of mangling canonicalizer corner case bugs.
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/Demangle/ItaniumDemangle.h | 35 ++++++++++------------
.../Support/ItaniumManglingCanonicalizerTest.cpp | 17 +++++++++++
2 files changed, 33 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.