This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 86a94a3 AMDGPU: Merge / reorganize tests
new a894cad [ArgPromote] Use function_ref and for-range loops.
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/IPO/ArgumentPromotion.cpp | 23 ++++++++++-------------
1 file changed, 10 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 binutils-gdb.
from 1157523 Automatic date update in version.in
new 32a0481 PR20337, Objdump makes poor choice of symbols
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:
binutils/ChangeLog | 6 ++++++
binutils/objdump.c | 15 +++++++++++++++
ld/ChangeLog | 4 ++++
ld/testsuite/ld-powerpc/elfv2exe.d | 4 ++--
4 files changed, 27 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 9ddc329 AMDGPU: Fix fdiv lowering when f32 denormals supported
new ba3380e AMDGPU: Prune AMDGPUAsmParser in libdeps.
new b3013ff AMDGPU: Simplify tests with per function subtargets
new 86a94a3 AMDGPU: Merge / reorganize tests
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/Target/AMDGPU/LLVMBuild.txt | 2 +-
test/CodeGen/AMDGPU/address-space.ll | 31 ------
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 28 +++++
test/CodeGen/AMDGPU/default-fp-mode.ll | 78 +++++++++-----
test/CodeGen/AMDGPU/fcanonicalize.ll | 75 ++++++++++----
test/CodeGen/AMDGPU/ffloor.f64.ll | 21 ++--
test/CodeGen/AMDGPU/fsqrt.f64.ll | 26 +++++
test/CodeGen/AMDGPU/fsqrt.ll | 154 ++++++++++++++++++++++++----
test/CodeGen/AMDGPU/hsa-fp-mode.ll | 68 +++++++++++-
test/CodeGen/AMDGPU/llvm.amdgcn.rcp.ll | 123 +++++++++++++++-------
test/CodeGen/AMDGPU/llvm.sin.ll | 90 +++++++++++-----
test/CodeGen/AMDGPU/llvm.sqrt.ll | 117 ---------------------
12 files changed, 515 insertions(+), 298 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/address-space.ll
create mode 100644 test/CodeGen/AMDGPU/fsqrt.f64.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.sqrt.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 629ff79 [X86] Remove sse41 extract intrinsics. They are not used by c [...]
new 9ddc329 AMDGPU: Fix fdiv lowering when f32 denormals supported
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/SIISelLowering.cpp | 8 +++-----
test/CodeGen/AMDGPU/fdiv.ll | 29 ++++++++++++-----------------
2 files changed, 15 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 master
in repository clang.
from beb54c9 [X86] Uncomment the _mm_extract_ps test and add checks.
new 561ba72 [X86] Use __builtin_ia32_vec_ext_v4hi and __builtin_ia32_vec_ [...]
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/clang/Basic/BuiltinsX86.def | 2 ++
lib/Headers/xmmintrin.h | 17 ++++-------------
test/CodeGen/mmx-builtins.c | 12 ++++++++++++
3 files changed, 18 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 c3bccfa [LoopSimplify] Remove a comment which is unlikely to age well.
new fd05163 [X86] Remove and autoupgrade 512-bit non-temporal store intrinsics.
new 629ff79 [X86] Remove sse41 extract intrinsics. They are not used by c [...]
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/IR/IntrinsicsX86.td | 28 -----------------------
lib/IR/AutoUpgrade.cpp | 8 +++++--
lib/Target/X86/X86ISelLowering.cpp | 21 -----------------
lib/Target/X86/X86IntrinsicsInfo.h | 5 +---
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 33 +++++++++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 33 ---------------------------
6 files changed, 40 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 ac32f35 CodeGen: tweak CFString section for COFF, ELF
new beb54c9 [X86] Uncomment the _mm_extract_ps test and add checks.
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/sse41-builtins.c | 9 +++++----
1 file 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 master
in repository compiler-rt.
from 87110b4 Revert "Add runtime support for __cpu_model (__builtin_cpu_su [...]
new bcdfb40 [esan] Add __esan_report for mid-run data
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/CMakeLists.txt | 1 +
include/sanitizer/esan_interface.h | 46 ++++++++++++++++++
lib/esan/cache_frag.cpp | 6 +++
lib/esan/cache_frag.h | 1 +
lib/esan/esan.cpp | 9 ++++
lib/esan/esan.h | 1 +
lib/esan/esan_interface.cpp | 7 +++
lib/esan/working_set.cpp | 26 ++++++++--
lib/esan/working_set.h | 1 +
test/esan/TestCases/workingset-midreport.cpp | 71 ++++++++++++++++++++++++++++
test/esan/lit.cfg | 2 +
11 files changed, 166 insertions(+), 5 deletions(-)
create mode 100644 include/sanitizer/esan_interface.h
create mode 100644 test/esan/TestCases/workingset-midreport.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 d0506b5 [CFLAA] Make a constant variable `const`. NFC.
new 0dd611b [PM] Port CrossDSOCFI to the new pass manager.
new c3bccfa [LoopSimplify] Remove a comment which is unlikely to age well.
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:
.../llvm/Transforms/IPO/{GlobalOpt.h => CrossDSOCFI.h} | 18 +++++++-----------
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/CrossDSOCFI.cpp | 11 ++++++++++-
lib/Transforms/Utils/LoopSimplify.cpp | 4 ----
test/Transforms/CrossDSOCFI/basic.ll | 1 +
6 files changed, 20 insertions(+), 16 deletions(-)
copy include/llvm/Transforms/IPO/{GlobalOpt.h => CrossDSOCFI.h} (51%)
--
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 eb2d425 [PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.h
new d0506b5 [CFLAA] Make a constant variable `const`. 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:
lib/Analysis/AliasAnalysisSummary.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.