This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository clang.
from 5a151ed645 Consistently use code font for command-line flags in the rel [...]
new 7e8743f82a Mention the expected change to default -std= in future clang [...]
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/ReleaseNotes.rst | 6 ++++++
1 file changed, 6 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.
from f66517edc4 [OPENMP] Fix for PR34398: assert with random access iterator [...]
new dbd62fc14b [OPENMP] Fix the test, 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:
test/OpenMP/for_codegen.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 compiler-rt.
from c7cde8a5c [ubsan] Make check-ubsan depend on check-ubsan-minimal.
new 9f4b0100b Revert "[ubsan] Make check-ubsan depend on check-ubsan-minimal."
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/CMakeLists.txt | 4 ----
1 file changed, 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 3df2f4a7e2a [IR] Missing changes for r312289 (NFC).
new 3ccf5513f6c [WebAssembly] Fix getSymbolValue() for data symbols
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/Object/WasmObjectFile.cpp | 7 ++++++-
test/Object/nm-trivial-object.test | 2 +-
test/tools/llvm-nm/wasm/exports.yaml | 2 +-
test/tools/llvm-nm/wasm/weak-symbols.yaml | 2 +-
test/tools/llvm-objdump/WebAssembly/symbol-table.test | 2 +-
5 files changed, 10 insertions(+), 5 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.
from fc980697fa Register linkageSpecDecl matcher
new f66517edc4 [OPENMP] Fix for PR34398: assert with random access iterator [...]
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/Sema/SemaOpenMP.cpp | 4 ++--
test/OpenMP/distribute_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/distribute_simd_loop_messages.cpp | 2 +-
test/OpenMP/for_codegen.cpp | 12 ++++++++++++
test/OpenMP/for_loop_messages.cpp | 2 +-
test/OpenMP/for_simd_loop_messages.cpp | 2 +-
test/OpenMP/parallel_for_loop_messages.cpp | 2 +-
test/OpenMP/parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/simd_loop_messages.cpp | 2 +-
test/OpenMP/target_parallel_for_loop_messages.cpp | 2 +-
test/OpenMP/target_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/target_simd_loop_messages.cpp | 2 +-
test/OpenMP/target_teams_distribute_loop_messages.cpp | 2 +-
.../target_teams_distribute_parallel_for_loop_messages.cpp | 2 +-
...rget_teams_distribute_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/target_teams_distribute_simd_loop_messages.cpp | 2 +-
test/OpenMP/taskloop_loop_messages.cpp | 2 +-
test/OpenMP/taskloop_simd_loop_messages.cpp | 2 +-
test/OpenMP/teams_distribute_loop_messages.cpp | 2 +-
test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp | 2 +-
.../teams_distribute_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/teams_distribute_simd_loop_messages.cpp | 2 +-
22 files changed, 34 insertions(+), 22 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 fcb6aa26f [libFuzzer] tolerate missing files when loading the seed corpus
new c7cde8a5c [ubsan] Make check-ubsan depend on check-ubsan-minimal.
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/CMakeLists.txt | 4 ++++
1 file changed, 4 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 046ca044453 [Analysis] Fix some Clang-tidy modernize-use-using and Incl [...]
new 3df2f4a7e2a [IR] Missing changes for r312289 (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:
include/llvm/IR/OptBisect.h | 6 +++---
lib/IR/OptBisect.cpp | 19 +++++++++++++------
2 files changed, 16 insertions(+), 9 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 209d3c2d39c [WebAssembly] Validate exports when parsing object files
new 1bfa7682dcb [WebAssembly] Refactor load ISel tablegen patterns into classes
new bf95626bdce [lit] Fix some issues with short paths in test discovery in [...]
new 046ca044453 [Analysis] Fix some Clang-tidy modernize-use-using and Incl [...]
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:
include/llvm/Analysis/CGSCCPassManager.h | 70 ++-
include/llvm/Analysis/CallGraphSCCPass.h | 25 +-
lib/Analysis/CGSCCPassManager.cpp | 47 +-
lib/Analysis/CallGraphSCCPass.cpp | 43 +-
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 23 +-
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | 13 +-
lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 529 ++++++++-------------
lib/Transforms/Coroutines/CoroSplit.cpp | 51 +-
lib/Transforms/Coroutines/Coroutines.cpp | 27 +-
lib/Transforms/Scalar/LoopUnswitch.cpp | 81 ++--
test/CodeGen/WebAssembly/atomics.ll | 7 +-
tools/llvm-stress/llvm-stress.cpp | 133 ++++--
tools/opt/PassPrinters.cpp | 9 +-
tools/opt/PassPrinters.h | 8 +-
utils/lit/lit/discovery.py | 2 +-
utils/lit/tests/discovery.py | 7 +
16 files changed, 570 insertions(+), 505 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 bbbfad97fc1 [llvm-nm] Fix output formatting of -f sysv for 64bit targets
new 02e6b043526 [X86] Don't pull carry through X86ISD::ADD carryin, -1 if w [...]
new 209d3c2d39c [WebAssembly] Validate exports when parsing object files
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:
include/llvm/Object/Wasm.h | 2 +
lib/Object/WasmObjectFile.cpp | 8 ++++
lib/Target/X86/X86ISelLowering.cpp | 67 +++++++++++++++++++++----------
test/ObjectYAML/wasm/export_section.yaml | 14 +++++++
test/ObjectYAML/wasm/invalid_export.yaml | 13 ++++++
test/tools/llvm-nm/wasm/exports.yaml | 19 +++++++++
test/tools/llvm-nm/wasm/weak-symbols.yaml | 19 +++++++++
7 files changed, 120 insertions(+), 22 deletions(-)
create mode 100644 test/ObjectYAML/wasm/invalid_export.yaml
--
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 d2138209749 AMDGPU: Turn int pack pattern into build_vector
new bbbfad97fc1 [llvm-nm] Fix output formatting of -f sysv for 64bit targets
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/tools/llvm-nm/X86/Inputs/hello.obj.elf-i386 | Bin 0 -> 664 bytes
test/tools/llvm-nm/X86/sysv-i386.test | 6 ++++++
test/tools/llvm-nm/X86/sysv-x86_64.test | 13 +++++++++++++
tools/llvm-nm/llvm-nm.cpp | 10 +++++++---
4 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 test/tools/llvm-nm/X86/Inputs/hello.obj.elf-i386
create mode 100644 test/tools/llvm-nm/X86/sysv-i386.test
create mode 100644 test/tools/llvm-nm/X86/sysv-x86_64.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.