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 1f488b733 [cmake] Fix typo in test/asan/CMakeLists.txt
new 3e3b3f006 [hwasan] Add heap tag randomization.
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/hwasan/hwasan_allocator.cc | 25 +++++++++++++++++--------
lib/hwasan/hwasan_thread.cc | 34 ++++++++++++++++++++++++++++++++++
lib/hwasan/hwasan_thread.h | 5 +++++
3 files changed, 56 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 compiler-rt.
from 860d7953a Hide some symbols to avoid a crash on shutdown when using cod [...]
new 1f488b733 [cmake] Fix typo in test/asan/CMakeLists.txt
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/asan/CMakeLists.txt | 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 gcc.
from 41e61033980 PR debug/83621 * cfgexpand.c (expand_debug_expr): Return [...]
new bea3dcc9d5b PR target/83641 * config/i386/i386.c (ix86_adjust_stack_a [...]
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 | 14 ++++++++++
gcc/config/i386/i386.c | 26 +++++++++++++++---
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.target/i386/stack-check-12.c | 1 -
gcc/testsuite/gcc.target/i386/stack-check-17.c | 37 ++++++++++++++++++++++++++
5 files changed, 79 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/stack-check-17.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 release_60
in repository openmp.
at b3d58d0 Creating release_60 branch off revision 321711
This branch includes the following new commits:
new b3d58d0 Creating release_60 branch off revision 321711
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.
--
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 release_60
in repository lld.
at d0a984875 Creating release_60 branch off revision 321711
This branch includes the following new commits:
new d0a984875 Creating release_60 branch off revision 321711
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.
--
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 release_60
in repository llvm.
at 7ed4f7613a0 Drop 'svn' suffix from the version number.
This branch includes the following new commits:
new 16ead3df481 Creating release_60 branch off revision 321711
new 7ed4f7613a0 Drop 'svn' suffix from the version number.
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.
--
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 release_60
in repository libcxxabi.
at 9245d48 Drop 'svn' suffix from the version number.
This branch includes the following new commits:
new fba95b6 Creating release_60 branch off revision 321711
new 9245d48 Drop 'svn' suffix from the version number.
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.
--
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 release_60
in repository lldb.
at a0528b146 Creating release_60 branch off revision 321711
This branch includes the following new commits:
new a0528b146 Creating release_60 branch off revision 321711
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.
--
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 0e8934cb92 Calculate size of buffer instead of using a magic value.
new b15c783295 [OpenMP] Initial implementation of code generation for pragm [...]
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/Basic/OpenMPKinds.cpp | 6 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 5 +
lib/CodeGen/CGStmtOpenMP.cpp | 60 ++-
lib/CodeGen/CodeGenFunction.h | 4 +
lib/Sema/SemaOpenMP.cpp | 62 ++-
...arget_teams_distribute_parallel_for_codegen.cpp | 118 ++++++
...s_distribute_parallel_for_collapse_codegen.cpp} | 29 +-
...tribute_parallel_for_dist_schedule_codegen.cpp} | 47 +--
...stribute_parallel_for_firstprivate_codegen.cpp} | 143 ++++---
...t_teams_distribute_parallel_for_if_codegen.cpp} | 32 +-
...distribute_parallel_for_lastprivate_codegen.cpp | 454 +++++++++++++++++++++
...ms_distribute_parallel_for_private_codegen.cpp} | 118 +++---
..._distribute_parallel_for_proc_bind_codegen.cpp} | 16 +-
..._distribute_parallel_for_reduction_codegen.cpp} | 77 ++--
...s_distribute_parallel_for_schedule_codegen.cpp} | 66 ++-
15 files changed, 956 insertions(+), 281 deletions(-)
create mode 100644 test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
copy test/OpenMP/{teams_distribute_parallel_for_collapse_codegen.cpp => target_tea [...]
copy test/OpenMP/{teams_distribute_parallel_for_dist_schedule_codegen.cpp => targe [...]
copy test/OpenMP/{teams_distribute_parallel_for_simd_firstprivate_codegen.cpp => t [...]
copy test/OpenMP/{teams_distribute_parallel_for_if_codegen.cpp => target_teams_dis [...]
create mode 100644 test/OpenMP/target_teams_distribute_parallel_for_lastprivate_co [...]
copy test/OpenMP/{teams_distribute_parallel_for_private_codegen.cpp => target_team [...]
copy test/OpenMP/{teams_distribute_parallel_for_proc_bind_codegen.cpp => target_te [...]
copy test/OpenMP/{teams_distribute_parallel_for_reduction_codegen.cpp => target_te [...]
copy test/OpenMP/{teams_distribute_parallel_for_schedule_codegen.cpp => target_tea [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.