This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 772deb9cd55 InstCombine: Fix assert when reassociating fsub with undef
new e6dc33fc170 Testing commit credentials
new 36e5af50c14 [APInt] Simplify the zext and sext methods
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/LibFuzzer.rst | 1 +
lib/Support/APInt.cpp | 51 ++++++++++++++++++---------------------------------
2 files changed, 19 insertions(+), 33 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 fa273182f48 Compute safety information in a much finer granularity.
new c3187b408ef AMDGPU: Move v_readlane lane select from VGPR to SGPR
new f322f9268ce [APInt] Add ashrInPlace method and rewrite ashr to make a c [...]
new 772deb9cd55 InstCombine: Fix assert when reassociating fsub with undef
The 3 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/APInt.h | 33 ++++++-
include/llvm/ADT/APSInt.h | 2 +-
include/llvm/IR/IntrinsicsAMDGPU.td | 2 +
lib/Support/APInt.cpp | 112 ++++++++---------------
lib/Target/AMDGPU/SIInstrInfo.cpp | 13 +++
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 5 +
test/CodeGen/AMDGPU/llvm.amdgcn.readlane.ll | 17 ++++
test/Transforms/InstCombine/fsub.ll | 44 +++++++++
unittests/ADT/APIntTest.cpp | 36 ++++++++
9 files changed, 185 insertions(+), 79 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 8978f2978f4 [GlobalISel][X86] Lower FormalArgument/Ret using G_MERGE_VA [...]
new 7b717b6e436 InstCombine/AMDGPU: Fix constant folding of llvm.amdgcn.{ic [...]
new fa273182f48 Compute safety information in a much finer granularity.
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:
include/llvm/Transforms/Utils/LoopUtils.h | 6 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 22 ++++++-
lib/Transforms/Scalar/LICM.cpp | 32 ++++-----
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +-
lib/Transforms/Utils/LoopUtils.cpp | 24 +++----
test/Transforms/InstCombine/amdgcn-intrinsics.ll | 6 +-
test/Transforms/LICM/loop-early-exits.ll | 82 ++++++++++++++++++++++++
test/Transforms/LICM/preheader-safe.ll | 14 ----
8 files changed, 129 insertions(+), 59 deletions(-)
create mode 100644 test/Transforms/LICM/loop-early-exits.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 1c1f7ef631c AMDGPU: Fix crash when scheduling non-memory SMRD instructions
new e115996cce9 [APInt] Fix repeated word in comments. NFC
new e5d13111d7c [DAGCombiner] Updated bswap byte offset variable names to b [...]
new 8978f2978f4 [GlobalISel][X86] Lower FormalArgument/Ret using G_MERGE_VA [...]
The 3 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 28 +++--
lib/Support/APInt.cpp | 4 +-
lib/Target/X86/X86CallLowering.cpp | 28 ++---
lib/Target/X86/X86CallLowering.h | 5 +-
test/CodeGen/X86/GlobalISel/callingconv.ll | 133 +++++++++++++++++++++
.../X86/GlobalISel/irtranslator-callingconv.ll | 30 ++---
.../GlobalISel/irtranslator-callingconv_64bit.ll | 8 +-
7 files changed, 173 insertions(+), 63 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/callingconv.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 a43d9cd6661 [SDAG] Teach Chain Analysis about BaseIndexOffset addressing.
new 1c1f7ef631c AMDGPU: Fix crash when scheduling non-memory SMRD instructions
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/SIInstrInfo.cpp | 5 +++++
test/CodeGen/AMDGPU/readcyclecounter.ll | 14 ++++++++++++++
2 files changed, 19 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 compiler-rt.
from b4626e22f [tsan] Remove the extra word "object" from description of ext [...]
new 537070f68 [tsan] Include __tsan_external_* API from a header file inste [...]
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/tsan/Darwin/debug_external.cc | 2 --
test/tsan/Darwin/external-dups.cc | 8 --------
test/tsan/test.h | 2 ++
test/tsan/unaligned_race.cc | 23 +++++++----------------
4 files changed, 9 insertions(+), 26 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 4ba77b58f [sanitizer] Cache SizeClassForTransferBatch in the 32-bit loc [...]
new b4626e22f [tsan] Remove the extra word "object" from description of ext [...]
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/tsan/rtl/tsan_report.cc | 4 ++--
test/tsan/Darwin/external.cc | 12 ++++++------
2 files changed, 8 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 clang-tools-extra.
from c442dc17 Extend readability-container-size-empty to add comparisons to [...]
new e1eb3e37 [clang-tidy] Some Cleanups for performance-faster-string-find check.
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:
clang-tidy/performance/FasterStringFindCheck.cpp | 34 +++++++++---------------
1 file changed, 12 insertions(+), 22 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 binutils-2_28-branch
in repository binutils-gdb.
from 67410ae978 Automatic date update in version.in
new cff08d0aa4 i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorks
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:
bfd/ChangeLog | 5 +++++
bfd/elf32-i386.c | 2 ++
ld/ChangeLog | 5 +++++
ld/testsuite/ld-i386/vxworks2.sd | 2 +-
4 files changed, 13 insertions(+), 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 binutils-gdb.
from 1587442d37 i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorks
new e662f84f5d i386: Skip pr12570 tests for nacl targets
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-i386/pr12570a.d | 1 +
ld/testsuite/ld-i386/pr12570b.d | 1 +
3 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.