This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 82ba8f89e05 [BitVector] Make BitVector store an ArrayRef.
new 9dfab9e7689 Fixed a type conversion error in BitVector.
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/ADT/BitVector.h | 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 lldb.
from 0155a9b00 Add an example command to toggle between disassembly-only and [...]
new 104439b6e Correct the names of some target conditional defines in debugserver.
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:
tools/debugserver/source/RNBRemote.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 cb0aed9eec6 typo
new 82ba8f89e05 [BitVector] Make BitVector store an ArrayRef.
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/ADT/BitVector.h | 108 +++++++++++++++++++++----------------------
1 file changed, 53 insertions(+), 55 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 d10c298f0f [OpenCL] Fix semantic check of ndrange_t for device_side_enqueue.
new 0832a0080c [ms] Give -Wmicrosoft-enum-forward-reference a chance to fir [...]
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/SemaDecl.cpp | 3 ++-
test/SemaCXX/MicrosoftCompatibility-cxx98.cpp | 23 -----------------------
test/SemaCXX/MicrosoftCompatibility.cpp | 24 ++++++++++++++++++++++++
3 files changed, 26 insertions(+), 24 deletions(-)
delete mode 100644 test/SemaCXX/MicrosoftCompatibility-cxx98.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 master
in repository llvm.
from 8c373cc5e6a AMDGPU: Temporarily disable packed inlinable literals (v2f1 [...]
new 79953642da5 AMDGPU/GFX9: Enable FastFMAF32
new cb0aed9eec6 typo
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/AMDGPU/AMDGPU.td | 3 ++-
lib/Transforms/Utils/Local.cpp | 2 +-
2 files changed, 3 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 master
in repository llvm.
from ac73bb1e6a1 AMDGPU: Fix S_PACK_HH_B32_B16 - We really ought to zero o [...]
new 8c373cc5e6a AMDGPU: Temporarily disable packed inlinable literals (v2f1 [...]
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/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 9 +++++++++
test/CodeGen/AMDGPU/add.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/ashr.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 2 +-
test/CodeGen/AMDGPU/fmuladd.v2f16.ll | 18 +++++++++---------
test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 2 +-
test/CodeGen/AMDGPU/immv216.ll | 2 +-
test/CodeGen/AMDGPU/lshr.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/sext-in-reg.ll | 2 +-
test/CodeGen/AMDGPU/shl.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/sminmax.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/sub.v2i16.ll | 2 +-
12 files changed, 28 insertions(+), 19 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 6d68f8204 [cfi] Replace elif with elseif in cmake.
new c8d70402d [asan] Optimize strchr for strict_string_checks=false
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:
.../sanitizer_common_interceptors.inc | 22 ++++++--------
test/asan/TestCases/Posix/strchr.c | 34 ++++++++++++++++++++++
2 files changed, 43 insertions(+), 13 deletions(-)
create mode 100644 test/asan/TestCases/Posix/strchr.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 master
in repository llvm.
from 992d0ddce8f Revert "X86RegisterInfo: eliminateFrameIndex: Avoid code du [...]
new 5255fef87cd [AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction emitter
new ac73bb1e6a1 AMDGPU: Fix S_PACK_HH_B32_B16 - We really ought to zero o [...]
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/AMDGPU/AMDGPUMCInstLower.cpp | 6 ++++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +-
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/llvm.amdgcn.unreachable.ll | 9 +++++++++
4 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.unreachable.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 llvm.
from 39af0db425b [InstCombine] use isSubsetOf() for efficiency
new 989643fa78a AMDGPU: Do not lower fast unsafe div for safe, f32, with fp [...]
new 992d0ddce8f Revert "X86RegisterInfo: eliminateFrameIndex: Avoid code du [...]
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/AMDGPU/SIISelLowering.cpp | 6 ++++--
lib/Target/X86/X86FrameLowering.cpp | 17 ++++++++--------
lib/Target/X86/X86FrameLowering.h | 2 --
lib/Target/X86/X86RegisterInfo.cpp | 38 ++++++++++++++++++++++++------------
test/CodeGen/AMDGPU/fdiv.ll | 18 +++++++++++++----
5 files changed, 52 insertions(+), 29 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 fa7f48480 [cfi] Run tests with and without lld and thinlto.
new 6d68f8204 [cfi] Replace elif with elseif in cmake.
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/cfi/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.