This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ff0626ea3c [clang] Update uses of DEBUG macro to LLVM_DEBUG.
new f6d41ea320 update two comments as suggested on https://reviews.llvm.org/D46843
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:
tools/clang-fuzzer/CMakeLists.txt | 3 +--
tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt | 3 +--
2 files changed, 2 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 6810a439 [clangd] Log error message instead write to errs(). NFC
new 26903913 [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.
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-move/ClangMove.cpp | 18 +++++++++---------
clang-move/HelperDeclRefGraph.cpp | 12 ++++++------
clang-tidy/ClangTidyOptions.cpp | 9 +++++----
clang-tidy/readability/IdentifierNamingCheck.cpp | 16 ++++++++--------
include-fixer/IncludeFixer.cpp | 22 ++++++++++++----------
include-fixer/SymbolIndexManager.cpp | 4 ++--
6 files changed, 42 insertions(+), 39 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 f8a91f09f [lld] Update uses of DEBUG macro to LLVM_DEBUG.
new 0e05f05d7 Remove \brief commands from doxygen comments.
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/lld/Common/Version.h | 2 +-
include/lld/Core/DefinedAtom.h | 44 +++++++++++++-------------
include/lld/Core/File.h | 18 +++++------
include/lld/Core/Instrumentation.h | 14 ++++----
include/lld/Core/LinkingContext.h | 2 +-
include/lld/Core/PassManager.h | 4 +--
include/lld/Core/Reader.h | 6 ++--
include/lld/Core/Resolver.h | 6 ++--
include/lld/Core/Simple.h | 2 +-
include/lld/Core/SymbolTable.h | 18 +++++------
include/lld/Core/Writer.h | 6 ++--
include/lld/ReaderWriter/MachOLinkingContext.h | 26 +++++++--------
lib/ReaderWriter/FileArchive.cpp | 6 ++--
unittests/DriverTests/DarwinLdDriverTest.cpp | 2 +-
14 files changed, 78 insertions(+), 78 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 711424181c4 [Hexagon] Remove unused flag from subtarget and (non)corres [...]
new 9b2ede65de2 [AArch64] Fix mir test case liveins info.
new 3069e4ead50 Rename three cxx files in unittests to cpp.
new b50d67b7315 [Hexagon] Remove unused function from subtarget
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/Hexagon/HexagonSubtarget.h | 8 --------
test/CodeGen/AArch64/branch-folder-oneinst.mir | 4 ++--
unittests/Passes/CMakeLists.txt | 5 ++++-
unittests/Passes/{TestPlugin.cxx => TestPlugin.cpp} | 2 +-
unittests/Support/DynamicLibrary/CMakeLists.txt | 7 +++++--
.../DynamicLibrary/{ExportedFuncs.cxx => ExportedFuncs.cpp} | 2 +-
unittests/Support/DynamicLibrary/{PipSqueak.cxx => PipSqueak.cpp} | 4 ++--
7 files changed, 15 insertions(+), 17 deletions(-)
rename unittests/Passes/{TestPlugin.cxx => TestPlugin.cpp} (94%)
rename unittests/Support/DynamicLibrary/{ExportedFuncs.cxx => ExportedFuncs.cpp} (84%)
rename unittests/Support/DynamicLibrary/{PipSqueak.cxx => PipSqueak.cpp} (92%)
--
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 338ba99c [clangd] Populate #include insertions as additional edits in [...]
new 6810a439 [clangd] Log error message instead write to errs(). 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:
clangd/index/SymbolCollector.cpp | 3 +--
1 file changed, 1 insertion(+), 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 4e6ff0e1b8 MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS case
new 561a72d4dd Modify AArch64 Assembly and disassembly functions to be able [...]
new 7d02540ab7 Allow non-fatal errors to be emitted and for disassembly not [...]
new f9830ec165 Implement Read/Write constraints on system registers on AArch64
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:
binutils/ChangeLog | 11 +
binutils/NEWS | 8 +
binutils/doc/binutils.texi | 5 +
gas/ChangeLog | 24 ++
gas/config/tc-aarch64.c | 137 +++---
gas/testsuite/gas/aarch64/illegal-sysreg-2.l | 2 -
gas/testsuite/gas/aarch64/sysreg-2.d | 2 -
gas/testsuite/gas/aarch64/sysreg-2.s | 2 +-
gas/testsuite/gas/aarch64/sysreg-diagnostic.d | 14 +
gas/testsuite/gas/aarch64/sysreg-diagnostic.l | 4 +
gas/testsuite/gas/aarch64/sysreg-diagnostic.s | 6 +
gdb/ChangeLog | 7 +
gdb/aarch64-tdep.c | 8 +-
include/ChangeLog | 17 +
include/opcode/aarch64.h | 25 +-
opcodes/ChangeLog | 103 +++++
opcodes/aarch64-asm-2.c | 119 +++---
opcodes/aarch64-asm.c | 467 ++++++++++++---------
opcodes/aarch64-asm.h | 10 +-
opcodes/aarch64-dis-2.c | 125 +++---
opcodes/aarch64-dis.c | 576 +++++++++++++++-----------
opcodes/aarch64-dis.h | 11 +-
opcodes/aarch64-gen.c | 14 +-
opcodes/aarch64-opc.c | 193 +++++----
opcodes/aarch64-opc.h | 20 +
opcodes/aarch64-tbl.h | 6 +-
26 files changed, 1200 insertions(+), 716 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/sysreg-diagnostic.d
create mode 100644 gas/testsuite/gas/aarch64/sysreg-diagnostic.l
create mode 100644 gas/testsuite/gas/aarch64/sysreg-diagnostic.s
--
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 1cc744a2e52 [mips] Mark select instructions correctly
new 711424181c4 [Hexagon] Remove unused flag from subtarget and (non)corres [...]
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/Hexagon/Hexagon.td | 1 -
lib/Target/Hexagon/HexagonSubtarget.cpp | 5 -----
lib/Target/Hexagon/HexagonSubtarget.h | 2 --
.../CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll | 26 ----------------------
4 files changed, 34 deletions(-)
delete mode 100644 test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.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 3529d77f3f2 [llvm-mca] Strip leading tabs and spaces from instruction s [...]
new 1cc744a2e52 [mips] Mark select instructions correctly
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/Mips/MicroMipsInstrFPU.td | 17 ++
lib/Target/Mips/MicroMipsInstrInfo.td | 37 +++-
lib/Target/Mips/MipsCondMov.td | 289 +++++++++++++-------------
test/CodeGen/Mips/llvm-ir/add.ll | 22 +-
test/CodeGen/Mips/llvm-ir/lshr.ll | 133 ++++++------
test/CodeGen/Mips/llvm-ir/select-dbl.ll | 73 +++----
test/CodeGen/Mips/llvm-ir/select-flt.ll | 68 +++---
test/CodeGen/Mips/llvm-ir/select-int.ll | 14 +-
test/CodeGen/Mips/llvm-ir/shl.ll | 152 +++++++-------
test/MC/Mips/micromips-movcond-instructions.s | 12 +-
10 files changed, 429 insertions(+), 388 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 71c30758 [clangd] Remove LSP command-based #include insertion.
new 338ba99c [clangd] Populate #include insertions as additional edits in [...]
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:
clangd/ClangdServer.cpp | 1 +
clangd/CodeComplete.cpp | 101 ++++++++++++++--
clangd/CodeComplete.h | 2 +
clangd/Headers.cpp | 94 ++++++---------
clangd/Headers.h | 51 ++++++--
clangd/Protocol.h | 3 +
unittests/clangd/CodeCompleteTests.cpp | 68 +++++++++--
unittests/clangd/HeadersTests.cpp | 210 ++++++++++++++++++++++++++-------
8 files changed, 403 insertions(+), 127 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 577264e jenkins-logs.sh: Upload logs during EXIT trap handler.
new 91ee8bd jenkins.sh: Create $basedir/$dir on logserver.
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:
jenkins.sh | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.