This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from fa06626 Add a testcase for "BreakpointSetBySourceRegex"
new 6e67ee8 Fix race in TestExitDuringStep and unify pseudo_barrier handling
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:
.../thread/break_after_join/main.cpp | 16 ++-------------
.../thread/concurrent_events/main.cpp | 14 +------------
.../thread/create_during_step/main.cpp | 12 +----------
.../thread/exit_during_break/main.cpp | 18 +++--------------
.../thread/exit_during_step/main.cpp | 12 +----------
.../functionalities/thread/multi_break/main.cpp | 14 +------------
.../test/functionalities/thread/step_out/main.cpp | 14 +------------
.../functionalities/thread/thread_exit/main.cpp | 18 +++--------------
packages/Python/lldbsuite/test/make/test_common.h | 23 ++++++++++++++++++++++
9 files changed, 36 insertions(+), 105 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 8722646 [include-fixer] Autodetect yaml databases in parent directories.
new 9a592f1 Fixed cppcoreguidelines-pro-type-member-init when checking re [...]
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:
.../cppcoreguidelines/ProTypeMemberInitCheck.cpp | 62 +++++++++++-----------
...ppcoreguidelines-pro-type-member-init-cxx98.cpp | 11 ++++
.../cppcoreguidelines-pro-type-member-init.cpp | 10 ++++
3 files changed, 51 insertions(+), 32 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 f459cb2 [LAA] Rename "isStridedPtr" with "getPtrStride". NFC.
new b6e58d8 [LoopVectorize] Handling induction variable with non-constant step.
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/Transforms/Utils/LoopUtils.h | 12 ++-
lib/Transforms/Utils/LoopUtils.cpp | 92 ++++++++++++------
lib/Transforms/Vectorize/LoopVectorize.cpp | 76 ++++++++++-----
test/Transforms/LoopVectorize/induction-step.ll | 124 ++++++++++++++++++++++++
4 files changed, 250 insertions(+), 54 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/induction-step.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 9958271 [Sema] Fix an overload resolution bug with enable_if.
new 69a3874 [Clang][AVX512] completing missing intrinsics [roundscale, ce [...]
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/Headers/avx512fintrin.h | 62 +++++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 54 +++++++++++++++++++++++++++++++++++
2 files changed, 116 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 gcc-6-branch
in repository gcc.
from 1142b70 [RTEMS] Redefine microblaze LINK_SPEC
new a34d58d [libatomic] Add RTEMS support
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 | 7 ++++++
gcc/config/rtems.h | 2 +-
libatomic/ChangeLog | 10 +++++++++
libatomic/config/{mingw => rtems}/host-config.h | 25 ++++++----------------
.../config/{linux/arm/init.c => rtems/lock.c} | 19 ++++++++--------
libatomic/configure.tgt | 10 +++++++++
6 files changed, 44 insertions(+), 29 deletions(-)
copy libatomic/config/{mingw => rtems}/host-config.h (69%)
copy libatomic/config/{linux/arm/init.c => rtems/lock.c} (79%)
--
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 2c42efd [libatomic] Add missing files for RTEMS support
new ffdf58d [RTEMS] Fix moxie libgcc support
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:
libgcc/ChangeLog | 7 +++++++
libgcc/config.host | 9 ++-------
2 files changed, 9 insertions(+), 7 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 a2fa9fc Daily bump.
new 2c42efd [libatomic] Add missing files for RTEMS support
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:
libatomic/config/{mingw => rtems}/host-config.h | 25 ++++++----------------
.../config/{linux/arm/init.c => rtems/lock.c} | 19 ++++++++--------
2 files changed, 16 insertions(+), 28 deletions(-)
copy libatomic/config/{mingw => rtems}/host-config.h (69%)
copy libatomic/config/{linux/arm/init.c => rtems/lock.c} (79%)
--
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 gcc-5-branch
in repository gcc.
from dba392f [RTEMS] Redefine microblaze LINK_SPEC
new 3efafd7 [libatomic] Add RTEMS support
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 | 7 ++++++
gcc/config/rtems.h | 2 +-
libatomic/ChangeLog | 10 +++++++++
libatomic/config/{mingw => rtems}/host-config.h | 25 ++++++----------------
.../config/{linux/arm/init.c => rtems/lock.c} | 19 ++++++++--------
libatomic/configure.tgt | 10 +++++++++
6 files changed, 44 insertions(+), 29 deletions(-)
copy libatomic/config/{mingw => rtems}/host-config.h (69%)
copy libatomic/config/{linux/arm/init.c => rtems/lock.c} (79%)
--
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 gcc-6-branch
in repository gcc.
from df7f427 Daily bump.
new 1142b70 [RTEMS] Redefine microblaze LINK_SPEC
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/config/microblaze/rtems.h | 7 +++++++
2 files changed, 15 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 gcc-5-branch
in repository gcc.
from c7f19ed Daily bump.
new dba392f [RTEMS] Redefine microblaze LINK_SPEC
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/config/microblaze/rtems.h | 7 +++++++
2 files changed, 15 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.