This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6ee5459 Get GlobalISel to build on Linux after r286407
new 6ad6c51 [PowerPC] Implement BE VSX load/store builtins - llvm portion.
new 75d0099 [LoopVectorizer] When estimating reg usage, unused insts may [...]
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/IntrinsicsPowerPC.td | 9 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 8 ++
lib/Target/PowerPC/PPCInstrVSX.td | 7 ++
lib/Transforms/Vectorize/LoopVectorize.cpp | 7 +-
test/CodeGen/PowerPC/vsx.ll | 48 ++++++++
.../LoopVectorize/X86/reg-usage-debug.ll | 134 +++++++++++++++++++++
test/Transforms/LoopVectorize/X86/reg-usage.ll | 2 +-
7 files changed, 210 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/X86/reg-usage-debug.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 afe8736 [X86][FastISel] Assert that we are dealing with arithmetic wi [...]
new 6ee5459 Get GlobalISel to build on Linux after r286407
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/GlobalISel/LLVMBuild.txt | 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 718ab76 [AMDGPU] TableGen: change individual instruction flags to bit [...]
new afe8736 [X86][FastISel] Assert that we are dealing with arithmetic wi [...]
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/X86FastISel.cpp | 3 +++
1 file changed, 3 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 gcc.
from 120850d Fix scripto in ChangeLog
new 53ae7f6 PR middle-end/78295 * gcc.dg/uninit-pr78295.c: Add -Wno-psa [...]
new 385999e PR missed-optimization/77881 * combine.c (simplify_comparis [...]
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:
gcc/ChangeLog | 8 ++++++++
gcc/combine.c | 35 +++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 14 +++++++++++--
gcc/testsuite/gcc.dg/uninit-pr78295.c | 2 +-
gcc/testsuite/gcc.target/i386/pr77881.c | 12 +++++++++++
5 files changed, 68 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77881.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 llvm.
from f042d84 [X86][FastISel] Fix lowering of overflow result on AVX512 targets
new 718ab76 [AMDGPU] TableGen: change individual instruction flags to bit [...]
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/MIMGInstructions.td | 12 +++---
lib/Target/AMDGPU/SIInstrFormats.td | 70 +++++++++++++++++------------------
lib/Target/AMDGPU/SIInstrInfo.td | 12 +++---
3 files changed, 47 insertions(+), 47 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 5d45e11 DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdoc [...]
new 183b8aa clang format include/llvm/Support/ELF.h. NFC.
new cf8930d Test commit, remove trailing space.
new f042d84 [X86][FastISel] Fix lowering of overflow result on AVX512 targets
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/Support/ELF.h | 1371 ++++++++++----------
lib/Target/X86/X86FastISel.cpp | 4 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
.../X86/2009-04-12-FastIselOverflowCrash.ll | 16 +-
4 files changed, 682 insertions(+), 711 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 02904ed Introduce TLI predicative for base-relative Jump Tables.
new 5d45e11 DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdoc [...]
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/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 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 clang.
from 23f1889 [test] Correctly include build llvm_shlib_dir in stand-alone builds
new 764f811 [OPENMP] Fix for PR30632: Name mangling issue.
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/Sema/SemaLambda.cpp | 7 ++++---
test/OpenMP/for_lastprivate_codegen.cpp | 9 ++++++---
2 files changed, 10 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 lld.
from 5306e1f [ELF] Convert DynamicSection to input section.
new 6d48da3 [ELF] Don't check Out<ELFT>::RelaPlt as it's always non-zero. 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:
ELF/Writer.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.