This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e12eba4 * config/i386/i386.md (*call_got_x32): Change operand 0 to [...]
new 9e3427a * fi.po: Update.
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:
libcpp/po/ChangeLog | 4 ++++
libcpp/po/fi.po | 12 +++++-------
2 files changed, 9 insertions(+), 7 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 c37b54d Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSu [...]
new d9641c9 SDAG: Clean up dangling nodes in AArch64ISelDAGToDAG::SelectImpl
new 39fa507 [Docs] clarify semantics of x.with.overflow intrinsics
new 85cda82 Tidied up switch cases. NFCI.
new 42e9bbe SDAG: Implement Select instead of SelectImpl in AMDGPUDAGToDAGISel
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:
docs/LangRef.rst | 21 +++++-
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 13 ++--
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 116 +++++++++++++++++------------
lib/Transforms/Vectorize/SLPVectorizer.cpp | 100 ++++++++++++-------------
4 files changed, 143 insertions(+), 107 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 e15fe21 [Tooling] Fix broken dependency for shared build
new 24a8373 [AST] Move operations enum to a definition file.
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/OperationKinds.def | 406 +++++++++++++++++++++++++++++++++++
include/clang/AST/OperationKinds.h | 321 +--------------------------
include/clang/module.modulemap | 1 +
lib/AST/Expr.cpp | 166 +-------------
4 files changed, 420 insertions(+), 474 deletions(-)
create mode 100644 include/clang/AST/OperationKinds.def
--
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 13dad4b llvm-dwp: Use llvm::Error to improve diagnostic quality/error [...]
new c37b54d Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSu [...]
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/CodeGen/LiveInterval.h | 4 +
include/llvm/CodeGen/LiveIntervalAnalysis.h | 5 -
lib/CodeGen/LiveInterval.cpp | 265 +++++++++++++++++++++++++---
lib/CodeGen/LiveIntervalAnalysis.cpp | 6 -
lib/CodeGen/LiveRangeCalc.cpp | 18 +-
lib/CodeGen/LiveRangeCalc.h | 5 -
test/CodeGen/AMDGPU/liveness.mir | 32 ----
7 files changed, 250 insertions(+), 85 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/liveness.mir
--
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 zorg.
from 7616355 Added LLVMBuildFactory to use for tracking builders dependencies.
new 0783286 Disable check-lldb on Windows, but build LLD.
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:
buildbot/osuosl/master/config/builders.py | 2 +-
zorg/buildbot/builders/LLDBBuilder.py | 9 ++++++---
2 files changed, 7 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-tools-extra.
from 3bb1565 [clang-tidy] Ignore using-declarations defined in marcro in m [...]
new a53fccc [clang-tidy] Adds modernize-avoid-bind check
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:
clang-tidy/modernize/AvoidBindCheck.cpp | 163 +++++++++++++++++++++
.../{UseBoolLiteralsCheck.h => AvoidBindCheck.h} | 19 +--
clang-tidy/modernize/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 3 +
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/modernize-avoid-bind.rst | 38 +++++
test/clang-tidy/modernize-avoid-bind.cpp | 70 +++++++++
7 files changed, 286 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/modernize/AvoidBindCheck.cpp
copy clang-tidy/modernize/{UseBoolLiteralsCheck.h => AvoidBindCheck.h} (53%)
create mode 100644 docs/clang-tidy/checks/modernize-avoid-bind.rst
create mode 100644 test/clang-tidy/modernize-avoid-bind.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 llvm.
from 046f9cb [AArch64] Give function a more appropriate name.
new d14ab82 [obj2yaml] Fix ASAN bot failure
new 22ef2ed Fixed the callee saved registers list for X86 AllRegs calling [...]
new edf855d llvm-readobj: Fix the GNU section header flags for SHF_MASKPR [...]
new 13dad4b llvm-dwp: Use llvm::Error to improve diagnostic quality/error [...]
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/Target/X86/X86CallingConv.td | 21 ++++++----
lib/Target/X86/X86RegisterInfo.cpp | 21 ++++++----
test/CodeGen/X86/x86-interrupt_cc.ll | 26 +++++++++---
test/tools/llvm-dwp/Inputs/compressfail/a.dwo | Bin 0 -> 1297 bytes
.../llvm-dwp/Inputs/compressfail/compress.dwo | Bin 0 -> 1305 bytes
test/tools/llvm-dwp/Inputs/compressfail/compress.o | Bin 0 -> 2712 bytes
test/tools/llvm-dwp/Inputs/invalid_cu_index/x.dwp | Bin 0 -> 1048 bytes
test/tools/llvm-dwp/Inputs/missing_tu_index/x.dwp | Bin 0 -> 1312 bytes
test/tools/llvm-dwp/X86/compressfail.test | 5 +++
test/tools/llvm-dwp/X86/nocompress.test | 5 +++
tools/llvm-dwp/CMakeLists.txt | 1 +
tools/llvm-dwp/DWPError.cpp | 3 ++
tools/llvm-dwp/DWPError.h | 17 ++++++++
tools/llvm-dwp/llvm-dwp.cpp | 44 +++++++++++----------
tools/llvm-readobj/ELFDumper.cpp | 6 ++-
tools/obj2yaml/macho2yaml.cpp | 8 ++--
16 files changed, 109 insertions(+), 48 deletions(-)
create mode 100644 test/tools/llvm-dwp/Inputs/compressfail/a.dwo
create mode 100644 test/tools/llvm-dwp/Inputs/compressfail/compress.dwo
create mode 100644 test/tools/llvm-dwp/Inputs/compressfail/compress.o
create mode 100644 test/tools/llvm-dwp/Inputs/invalid_cu_index/x.dwp
create mode 100644 test/tools/llvm-dwp/Inputs/missing_tu_index/x.dwp
create mode 100644 test/tools/llvm-dwp/X86/compressfail.test
create mode 100644 test/tools/llvm-dwp/X86/nocompress.test
create mode 100644 tools/llvm-dwp/DWPError.cpp
create mode 100644 tools/llvm-dwp/DWPError.h
--
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 c98e82c Add CMake bits necessary for standalone build
new 456efb6 [LLDB] Added support for PHI nodes to IR interpreter
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:
.../TestIRInterpreterPHINodes.py | 40 ++++++++++++++++++
.../ir-interpreter-phi-nodes}/main.cpp | 6 ++-
source/Commands/CommandObjectExpression.cpp | 19 ++++++++-
source/Commands/CommandObjectExpression.h | 1 +
source/Expression/IRInterpreter.cpp | 47 +++++++++++++++++++++-
5 files changed, 110 insertions(+), 3 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/expression_command/ir-interprete [...]
copy packages/Python/lldbsuite/test/{android/platform => expression_command/ir-int [...]
--
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 9d99b75 [AArch64] Minor refactoring to simplify future patch. NFC.
new 72d4809 Fixed dwarf X86-32 register mapping for k0-k7 registers.
new 046f9cb [AArch64] Give function a more appropriate name.
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/AArch64/AArch64ISelDAGToDAG.cpp | 6 +++---
lib/Target/X86/X86RegisterInfo.td | 16 ++++++++--------
2 files changed, 11 insertions(+), 11 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 e3556fb Fix a race in ProcessGDBRemote::MonitorDebugServerProcess
new c8464c4 Turn on LLDB_EDITLINE_USE_WCHAR on NetBSD
new c98e82c Add CMake bits necessary for standalone build
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:
cmake/modules/LLDBStandalone.cmake | 113 +++++++++++++++++++++----------------
include/lldb/Host/Editline.h | 5 +-
scripts/CMakeLists.txt | 2 +
3 files changed, 69 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.