This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2fb9361 [libFuzzer] add more __attribute__((visibility("default")))
new 2b3323e AMDGPU/SI: Fix a test in wqm.ll to always use s_cbranch_vcc*
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/CodeGen/AMDGPU/wqm.ll | 14 +++++++-------
1 file changed, 7 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 release_39
in repository llvm.
from 855a1e5 ReleaseNotes: tidy up
new cd40eea ReleaseNotes: sphinx build fixes
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 | 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 release_39
in repository llvm.
from 019ea19 ReleaseNotes: drop in-progress warning
new 855a1e5 ReleaseNotes: tidy up
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 | 61 +++++++++++++--------------------------------------
1 file changed, 15 insertions(+), 46 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 c43ec38 Make cltz and cttz zero undef when the operand cannot be zero [...]
new 2fb9361 [libFuzzer] add more __attribute__((visibility("default")))
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/Fuzzer/FuzzerTracePC.cpp | 2 ++
1 file changed, 2 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 c8c64a2 [CUDA] Improve handling of math functions.
new 949ea4a Fixed more signed/unsigned mismatch warnings introduced in my [...]
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:
unittests/libclang/LibclangTest.cpp | 10 +++++-----
1 file changed, 5 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 llvm.
from d87f299 [InstCombine] use m_APInt to allow icmp (trunc X, Y), C folds [...]
new c43ec38 Make cltz and cttz zero undef when the operand cannot be 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:
lib/Transforms/InstCombine/InstCombineCalls.cpp | 25 ++++++++++++++++++++-----
test/Transforms/InstCombine/intrinsics.ll | 20 ++++++++++++++++++++
2 files changed, 40 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 release_39
in repository llvm.
from 9df521b ReleaseNotes: reduced jump table density
new 019ea19 ReleaseNotes: drop in-progress warning
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 | 11 -----------
1 file changed, 11 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_39
in repository clang.
from 5dac718 Merging r278988: -------------------------------------------- [...]
new e7eb0f2 ReleaseNotes: remove in-progress warning
new c18fb1d ReleaseNotes: clean up
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:
docs/ReleaseNotes.rst | 102 +++++++-------------------------------------------
1 file changed, 14 insertions(+), 88 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 2b5693d Revert [OpenCL] AMDGCN: Fix size_t type
new c8c64a2 [CUDA] Improve handling of math functions.
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/__clang_cuda_cmath.h | 283 ++++++++++++++++++++++-
lib/Headers/__clang_cuda_math_forward_declares.h | 5 +-
2 files changed, 285 insertions(+), 3 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 85adbce Implement <variant>
new ce1a0ba Implement the latest proposed resolution of LWG 2756. * inc [...]
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:
libstdc++-v3/ChangeLog | 25 +++++
libstdc++-v3/include/std/optional | 102 +++++++++------------
.../testsuite/20_util/optional/assignment/5.cc | 11 ++-
.../testsuite/20_util/optional/cons/value.cc | 22 +++++
4 files changed, 101 insertions(+), 59 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.