This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd596b4de0f [PDB] Add a module descriptor for every object file
new f65ef609fe0 [Hexagon] Don't kill live registers when creating mux out of tfr
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/HexagonGenMux.cpp | 22 ++++++++++++++++------
lib/Target/Hexagon/HexagonTargetMachine.cpp | 8 ++++++--
test/CodeGen/Hexagon/mux-kill.mir | 15 +++++++++++++++
3 files changed, 37 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/Hexagon/mux-kill.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 clang-tools-extra.
from 58aa38eb [clangd] Store references instead of unique_ptrs in ClangdServer.
new f69ec2c9 [clangd] A comment for ClangdServer's constructor. 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/ClangdServer.h | 9 +++++++++
1 file changed, 9 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 b9aff4d3 [clangd] Allow to override contents of the file during completion.
new 58aa38eb [clangd] Store references instead of unique_ptrs in ClangdServer.
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/ClangdLSPServer.cpp | 25 ++++-----
clangd/ClangdLSPServer.h | 20 +++++++-
clangd/ClangdServer.cpp | 19 ++++---
clangd/ClangdServer.h | 13 +++--
unittests/clangd/ClangdTests.cpp | 107 +++++++++++++++++----------------------
5 files changed, 89 insertions(+), 95 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 3c0e104c0 [PDB] Add a module descriptor for every object file
new b555ad33f Add llvm-pdbutil tool_patterns in lit.cfg
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:
test/lit.cfg | 1 +
1 file changed, 1 insertion(+)
--
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 be04e25197b [MIPS] BuildCondBr should preserve MO flags
new bd596b4de0f [PDB] Add a module descriptor for every object 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:
.../PDB/Native/DbiModuleDescriptorBuilder.h | 2 ++
.../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 9 ++----
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 34 ++++++++--------------
3 files changed, 17 insertions(+), 28 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 acdbebbaf Fix broken LLD test.
new 0f00ff159 [lld] Add .s to the test suffix list for all lld ports
new 3c0e104c0 [PDB] Add a module descriptor for every object file
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:
COFF/InputFiles.h | 12 +++++++++
COFF/PDB.cpp | 38 ++++++++++++++++++----------
test/COFF/pdb-lib.s | 63 ++++++++++++++++++++++++++++++++++++++++++++++
test/COFF/pdb-options.test | 1 +
test/COFF/pdb.test | 46 +++++++++++++++++++++++++--------
test/lit.cfg | 2 +-
6 files changed, 138 insertions(+), 24 deletions(-)
create mode 100644 test/COFF/pdb-lib.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 clang.
from 34f988d153 [clang-format] Document the StartOfTokenColumn parameter, NFC
new d725462f1c Add comma to 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/CodeGen/CGOpenMPRuntime.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 binutils-gdb.
from 8569cfa78c [LD][Testsuite] Add --no-dynamic-linker option to dynamic-1 [...]
new dc74becf49 ld: Add tests for -Ur
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:
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-elf/sizeof.d | 11 +++++++++++
ld/testsuite/ld-elf/sizeof.s | 11 +++++++++++
ld/testsuite/ld-elf/startof.d | 11 +++++++++++
ld/testsuite/ld-elf/startof.s | 11 +++++++++++
5 files changed, 51 insertions(+)
create mode 100644 ld/testsuite/ld-elf/sizeof.d
create mode 100644 ld/testsuite/ld-elf/sizeof.s
create mode 100644 ld/testsuite/ld-elf/startof.d
create mode 100644 ld/testsuite/ld-elf/startof.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.