This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b7c9c91b6e Fif for an issue when Clang permits assignment to vector/ext [...]
new 7a56f80555 clang-format: keep ObjC colon alignment with short object name
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/Format/ContinuationIndenter.cpp | 6 ++++--
lib/Format/TokenAnnotator.cpp | 8 ++++----
unittests/Format/FormatTestObjC.cpp | 24 ++++++++++++++++++++++--
3 files changed, 30 insertions(+), 8 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 3d785e7419e [DebugInfo] Don't insert DEBUG_VALUE after terminators
new 828c10a9a2b [Hexagon] Express calling conventions via .td file instead [...]
new 9c095c46d42 Remove some unnecessary REQUIRES: shell from a couple of ll [...]
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/Hexagon/CMakeLists.txt | 1 +
lib/Target/Hexagon/Hexagon.td | 1 +
lib/Target/Hexagon/HexagonCallingConv.td | 134 +++++
lib/Target/Hexagon/HexagonISelLowering.cpp | 650 ++++-----------------
test/CodeGen/Hexagon/vec-vararg-align.ll | 2 +-
.../llvm-symbolizer-split-dwarf-empty.test | 1 -
...lvm-symbolizer-split-dwarf-no-skel-address.test | 1 -
test/MC/Hexagon/inst_select.ll | 8 +-
8 files changed, 260 insertions(+), 538 deletions(-)
create mode 100644 lib/Target/Hexagon/HexagonCallingConv.td
--
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 00e5dad3c [WebAssebmly] Remvoe trailing semicolon. NFC.
new 053110534 Add IMPLEMENTATION NOTES describing lld's .a handling in the [...]
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:
docs/ld.lld.1 | 43 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 42 insertions(+), 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from f73abbf Support setting up the test-suite
new 11d735d Remove unnecessary import. 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:
tests/cli/testllvmbuild.py | 1 -
1 file changed, 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 clang-tools-extra.
from f79badb7 [clangd] Collect definitions when indexing.
new fae39acd [clangd] Fix crash in tests in debug mode.
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/clangd/ClangdTests.cpp | 6 +++---
1 file changed, 3 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 gcc.
from 77d2e2504fe DWARF: no location for non-definition DECLs with non-trivia [...]
new a82f431e184 * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
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:
gotools/ChangeLog | 4 ++++
gotools/Makefile.am | 2 +-
gotools/Makefile.in | 4 ++--
3 files changed, 7 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 clang-tools-extra.
from 95732309 [clangd] Fix crash when CompilerInvocation can't be created.
new f79badb7 [clangd] Collect definitions when indexing.
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:
.../GlobalSymbolBuilderMain.cpp | 46 ++++---
clangd/index/Index.cpp | 12 ++
clangd/index/Index.h | 26 ++--
clangd/index/Merge.cpp | 50 ++++---
clangd/index/SymbolCollector.cpp | 147 +++++++++++++--------
clangd/index/SymbolCollector.h | 3 +
clangd/index/SymbolYAML.cpp | 19 ++-
clangd/index/SymbolYAML.h | 9 +-
clangd/tool/ClangdMain.cpp | 2 +-
unittests/clangd/IndexTests.cpp | 22 +++
unittests/clangd/SymbolCollectorTests.cpp | 95 +++++++++----
11 files changed, 290 insertions(+), 141 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 1e20442ba75 [SelectionDAG] Provide adequate register class for RegisterSDNode
new 3d785e7419e [DebugInfo] Don't insert DEBUG_VALUE after terminators
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/LiveDebugVariables.cpp | 2 +-
test/CodeGen/Mips/pr34975.ll | 2 +-
test/CodeGen/Mips/pr35071.ll | 2 +-
3 files changed, 3 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 gcc.
from 4f021fc96be * optabs.c (prepare_cmp_insn): Try harder to emit a direct [...]
new 77d2e2504fe DWARF: no location for non-definition DECLs with non-trivia [...]
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:
gcc/ChangeLog | 8 ++++++++
gcc/dwarf2out.c | 31 +++++++++++++++++++++++++++----
2 files changed, 35 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 llvm.
from 32bbb278db0 [ELF] Print the .type assembly directive correctly for STT_NOTYPE
new 1e20442ba75 [SelectionDAG] Provide adequate register class for RegisterSDNode
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/SelectionDAG/InstrEmitter.cpp | 17 ++++++++++++++++-
test/CodeGen/AMDGPU/r600.work-item-intrinsics.ll | 15 ++++++++++-----
test/CodeGen/Mips/tailcall/tailcall.ll | 20 ++++++++++----------
3 files changed, 36 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.