This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 488ca480673 [dwarfdump] Improve -diff option by hiding more data.
new e6cfed97969 [MachO] Fix LC_DYSYMTAB validation for external symbols
new fe2c6872d72 [MachO] Fix inconsistency between error messages when valid [...]
new c7d9aac7182 [CodeGen] Fix remaining zext() assertions in SelectionDAG
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 26 ++--
lib/Object/MachOObjectFile.cpp | 6 +-
test/tools/llvm-objdump/macho-bad-dysymtab.test | 51 +++++++
unittests/CodeGen/AArch64SelectionDAGTest.cpp | 168 ++++++++++++++++++++++++
unittests/CodeGen/CMakeLists.txt | 3 +
6 files changed, 239 insertions(+), 19 deletions(-)
create mode 100644 test/tools/llvm-objdump/macho-bad-dysymtab.test
create mode 100644 unittests/CodeGen/AArch64SelectionDAGTest.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 compiler-rt.
from fcdf41c51 [asan] Clean up some confusing code in `test/asan/TestCases/D [...]
new 036762794 [TSan] Update assembly code 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:
lib/tsan/check_analyze.sh | 4 ++--
1 file changed, 2 insertions(+), 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 llvm.
from 1381c3b1f03 Revert r341269: [Constant Hoisting] Hoisting Constant GEP E [...]
new 488ca480673 [dwarfdump] Improve -diff option by hiding more data.
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/DebugInfo/DWARF/DWARFDie.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 15 +-
.../llvm-dwarfdump/X86/DW_AT_object_pointer.s | 489 +++++++++++++++++++++
3 files changed, 501 insertions(+), 9 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/DW_AT_object_pointer.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-tools-extra.
from c892e428 [clangd] Define a compact binary serialization fomat for symb [...]
new e30d4f12 [clangd] Load static index asynchronously, add tracing.
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/SymbolYAML.cpp | 13 ++++++++++---
clangd/index/SymbolYAML.h | 2 +-
clangd/tool/ClangdMain.cpp | 10 ++++++++--
3 files changed, 19 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 clang-tools-extra.
from ad8fac9e [clangd] NFC: Change quality type to float
new c892e428 [clangd] Define a compact binary serialization fomat for symb [...]
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/CMakeLists.txt | 2 +
clangd/RIFF.cpp | 88 +++++
clangd/RIFF.h | 81 +++++
.../GlobalSymbolBuilderMain.cpp | 32 +-
clangd/index/Index.cpp | 46 +--
clangd/index/Index.h | 41 ++-
clangd/index/Serialization.cpp | 366 +++++++++++++++++++++
clangd/index/Serialization.h | 48 +++
clangd/index/SymbolYAML.cpp | 17 +-
clangd/tool/ClangdMain.cpp | 1 +
unittests/clangd/CMakeLists.txt | 2 +
unittests/clangd/RIFFTests.cpp | 39 +++
unittests/clangd/SerializationTests.cpp | 138 ++++++++
unittests/clangd/SymbolCollectorTests.cpp | 79 -----
14 files changed, 848 insertions(+), 132 deletions(-)
create mode 100644 clangd/RIFF.cpp
create mode 100644 clangd/RIFF.h
create mode 100644 clangd/index/Serialization.cpp
create mode 100644 clangd/index/Serialization.h
create mode 100644 unittests/clangd/RIFFTests.cpp
create mode 100644 unittests/clangd/SerializationTests.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 clang-tools-extra.
from 8e7ab7ae [clangd] Move buildStaticIndex() to SymbolYAML
new ad8fac9e [clangd] NFC: Change quality type to float
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/Index.cpp | 2 +-
clangd/index/Index.h | 2 +-
2 files changed, 2 insertions(+), 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 openmp.
from f45f0fd [libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinit
new 44cbbcf [libomptarget][NVPTX] Drop dead code and data structures, NFCI.
new 1482289 [libomptarget] PR38704: Fix erase of ShadowPtrMap
new 88f5f2f [libomptarget][CUDA] Use cuDeviceGetAttribute, NFCI.
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:
libomptarget/deviceRTLs/nvptx/src/counter_group.h | 51 --------------
libomptarget/deviceRTLs/nvptx/src/counter_groupi.h | 82 ----------------------
libomptarget/deviceRTLs/nvptx/src/interface.h | 2 +
.../deviceRTLs/nvptx/src/omptarget-nvptx.cu | 19 -----
.../deviceRTLs/nvptx/src/omptarget-nvptx.h | 12 ----
.../deviceRTLs/nvptx/src/omptarget-nvptxi.h | 14 ----
libomptarget/deviceRTLs/nvptx/src/option.h | 7 --
libomptarget/deviceRTLs/nvptx/src/parallel.cu | 4 --
libomptarget/plugins/cuda/src/rtl.cpp | 69 +++++++++---------
libomptarget/src/omptarget.cpp | 6 +-
libomptarget/test/mapping/pr38704.c | 41 +++++++++++
11 files changed, 84 insertions(+), 223 deletions(-)
delete mode 100644 libomptarget/deviceRTLs/nvptx/src/counter_group.h
delete mode 100644 libomptarget/deviceRTLs/nvptx/src/counter_groupi.h
create mode 100644 libomptarget/test/mapping/pr38704.c
--
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 d13049ab [clangd] SymbolOccurrences -> Refs and cleanup
new 8e7ab7ae [clangd] Move buildStaticIndex() to SymbolYAML
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/SymbolYAML.cpp | 22 ++++++++++++++++++----
clangd/index/SymbolYAML.h | 6 ++++++
clangd/tool/ClangdMain.cpp | 20 +-------------------
3 files changed, 25 insertions(+), 23 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 599fba1616c genmatch: put reporting on a cold path
new ed81b3caf04 * wide-int-range.cc (wide_int_range_convert): New. * wide [...]
new 1ab5867ea81 Don't xfail gcc.target/i386/addr-sel-1.c (PR target/86744)
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:
gcc/ChangeLog | 9 ++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/addr-sel-1.c | 2 +-
gcc/tree-vrp.c | 74 +++++++++++++++---------------
gcc/wide-int-range.cc | 33 +++++++++++++
gcc/wide-int-range.h | 7 +++
6 files changed, 92 insertions(+), 38 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 e0186bc8 Remove lambda default parameter to silence -Wpedantic warning. NFCI.
new d13049ab [clangd] SymbolOccurrences -> Refs and cleanup
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 | 4 +-
clangd/index/FileIndex.cpp | 89 +++++++++++--------
clangd/index/FileIndex.h | 16 ++--
clangd/index/Index.cpp | 52 +++++------
clangd/index/Index.h | 141 ++++++++++++------------------
clangd/index/MemIndex.cpp | 29 +++---
clangd/index/MemIndex.h | 36 ++++----
clangd/index/Merge.cpp | 34 ++++---
clangd/index/Merge.h | 4 +-
clangd/index/SymbolCollector.cpp | 25 +++---
clangd/index/SymbolCollector.h | 24 ++---
clangd/index/dex/DexIndex.cpp | 7 +-
clangd/index/dex/DexIndex.h | 5 +-
clangd/tool/ClangdMain.cpp | 3 +-
unittests/clangd/CodeCompleteTests.cpp | 8 +-
unittests/clangd/FileIndexTests.cpp | 84 ++++++++----------
unittests/clangd/IndexTests.cpp | 77 ++++++++--------
unittests/clangd/SymbolCollectorTests.cpp | 74 ++++++++--------
unittests/clangd/TestTU.cpp | 4 +-
19 files changed, 328 insertions(+), 388 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.