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 858c9d1324 Address review comments for the previous series
new 0527614a9b Really fix riscv shared library __global_pointer$ problem.
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 | 20 +++++++++++++
ld/emulparams/elf32lriscv-defs.sh | 3 +-
ld/testsuite/ld-riscv-elf/gp-hidden-64.rd | 4 ---
ld/testsuite/ld-riscv-elf/gp-hidden-lib.rd | 5 ----
ld/testsuite/ld-riscv-elf/gp-hidden-lib.s | 6 ----
ld/testsuite/ld-riscv-elf/gp-hidden-ver-64.rd | 6 ----
ld/testsuite/ld-riscv-elf/gp-hidden-ver.rd | 6 ----
ld/testsuite/ld-riscv-elf/gp-hidden-ver.s | 7 -----
ld/testsuite/ld-riscv-elf/gp-hidden-ver.ver | 1 -
ld/testsuite/ld-riscv-elf/gp-hidden.rd | 4 ---
.../ld-riscv-elf/{gp-hidden.sd => gp-test-lib.sd} | 6 ++--
.../ld-riscv-elf/{gp-hidden.s => gp-test.s} | 3 +-
ld/testsuite/ld-riscv-elf/gp-test.sd | 5 ++++
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 35 ++++++++--------------
14 files changed, 43 insertions(+), 68 deletions(-)
delete mode 100644 ld/testsuite/ld-riscv-elf/gp-hidden-64.rd
delete mode 100644 ld/testsuite/ld-riscv-elf/gp-hidden-lib.rd
delete mode 100644 ld/testsuite/ld-riscv-elf/gp-hidden-lib.s
delete mode 100644 ld/testsuite/ld-riscv-elf/gp-hidden-ver-64.rd
delete mode 100644 ld/testsuite/ld-riscv-elf/gp-hidden-ver.rd
delete mode 100644 ld/testsuite/ld-riscv-elf/gp-hidden-ver.s
delete mode 100644 ld/testsuite/ld-riscv-elf/gp-hidden-ver.ver
delete mode 100644 ld/testsuite/ld-riscv-elf/gp-hidden.rd
rename ld/testsuite/ld-riscv-elf/{gp-hidden.sd => gp-test-lib.sd} (70%)
rename ld/testsuite/ld-riscv-elf/{gp-hidden.s => gp-test.s} (65%)
create mode 100644 ld/testsuite/ld-riscv-elf/gp-test.sd
--
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 4f7feb41e56 Revert r319794: [PGO] detect infinite loop and form MST pr [...]
new 8bedc46d5a8 [Orc] (Hopefully) Fix a missing typedef.
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/llvm/ExecutionEngine/Orc/SymbolStringPool.h | 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 compiler-rt.
from b21f72aee [msan] add strtouq msan interceptor
new 557effc84 [msan] Fix formatting
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/msan/msan_interceptors.cc | 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 compiler-rt.
from 8a498458a Revert test case change for r319794
new b21f72aee [msan] add strtouq msan interceptor
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/msan/msan_interceptors.cc | 2 ++
lib/msan/tests/msan_test.cc | 1 +
2 files changed, 3 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 llvm.
from 96cfeb34745 [Orc] Add a SymbolStringPool data structure for efficient s [...]
new 4a6bb5316a7 [CMake] Use PRIVATE in target_link_libraries for executables
new 4f7feb41e56 Revert r319794: [PGO] detect infinite loop and form MST pr [...]
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:
cmake/modules/AddLLVM.cmake | 4 +-
cmake/modules/LLVM-Config.cmake | 4 +-
examples/ParallelJIT/CMakeLists.txt | 2 +-
lib/Transforms/Instrumentation/CFGMST.h | 22 +---------
.../Instrumentation/PGOInstrumentation.cpp | 50 ++++++----------------
test/Transforms/PGOProfile/infinite_loop_gen.ll | 18 --------
tools/bugpoint/CMakeLists.txt | 4 +-
tools/dsymutil/CMakeLists.txt | 2 +-
tools/llvm-cfi-verify/CMakeLists.txt | 2 +-
tools/llvm-objdump/CMakeLists.txt | 2 +-
tools/opt/CMakeLists.txt | 2 +-
unittests/DebugInfo/CodeView/CMakeLists.txt | 2 +-
unittests/DebugInfo/DWARF/CMakeLists.txt | 2 +-
unittests/DebugInfo/MSF/CMakeLists.txt | 2 +-
unittests/DebugInfo/PDB/CMakeLists.txt | 2 +-
unittests/ExecutionEngine/Orc/CMakeLists.txt | 2 +-
unittests/ProfileData/CMakeLists.txt | 2 +-
unittests/Support/CMakeLists.txt | 2 +-
unittests/Support/DynamicLibrary/CMakeLists.txt | 2 +-
unittests/tools/llvm-cfi-verify/CMakeLists.txt | 2 +-
utils/FileCheck/CMakeLists.txt | 2 +-
utils/not/CMakeLists.txt | 2 +-
utils/yaml-bench/CMakeLists.txt | 2 +-
23 files changed, 38 insertions(+), 98 deletions(-)
delete mode 100644 test/Transforms/PGOProfile/infinite_loop_gen.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 clang.
from 3b1d962466 Fix one more record-parsing-invocation.c test issue on Windows
new 456e35cbb3 [CMake] Use PRIVATE in target_link_libraries for executables
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:
examples/clang-interpreter/CMakeLists.txt | 1 +
tools/arcmt-test/CMakeLists.txt | 1 +
tools/c-arcmt-test/CMakeLists.txt | 2 ++
tools/c-index-test/CMakeLists.txt | 3 ++-
tools/clang-check/CMakeLists.txt | 1 +
tools/clang-diff/CMakeLists.txt | 1 +
tools/clang-format/CMakeLists.txt | 1 +
tools/clang-func-mapping/CMakeLists.txt | 1 +
tools/clang-fuzzer/CMakeLists.txt | 1 +
tools/clang-import-test/CMakeLists.txt | 1 +
tools/clang-offload-bundler/CMakeLists.txt | 1 +
tools/clang-refactor/CMakeLists.txt | 1 +
tools/clang-rename/CMakeLists.txt | 1 +
tools/diagtool/CMakeLists.txt | 1 +
tools/driver/CMakeLists.txt | 4 +++-
unittests/AST/CMakeLists.txt | 1 +
unittests/ASTMatchers/CMakeLists.txt | 1 +
unittests/ASTMatchers/Dynamic/CMakeLists.txt | 1 +
unittests/Analysis/CMakeLists.txt | 1 +
unittests/Basic/CMakeLists.txt | 1 +
unittests/CodeGen/CMakeLists.txt | 1 +
unittests/CrossTU/CMakeLists.txt | 1 +
unittests/Driver/CMakeLists.txt | 1 +
unittests/Format/CMakeLists.txt | 1 +
unittests/Frontend/CMakeLists.txt | 1 +
unittests/Lex/CMakeLists.txt | 1 +
unittests/Rename/CMakeLists.txt | 1 +
unittests/Rewrite/CMakeLists.txt | 1 +
unittests/Sema/CMakeLists.txt | 1 +
unittests/StaticAnalyzer/CMakeLists.txt | 1 +
unittests/Tooling/CMakeLists.txt | 1 +
unittests/libclang/CMakeLists.txt | 1 +
32 files changed, 36 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 lldb.
from 94d2207e6 [Darwin] Delete dead code. NFCI.
new b298f5b0d [CMake] Use PRIVATE in target_link_libraries for executables
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:
cmake/modules/AddLLDB.cmake | 2 +-
unittests/CMakeLists.txt | 2 +-
unittests/Interpreter/CMakeLists.txt | 1 +
3 files changed, 3 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 compiler-rt.
from 1cc13e13d [PGO] fix test case for D40702
new 8a498458a Revert test case change for r319794
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/profile/infinite_loop.c | 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 clang-tools-extra.
from 08b8ce3f [clangd] Clean up code complete unit tests. NFC
new 3376d397 [CMake] Use PRIVATE in target_link_libraries for executables
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:
change-namespace/tool/CMakeLists.txt | 1 +
clang-apply-replacements/tool/CMakeLists.txt | 1 +
clang-move/tool/CMakeLists.txt | 1 +
clang-query/tool/CMakeLists.txt | 1 +
clang-reorder-fields/tool/CMakeLists.txt | 1 +
clang-tidy/tool/CMakeLists.txt | 1 +
clangd/tool/CMakeLists.txt | 1 +
include-fixer/find-all-symbols/tool/CMakeLists.txt | 1 +
include-fixer/tool/CMakeLists.txt | 1 +
modularize/CMakeLists.txt | 1 +
pp-trace/CMakeLists.txt | 1 +
tool-template/CMakeLists.txt | 1 +
unittests/change-namespace/CMakeLists.txt | 1 +
unittests/clang-apply-replacements/CMakeLists.txt | 1 +
unittests/clang-move/CMakeLists.txt | 1 +
unittests/clang-query/CMakeLists.txt | 1 +
unittests/clang-tidy/CMakeLists.txt | 1 +
unittests/clangd/CMakeLists.txt | 1 +
unittests/include-fixer/CMakeLists.txt | 1 +
unittests/include-fixer/find-all-symbols/CMakeLists.txt | 1 +
20 files changed, 20 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 lld.
from fd5e37fe9 [WebAssembly] Fix stack pointer relocations
new 6b91aab8e [CMake] Use PRIVATE in target_link_libraries for executables
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/lld/CMakeLists.txt | 1 +
unittests/DriverTests/CMakeLists.txt | 1 +
unittests/MachOTests/CMakeLists.txt | 1 +
3 files changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.