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 eff015538 [CMake] Support runtimes and monorepo layouts when looking fo [...]
new 8106beb37 [msan] LIT: Add lld testing config
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/msan/CMakeLists.txt | 28 +++++++++++++++++++++++-----
test/msan/lit.site.cfg.in | 4 +++-
2 files changed, 26 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 release/2.25/master
in repository glibc.
from 4444f6a92b Update NEWS to add CVE-2017-15804 entry
new 8f50b4a454 ia64: Add ipc_priv.h header to set __IPC_64 to zero
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/{hppa => ia64}/ipc_priv.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
copy sysdeps/unix/sysv/linux/{hppa => ia64}/ipc_priv.h (93%)
--
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 94a6c84e6d6 [InstCombine] Fix PR35618: Instcombine hangs on single minm [...]
new d5f27946f10 Split IndirectBr critical edges before PGO gen/use passes.
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/BasicBlockUtils.h | 7 +++-
.../Instrumentation/PGOInstrumentation.cpp | 6 ++++
lib/Transforms/Utils/BreakCriticalEdges.cpp | 34 +++++++++++++++----
.../PGOProfile/Inputs/indirectbr.proftext | 7 ++--
test/Transforms/PGOProfile/indirectbr.ll | 8 +++--
.../PGOProfile/split-indirectbr-critical-edges.ll | 39 ++++++++++++++++++++++
6 files changed, 87 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/PGOProfile/split-indirectbr-critical-edges.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 gcc.
from e3bdc0bb677 PR libstdc++/83395 fix invocable traits for INVOKE<cv void>
new 3d451d9ffe9 * builtins.def (BUILT_IN_NEXTAFTER, BUILT_IN_NEXTAFTERF, [...]
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/builtins.def | 12 ++++++------
2 files changed, 13 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 glibc.
from 89bd8016b3 ia64: Add ipc_priv.h header to set __IPC_64 to zero
new c80acdc325 Update IA64 libm-test-ulps
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:
ChangeLog | 4 +
sysdeps/ia64/fpu/libm-test-ulps | 2162 ++++++++++++++++++++++++++++++++++++---
2 files changed, 2029 insertions(+), 137 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 c0977e0ef13 [X86] Add a couple TODOs about missing coverage/features mo [...]
new feb0ef44d7c Revert "[X86] Flag BroadWell scheduler model as complete"
new 94a6c84e6d6 [InstCombine] Fix PR35618: Instcombine hangs on single minm [...]
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:
lib/Target/X86/X86SchedBroadwell.td | 3 --
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 40 ++++++++++++++++------
test/CodeGen/X86/aes-schedule.ll | 2 +-
test/CodeGen/X86/avx-schedule.ll | 14 ++++----
test/CodeGen/X86/avx2-schedule.ll | 8 ++---
test/CodeGen/X86/mmx-schedule.ll | 22 ++++++------
test/CodeGen/X86/sse-schedule.ll | 8 ++---
test/CodeGen/X86/sse2-schedule.ll | 10 +++---
test/CodeGen/X86/sse41-schedule.ll | 16 ++++-----
.../multiple-uses-load-bitcast-select.ll | 30 ++++++++++++++++
10 files changed, 99 insertions(+), 54 deletions(-)
create mode 100644 test/Transforms/InstCombine/multiple-uses-load-bitcast-select.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 libcxx.
from 5f7683b2d workaround PR 28385 in __find_exactly_one_checked
new e44552163 [libcxx] P0604, invoke_result and is_invocable
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/type_traits | 84 +++++++----
include/variant | 2 +-
.../function.objects/func.not_fn/not_fn.pass.cpp | 16 +-
.../function.objects/unord.hash/non_enum.pass.cpp | 4 +-
.../utilities/meta/meta.rel/is_callable.pass.cpp | 160 --------------------
.../utilities/meta/meta.rel/is_invocable.pass.cpp | 166 +++++++++++++++++++++
.../meta/meta.rel/is_nothrow_callable.pass.cpp | 115 --------------
.../meta/meta.rel/is_nothrow_invocable.pass.cpp | 121 +++++++++++++++
.../meta.trans/meta.trans.other/result_of.pass.cpp | 38 ++++-
.../meta.trans.other/result_of11.pass.cpp | 20 ++-
10 files changed, 407 insertions(+), 319 deletions(-)
delete mode 100644 test/std/utilities/meta/meta.rel/is_callable.pass.cpp
create mode 100644 test/std/utilities/meta/meta.rel/is_invocable.pass.cpp
delete mode 100644 test/std/utilities/meta/meta.rel/is_nothrow_callable.pass.cpp
create mode 100644 test/std/utilities/meta/meta.rel/is_nothrow_invocable.pass.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 release/2.26/master
in repository glibc.
from 73a9236361 Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]
new c48e2e558e ia64: Add ipc_priv.h header to set __IPC_64 to zero
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/{hppa => ia64}/ipc_priv.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
copy sysdeps/unix/sysv/linux/{hppa => ia64}/ipc_priv.h (93%)
--
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 9648457862 [debuginfo-tests] Add support for moving debuginfo-tests fro [...]
new c7f8623793 Add --cuda-path to mock a CUDA Toolkit installation to avoid [...]
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/Driver/unknown-std.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 llvm.
from 28ea9743f61 [X86] Cleanup type conversion of 64-bit load-store pairs.
new c0977e0ef13 [X86] Add a couple TODOs about missing coverage/features mo [...]
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/Target/X86/X86ISelLowering.cpp | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.