This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c32b942653a [X86] Tag CLFLUSHOPT with same scheduling behaviour as CLFLUSH
new 932b47733d4 AMDGPU: Enable IPRA
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/AMDGPUTargetMachine.h | 4 ++++
test/CodeGen/AMDGPU/byval-frame-setup.ll | 4 ++--
test/CodeGen/AMDGPU/call-graph-register-usage.ll | 6 +++---
test/CodeGen/AMDGPU/call-preserved-registers.ll | 6 +++---
test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 4 ++--
test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 2 +-
test/CodeGen/AMDGPU/ipra.ll | 1 +
test/CodeGen/AMDGPU/sibling-call.ll | 6 +++---
8 files changed, 19 insertions(+), 14 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 6654ba691 [XRay][compiler-rt] Fix armhf build
new a45b72a9b [compiler-rt] Avoid unnecessarily hiding inline visibility [NFC]
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:
CMakeLists.txt | 4 +++-
1 file changed, 3 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 compiler-rt.
from 4bdf0c3f7 [XRay][compiler-rt] Fix runtime build
new 6654ba691 [XRay][compiler-rt] Fix armhf build
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/xray/CMakeLists.txt | 3 ++-
1 file changed, 2 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 8d8e7d47258 [globalisel][tablegen] Fix PR35375 by sign-extending the ta [...]
new c32b942653a [X86] Tag CLFLUSHOPT with same scheduling behaviour as CLFLUSH
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/X86InstrInfo.td | 5 +++--
test/CodeGen/X86/clflushopt-schedule.ll | 4 ++--
2 files changed, 5 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 release_50
in repository openmp.
from 37c7212 Merging r317115:
new 4ef23db Merging r318658:
new 29b515e Merging r318848:
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:
runtime/src/kmp_csupport.cpp | 32 ++++++++++++++++-------
runtime/test/worksharing/for/kmp_doacross_check.c | 2 +-
2 files changed, 24 insertions(+), 10 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 openmp.
from 9c6a06a doxygen: disable the html timestamp: this is breaking the rep [...]
new 64790a3 [openmp] Set up .arcconfig to point to new Diffusion OMP repository
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:
.arcconfig | 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 3eb9d899be1 [X86][SSE] Add SSE_SHUFP OpndItins
new 5bf4f121f49 [X86] Add CLFLUSHOPT schedule tests
new 8d8e7d47258 [globalisel][tablegen] Fix PR35375 by sign-extending the ta [...]
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:
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 5 +++
test/CodeGen/ARM/GlobalISel/pr35375.ll | 12 ++++++++
test/CodeGen/X86/clflushopt-schedule.ll | 36 ++++++++++++++++++++++
3 files changed, 53 insertions(+)
create mode 100644 test/CodeGen/ARM/GlobalISel/pr35375.ll
create mode 100644 test/CodeGen/X86/clflushopt-schedule.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 lld.
from a4706c804 Copy the visibility in copyFrom.
new f993e0d39 Change Requires to REQUIRES so that it works properly.
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/ELF/arm-bl-v6.s | 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 d51777d1433 [X86][SSE] Add SSE_UNPCK/SSE_PUNPCK OpndItins
new 56f4da823b1 [X86] Test clflushopt intrinsic on 32 and 64-bit targets
new 3eb9d899be1 [X86][SSE] Add SSE_SHUFP OpndItins
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/X86InstrSSE.td | 27 ++++++++++++++++-----------
test/CodeGen/X86/clflushopt.ll | 18 ++++++++++++------
2 files changed, 28 insertions(+), 17 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 lld.
from 5dc02c5ef COFF: Simplify construction of safe SEH table. NFCI.
new 2f1a4e06e Expand test a bit.
new a4706c804 Copy the visibility in copyFrom.
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:
ELF/Symbols.cpp | 1 -
test/ELF/Inputs/wrap.s | 1 +
test/ELF/wrap.s | 38 +++++++++++++++++++++++++-------------
3 files changed, 26 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.