This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67400/no-plt
in repository gcc.
at ec7f4e9 Default to -fno-plt
This branch includes the following new commits:
new ec7f4e9 Default to -fno-plt
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.
--
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 f1102ba [Lanai] Set CTLZ_ZERO_UNDEF/CTTZ_ZERO_UNDEF to Expand instead [...]
new da09533 [SystemZ] Mark CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF as Expand inst [...]
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/SystemZ/SystemZISelLowering.cpp | 10 ++--------
1 file changed, 2 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 llvm.
from 14eb0b5 Untabify.
new acfba51 [ThinLTO] Remove unused/incomplete lazy summary reading suppo [...]
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/Bitcode/ReaderWriter.h | 17 +----
include/llvm/Object/ModuleSummaryIndexObjectFile.h | 11 +---
lib/Bitcode/Reader/BitcodeReader.cpp | 74 ++++------------------
lib/LTO/ThinLTOCodeGenerator.cpp | 2 +-
lib/Object/ModuleSummaryIndexObjectFile.cpp | 22 +------
5 files changed, 16 insertions(+), 110 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 758524f [AVX512] Teach lowering to use vplzcntd/q to implement 128/25 [...]
new 3441786 AMDGPU/SI: add llvm.amdgcn.ps.live 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:
include/llvm/CodeGen/MachineInstr.h | 4 ++
include/llvm/IR/IntrinsicsAMDGPU.td | 7 +++
lib/CodeGen/MachineInstr.cpp | 11 +++++
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 1 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 3 +-
lib/Target/AMDGPU/SIInstructions.td | 8 ++++
lib/Target/AMDGPU/SIWholeQuadMode.cpp | 59 +++++++++++++++++++------
test/CodeGen/AMDGPU/llvm.amdgcn.ps.live.ll | 59 +++++++++++++++++++++++++
8 files changed, 136 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ps.live.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 clang.
from 428050e Try to get test passing on OS X (see comment at top of file).
new 23e8dcb [OPENMP] Fix for LCV in simd directives in explicit clauses.
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/CodeGen/CGStmtOpenMP.cpp | 209 +++++++++++++++----------
lib/CodeGen/CodeGenFunction.h | 14 +-
lib/Sema/SemaOpenMP.cpp | 95 +++++++----
test/OpenMP/for_lastprivate_codegen.cpp | 3 -
test/OpenMP/for_simd_codegen.cpp | 7 +-
test/OpenMP/loops_explicit_clauses_codegen.cpp | 162 +++++++++++++++++++
test/OpenMP/simd_codegen.cpp | 8 +-
7 files changed, 375 insertions(+), 123 deletions(-)
create mode 100644 test/OpenMP/loops_explicit_clauses_codegen.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 4302c2c Clean the API for CollectAsmUndefinedRefs, taking a Triple an [...]
new b23f14f [Lanai] Remove unused methods declarations. NFC
new f1102ba [Lanai] Set CTLZ_ZERO_UNDEF/CTTZ_ZERO_UNDEF to Expand instead [...]
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/Lanai/LanaiISelLowering.cpp | 4 ++--
lib/Target/Lanai/LanaiISelLowering.h | 3 ---
lib/Target/Lanai/LanaiInstrInfo.td | 9 ---------
3 files changed, 2 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 llvm.
from b725c76 Try to fix UNRESOLVED: LLVM :: CodeGen/AArch64/arm64-regress- [...]
new 14eb0b5 Untabify.
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/IR/IntrinsicsX86.td | 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 bfce19c IRObjectFile, clang-format fixup for r267104
new 4302c2c Clean the API for CollectAsmUndefinedRefs, taking a Triple an [...]
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/Object/IRObjectFile.h | 3 ++-
lib/Object/IRObjectFile.cpp | 8 +++-----
2 files changed, 5 insertions(+), 6 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 7c23aa2 [MachineCombiner] Support for floating-point FMA on ARM64
new 5ab1a4f ValueMapper/Enumerator: Clean up code in post-order traversals, 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/Bitcode/Writer/ValueEnumerator.cpp | 46 ++++++++-------
lib/Bitcode/Writer/ValueEnumerator.h | 21 ++++++-
lib/Transforms/Utils/ValueMapper.cpp | 105 +++++++++++++++++----------------
3 files changed, 96 insertions(+), 76 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 90c7bb0 Refactor IRObjectFile, extract a static CollectAsmUndefinedRe [...]
new 12a3bb4 Use std::move on the enum to insert it into the pair to please MSVC
new bfce19c IRObjectFile, clang-format fixup for r267104
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/Object/IRObjectFile.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.