This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2bce8640b [lit, lldbsuite] Disable tests that are failing because of pr [...]
new e7cfbec09 Fix buildbots after it 332618
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:
unittests/Utility/FileSpecTest.cpp | 2 --
1 file changed, 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 llvm.
from e605bbd4c50 [CMake] Support runtimes in distributions
new 706668176ff [WebAssembly] MC: Fix typo in comment
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/MC/WasmObjectWriter.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 lldb.
from 9b27f6227 FileSpec objects that resolve to "." should have "." in m_fil [...]
new 2bce8640b [lit, lldbsuite] Disable tests that are failing because of pr [...]
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:
.../call-overridden-method/TestCallOverriddenMethod.py | 1 +
.../lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py | 1 +
.../Python/lldbsuite/test/functionalities/completion/TestCompletion.py | 1 +
3 files 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 cce04b3a5cd [CMake] Make optimizing sanitizer builds optional
new 49f3003c7f8 Fix typo in declaring code-block snippet
new e605bbd4c50 [CMake] Support runtimes in distributions
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:
CMakeLists.txt | 2 +-
docs/CommandGuide/llvm-mca.rst | 2 +-
runtimes/CMakeLists.txt | 19 +++++++++++++++++++
3 files changed, 21 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 binutils-gdb.
from 58f0c71853 Fix for dwz-related crash
new b17992c1c0 Make format_pieces recognize the \e escape sequence
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 | 10 +++++
gdb/Makefile.in | 1 +
gdb/common/format.c | 3 ++
gdb/common/format.h | 13 +++---
gdb/unittests/format_pieces-selftests.c | 76 +++++++++++++++++++++++++++++++++
5 files changed, 98 insertions(+), 5 deletions(-)
create mode 100644 gdb/unittests/format_pieces-selftests.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 ce74ac30674 AMDGPU/SI: Handle infinite loop for the structurizer to wor [...]
new 01ff7b72c9e [X86] Split WriteCMOV + WriteCMOV2 scheduler classes
new a1fecd54c57 [llvm-mca] Add an example showing how to get Intel assembly syntax
new cce04b3a5cd [CMake] Make optimizing sanitizer builds optional
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:
CMakeLists.txt | 1 +
cmake/modules/HandleLLVMOptions.cmake | 2 +-
docs/CommandGuide/llvm-mca.rst | 6 +++++
lib/Target/X86/X86InstrCMovSetCC.td | 39 +++++++++++++++++----------------
lib/Target/X86/X86SchedBroadwell.td | 9 +-------
lib/Target/X86/X86SchedHaswell.td | 11 ++--------
lib/Target/X86/X86SchedSandyBridge.td | 15 +------------
lib/Target/X86/X86SchedSkylakeClient.td | 13 +++--------
lib/Target/X86/X86SchedSkylakeServer.td | 13 +++--------
lib/Target/X86/X86Schedule.td | 3 ++-
lib/Target/X86/X86ScheduleAtom.td | 1 +
lib/Target/X86/X86ScheduleBtVer2.td | 1 +
lib/Target/X86/X86ScheduleSLM.td | 1 +
lib/Target/X86/X86ScheduleZnver1.td | 1 +
14 files changed, 44 insertions(+), 72 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 6209d969a23 [mips] Add support for Global INValidate ASE
new ce74ac30674 AMDGPU/SI: Handle infinite loop for the structurizer to wor [...]
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:
.../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 32 ++++
test/CodeGen/AMDGPU/branch-relaxation.ll | 17 ++-
test/CodeGen/AMDGPU/cf-loop-on-constant.ll | 3 +-
test/CodeGen/AMDGPU/infinite-loop.ll | 161 ++++++++++++++++++++-
test/CodeGen/AMDGPU/nested-loop-conditions.ll | 2 +-
test/CodeGen/AMDGPU/si-annotate-cf.ll | 2 +-
6 files changed, 202 insertions(+), 15 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 809276d28a Updated simplified Chinese translation for the opcodes directory.
new 58f0c71853 Fix for dwz-related crash
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 | 22 ++++++++++++++++
gdb/dwarf2read.c | 79 ++++++++++++++++++++++++++++++++------------------------
2 files changed, 67 insertions(+), 34 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 c78654842 [DWARF] Have HashedNameToDIE store a DataExtractor by value
new 9b27f6227 FileSpec objects that resolve to "." should have "." in m_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:
source/Utility/FileSpec.cpp | 8 ++++++++
unittests/Utility/FileSpecTest.cpp | 10 ++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.