This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a2474d43c4d [ARM] GlobalISel: Support G_SELECT for pointers
new 0df653a65ed fix trivial typos, 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/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/CodeGen/MIRParser/MIParser.cpp | 6 +++---
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp | 4 ++--
3 files changed, 6 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 lldb.
from a07074594 Shorten sanitizer plugin names
new 2103ae804 Move Connection and IOObject interfaces to Utility module
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/File.h | 2 +-
include/lldb/Host/Host.h | 3 ++
include/lldb/Host/MainLoopBase.h | 8 ++----
include/lldb/Host/Socket.h | 2 +-
.../Host/posix/ConnectionFileDescriptorPosix.h | 4 +--
.../Host/windows/ConnectionGenericFileWindows.h | 2 +-
include/lldb/{Core => Utility}/Connection.h | 6 ++--
include/lldb/{Host => Utility}/IOObject.h | 4 +--
source/API/SBCommunication.cpp | 3 +-
source/Core/CMakeLists.txt | 1 -
source/Core/Communication.cpp | 2 +-
source/Core/Connection.cpp | 32 ----------------------
source/Host/CMakeLists.txt | 1 -
source/Host/common/Host.cpp | 10 +++++++
.../Host/posix/ConnectionFileDescriptorPosix.cpp | 3 +-
source/Utility/CMakeLists.txt | 2 ++
.../common/IOObject.cpp => Utility/Connection.cpp} | 6 ++--
source/{Host/common => Utility}/IOObject.cpp | 3 +-
tools/lldb-server/Acceptor.h | 2 +-
19 files changed, 37 insertions(+), 59 deletions(-)
rename include/lldb/{Core => Utility}/Connection.h (98%)
rename include/lldb/{Host => Utility}/IOObject.h (96%)
delete mode 100644 source/Core/Connection.cpp
copy source/{Host/common/IOObject.cpp => Utility/Connection.cpp} (65%)
rename source/{Host/common => Utility}/IOObject.cpp (86%)
--
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 8be210b0a2 [clang-format] Add a test for associative map proto buffer fields
new 2d10542533 Recommit r306103: PR26195: Set correct NestedNameSpecifierLo [...]
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/Sema/SemaDeclCXX.cpp | 9 +++
test/Index/ctor-init-source-loc.cpp | 117 ++++++++++++++++++++++++++++++++++++
2 files changed, 126 insertions(+)
create mode 100644 test/Index/ctor-init-source-loc.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 915fe39cd1d [X86][AVX512] Regenerate avx512 arithmetic tests
new a2474d43c4d [ARM] GlobalISel: Support G_SELECT for pointers
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/ARM/ARMLegalizerInfo.cpp | 1 +
.../ARM/GlobalISel/arm-instruction-select.mir | 42 ++++++++++++++++++++--
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 10 ++++++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 27 ++++++++++++++
4 files changed, 77 insertions(+), 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 llvm.
from 99b52fe13c3 [ARM] GlobalISel: Support G_SELECT for i32
new 349de318a78 [mips] Refine the condition for when to use CALL16 vs a GOT [...]
new 3f723360abf [globalisel][tablegen] Add support for EXTRACT_SUBREG.
new 915fe39cd1d [X86][AVX512] Regenerate avx512 arithmetic tests
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:
lib/Target/AArch64/AArch64InstructionSelector.cpp | 9 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 8 +-
test/CodeGen/AArch64/GlobalISel/select-trunc.mir | 4 +-
test/CodeGen/X86/avx512-arith.ll | 258 +++++++++++-----------
utils/TableGen/CodeGenRegisters.cpp | 78 +++++++
utils/TableGen/CodeGenRegisters.h | 17 +-
utils/TableGen/GlobalISelEmitter.cpp | 151 ++++++++++++-
7 files changed, 380 insertions(+), 145 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 6806377956 Fix PR 13402
new 8268c77870 Eliminate make_cleanup_obstack_free, introduce auto_obstack
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 | 33 +++++++++++++++++++++++++++++++++
gdb/c-exp.y | 10 ++++++----
gdb/c-lang.c | 7 +------
gdb/d-exp.y | 11 ++++++-----
gdb/dwarf2loc.c | 7 +------
gdb/dwarf2read.c | 18 ++++--------------
gdb/gdb_obstack.h | 15 +++++++++++++++
gdb/go-exp.y | 9 +++++----
gdb/linux-tdep.c | 7 +------
gdb/printcmd.c | 12 ++----------
gdb/rust-exp.y | 15 +++++++++------
gdb/utils.c | 24 +-----------------------
gdb/utils.h | 3 ---
gdb/valprint.c | 17 ++++-------------
14 files changed, 88 insertions(+), 100 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 8aeb339f32 Revert "Revert "[NFC] Refactor DiagnosticRenderer to use Ful [...]
new 8be210b0a2 [clang-format] Add a test for associative map proto buffer fields
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/Format/FormatTestProto.cpp | 23 +++++++++++++++++++++++
1 file changed, 23 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 clang-tools-extra.
from d3f458fc [clang-tidy] Fix type names in modernize-use-unique/shared_pt [...]
new 8b3cb34a [NFC] Update to account for DiagnosticRenderer use of FullSourceLoc
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-query/Query.cpp | 8 ++---
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 47 ++++++++++++++----------------
2 files changed, 26 insertions(+), 29 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 701e513011 Reapply "Frontend support for Nios2 target"
new 8aeb339f32 Revert "Revert "[NFC] Refactor DiagnosticRenderer to use Ful [...]
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/SourceLocation.h | 122 +++++++++++------
include/clang/Frontend/DiagnosticRenderer.h | 81 +++++------
include/clang/Frontend/TextDiagnostic.h | 43 +++---
lib/Basic/SourceLocation.cpp | 70 ++++++++++
lib/Frontend/DiagnosticRenderer.cpp | 196 ++++++++++++---------------
lib/Frontend/SerializedDiagnosticPrinter.cpp | 106 ++++++---------
lib/Frontend/TextDiagnostic.cpp | 85 +++++-------
lib/Frontend/TextDiagnosticPrinter.cpp | 7 +-
tools/libclang/CIndexDiagnostic.cpp | 30 ++--
9 files changed, 377 insertions(+), 363 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 ee9a82d871 Make CastExpr::getSubExprAsWritten look through implicit tem [...]
new 701e513011 Reapply "Frontend support for Nios2 target"
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/BuiltinsNios2.def | 70 ++++++++++++++++
include/clang/Basic/TargetBuiltins.h | 10 +++
include/clang/module.modulemap | 1 +
lib/Basic/Targets.cpp | 145 ++++++++++++++++++++++++++++++++++
lib/Driver/ToolChains/CommonArgs.cpp | 19 +++++
test/Driver/nios2-cpu.c | 26 ++++++
6 files changed, 271 insertions(+)
create mode 100644 include/clang/Basic/BuiltinsNios2.def
create mode 100644 test/Driver/nios2-cpu.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.