This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9e9c1c4ddd5 [AliasSetTracker] Do not treat experimental_guard intrinsic [...]
new 90048a82062 [ARM] Allow pointer values in ARMCodeGenPrepare
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/ARM/ARMCodeGenPrepare.cpp | 48 +++--
...{arm-cgp-phis-calls-ret.ll => arm-cgp-calls.ll} | 217 ++++-----------------
test/CodeGen/ARM/arm-cgp-phis-ret.ll | 174 +++++++++++++++++
test/CodeGen/ARM/arm-cgp-pointers.ll | 84 ++++++++
4 files changed, 327 insertions(+), 196 deletions(-)
rename test/CodeGen/ARM/{arm-cgp-phis-calls-ret.ll => arm-cgp-calls.ll} (64%)
create mode 100644 test/CodeGen/ARM/arm-cgp-phis-ret.ll
create mode 100644 test/CodeGen/ARM/arm-cgp-pointers.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 b7b03acbbb1 * config/i386/i386.c (expand_vec_perm_movs): New method ma [...]
new 5edbd1b39a4 Backport of RISC-V support for libffi go closures * src/ris [...]
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:
libffi/ChangeLog | 11 ++++++
libffi/src/riscv/ffi.c | 48 ++++++++++++++++++++---
libffi/src/riscv/ffitarget.h | 1 +
libffi/src/riscv/sysv.S | 93 ++++++++++++++++++++++++++++++++++++++++----
4 files changed, 140 insertions(+), 13 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 d823f47a683 [NFC] Refactoring of LoopSafetyInfo, step 1
new 9e9c1c4ddd5 [AliasSetTracker] Do not treat experimental_guard intrinsic [...]
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/Analysis/AliasSetTracker.cpp | 8 ++-
test/Analysis/AliasSet/guards.ll | 96 +++++++++++++++++-----------------
test/Analysis/AliasSet/intrinsics.ll | 46 ++++++++++++++++
test/Transforms/LICM/hoist-mustexec.ll | 26 +++++++++
4 files changed, 127 insertions(+), 49 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 7caa753e199 [NFC][LICM] Make hoist method void
new a3bb636475f [NFC] Add sanitizing assertion to ICF tracker
new d823f47a683 [NFC] Refactoring of LoopSafetyInfo, step 1
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/Analysis/MustExecute.h | 35 +++++++++++++++++-----
lib/Analysis/MustExecute.cpp | 35 +++++++++++-----------
lib/Transforms/Scalar/LICM.cpp | 4 +--
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 4 +--
lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +-
.../Utils/ImplicitControlFlowTracking.cpp | 4 ++-
lib/Transforms/Utils/LoopUnrollAndJam.cpp | 4 +--
7 files changed, 54 insertions(+), 34 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 481be954deb PR target/86547 * lra-lives.c (remove_some_program [...]
new b7b03acbbb1 * config/i386/i386.c (expand_vec_perm_movs): New method ma [...]
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 | 6 +++++
gcc/config/i386/emmintrin.h | 2 +-
gcc/config/i386/i386.c | 41 +++++++++++++++++++++++++++++++
gcc/config/i386/xmmintrin.h | 5 +++-
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/i386/sse2-movs.c | 21 ++++++++++++++++
6 files changed, 77 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-movs.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 gcc.
from 57860819181 Daily bump.
new 481be954deb PR target/86547 * lra-lives.c (remove_some_program [...]
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 | 6 ++++++
gcc/lra-lives.c | 3 ++-
2 files changed, 8 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 llvm.
from eb72488593a [X86] Change legacy SSE scalar fp to integer intrinsics to [...]
new 7caa753e199 [NFC][LICM] Make hoist method void
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/Scalar/LICM.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 6203c9bd082 [hwasan] Add a basic API.
new f464242872b [SDAG] Update the AVR backend for the SelectionDAG API chan [...]
new eb72488593a [X86] Change legacy SSE scalar fp to integer intrinsics to [...]
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/AVR/AVRISelDAGToDAG.cpp | 8 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +
lib/Target/X86/X86ISelLowering.h | 4 +-
lib/Target/X86/X86InstrAVX512.td | 133 +++++++++++---------------------
lib/Target/X86/X86InstrFragmentsSIMD.td | 10 ++-
lib/Target/X86/X86InstrSSE.td | 55 +++++++------
lib/Target/X86/X86IntrinsicsInfo.h | 40 ++++++----
7 files changed, 114 insertions(+), 140 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 035a4f5180 [analyzer] Add support for constructors of arguments.
new af3ecdc44d Silence "unused variable" 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:
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 fc187011bee [SDAG] Remove the reliance on MI's allocation strategy for [...]
new 34c8f3ddbad [WebAssembly] SIMD Splats
new 6203c9bd082 [hwasan] Add a basic API.
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/WebAssembly/WebAssemblyInstrSIMD.td | 28 ++++++++
.../Instrumentation/HWAddressSanitizer.cpp | 11 +--
test/CodeGen/WebAssembly/simd.ll | 79 ++++++++++++++++++++++
3 files changed, 113 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.