This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9e1f67df4fc [MemDep] Use PhiValuesAnalysis to improve alias analysis results
new 8838d03a84a [llvm-mca] Remove README.txt
new 99862d39d7c Enrich inline messages
new 07836bef1a3 [InstCombine] auto-generate checks; NFC
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/Analysis/InlineCost.h | 35 +-
include/llvm/IR/DiagnosticInfo.h | 1 +
include/llvm/Transforms/Utils/Cloning.h | 18 +-
lib/Analysis/InlineCost.cpp | 93 ++-
lib/Target/AMDGPU/AMDGPUInline.cpp | 17 +-
lib/Transforms/IPO/AlwaysInliner.cpp | 4 +-
lib/Transforms/IPO/Inliner.cpp | 120 +--
lib/Transforms/Utils/InlineFunction.cpp | 29 +-
.../X86/diagnostic-handler-remarks-with-hotness.ll | 7 +-
.../Resolution/X86/diagnostic-handler-remarks.ll | 5 +-
.../X86/diagnostic-handler-remarks-with-hotness.ll | 5 +-
test/LTO/X86/diagnostic-handler-remarks.ll | 5 +-
.../X86/diagnostic-handler-remarks-with-hotness.ll | 10 +-
test/ThinLTO/X86/diagnostic-handler-remarks.ll | 10 +-
test/Transforms/Inline/ARM/inline-fp.ll | 24 +-
.../optimization-remarks-hotness-threshold.ll | 2 +-
.../Inline/optimization-remarks-passed-yaml.ll | 7 +-
.../Inline/optimization-remarks-with-hotness.ll | 4 +-
test/Transforms/Inline/optimization-remarks.ll | 4 +-
test/Transforms/InstCombine/gep-addrspace.ll | 58 +-
test/tools/gold/X86/opt-remarks.ll | 6 +-
tools/llvm-mca/README.txt | 865 ---------------------
22 files changed, 280 insertions(+), 1049 deletions(-)
delete mode 100644 tools/llvm-mca/README.txt
--
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 1a69756401 clang-format: try to make the doc for ConstructorInitializer [...]
new fc7a0137df [RISCV] Add driver for riscv32-unknown-elf baremetal target
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/Driver/CMakeLists.txt | 1 +
lib/Driver/Driver.cpp | 5 +
lib/Driver/ToolChains/Gnu.cpp | 3 +-
lib/Driver/ToolChains/RISCV.cpp | 117 +++++++++++++++++++++
lib/Driver/ToolChains/{AVR.h => RISCV.h} | 34 +++---
.../bin/riscv32-unknown-elf-ld} | 0
.../lib/gcc/riscv32-unknown-elf/8.0.1}/crtbegin.o | 0
.../lib/gcc/riscv32-unknown-elf/8.0.1}/crtend.o | 0
.../riscv32-unknown-elf/include/c++/8.0.1}/.keep | 0
.../riscv32-unknown-elf/lib/crt0.o | 0
test/Driver/riscv32-toolchain.c | 30 ++++++
11 files changed, 176 insertions(+), 14 deletions(-)
create mode 100644 lib/Driver/ToolChains/RISCV.cpp
copy lib/Driver/ToolChains/{AVR.h => RISCV.h} (53%)
copy test/Driver/Inputs/{basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-as [...]
copy test/Driver/Inputs/{ami_linux_tree/usr/lib/gcc/x86_64-amazon-linux/7 => basic [...]
copy test/Driver/Inputs/{ami_linux_tree/usr/lib/gcc/x86_64-amazon-linux/7 => basic [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_riscv32_tree/risc [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_riscv32_tree/ri [...]
--
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 1ae9ed698a7 [SLP] Fix PR38339: Instruction does not dominate all uses!
new 55c7db8b2ea AMDGPU: Don't handle FP16_TO_FP in isCanonicalized
new 48e2f473006 DAG: Fix PromoteFloatResult for fcanonicalize
new f241788fa53 [InstSimplify] Fold another Select with And/Or pattern
new 9e1f67df4fc [MemDep] Use PhiValuesAnalysis to improve alias analysis results
The 4 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/MemoryDependenceAnalysis.h | 6 +-
lib/Analysis/InstructionSimplify.cpp | 36 +++--
lib/Analysis/MemoryDependenceAnalysis.cpp | 17 ++-
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 3 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 4 -
test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 184 +++++++++++++----------
test/Other/new-pm-defaults.ll | 5 +
test/Other/new-pm-lto-defaults.ll | 1 +
test/Other/new-pm-thinlto-defaults.ll | 5 +
test/Other/opt-O2-pipeline.ll | 3 +
test/Other/opt-O3-pipeline.ll | 3 +
test/Other/opt-Os-pipeline.ll | 3 +
test/Transforms/GVN/PRE/pre-after-rle.ll | 6 +-
test/Transforms/InstSimplify/select-and-cmp.ll | 30 +---
test/Transforms/InstSimplify/select-or-cmp.ll | 30 +---
15 files changed, 177 insertions(+), 159 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 1c28969efc Delete test target descriptions when exiting
new 472fa5eec2 Re-generate gnulib import
new 5abe0f0cc7 Fix segfault when invoking -var-info-path-expression on a dy [...]
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:
gdb/ChangeLog | 14 +
gdb/gnulib/aclocal.m4 | 455 +--------
gdb/gnulib/config.in | 78 +-
gdb/gnulib/configure | 1032 ++++++++++++++++++--
gdb/gnulib/import/Makefile.in | 1 +
gdb/gnulib/import/m4/gnulib-comp.m4 | 1 +
gdb/gnulib/import/m4/onceonly.m4 | 104 ++
gdb/testsuite/ChangeLog | 6 +
.../py-mi-var-info-path-expression.c} | 44 +-
.../gdb.python/py-mi-var-info-path-expression.exp | 88 ++
.../gdb.python/py-mi-var-info-path-expression.py | 57 ++
gdb/varobj.c | 5 +
12 files changed, 1303 insertions(+), 582 deletions(-)
create mode 100644 gdb/gnulib/import/m4/onceonly.m4
copy gdb/testsuite/{gdb.base/endian.c => gdb.python/py-mi-var-info-path-expression [...]
create mode 100644 gdb/testsuite/gdb.python/py-mi-var-info-path-expression.exp
create mode 100644 gdb/testsuite/gdb.python/py-mi-var-info-path-expression.py
--
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 8f44f41e0f3 AMDGPU: Fold undef fcanonicalize to qNaN
new 1ae9ed698a7 [SLP] Fix PR38339: Instruction does not dominate all uses!
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/Vectorize/SLPVectorizer.cpp | 6 +++++
test/Transforms/SLPVectorizer/AArch64/PR38339.ll | 29 ++++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/AArch64/PR38339.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 binutils-gdb.
from 1424ad8677 x86: also optimize KXOR{D,Q} and KANDN{D,Q}
new 1c28969efc Delete test target descriptions when exiting
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:
gdb/ChangeLog | 8 ++++++++
gdb/target-descriptions.c | 26 +++++++++++++++++++-------
gdb/target-descriptions.h | 2 +-
3 files changed, 28 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 gcc.
from e1426f699c2 GCOV: add cache for streamed locations.
new e082b9c1502 arm: Testcase for PR86640
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/testsuite/ChangeLog | 19 ++++++++++++-------
gcc/testsuite/gcc.target/arm/pr86640.c | 10 ++++++++++
2 files changed, 22 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr86640.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 lld.
from 5bd0e66fb [ELF][ARM] Implement support for Tag_ABI_VFP_args
new 03e61e3f1 [LLD][ELF] - ICF: Check we do not fold sections which relocat [...]
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/Inputs/{icf-absolute.s => icf-absolute2.s} | 2 +-
test/ELF/{icf-absolute.s => icf-absolute2.s} | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
copy test/ELF/Inputs/{icf-absolute.s => icf-absolute2.s} (75%)
copy test/ELF/{icf-absolute.s => icf-absolute2.s} (61%)
--
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-tools-extra.
from f9284c3b [clangd] Report diagnostics even if WantDiags::No AST was reused
new d3baaef9 [clangd] Do not build AST if no diagnostics were requested
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:
clangd/TUScheduler.cpp | 7 +++++--
1 file changed, 5 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 lld.
from 6f7c50884 [LLD][ELF] - ICF: add test case testing we do not fold sectio [...]
new 5bd0e66fb [ELF][ARM] Implement support for Tag_ABI_VFP_args
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/Arch/ARM.cpp | 11 ++++-
ELF/Config.h | 4 ++
ELF/InputFiles.cpp | 42 +++++++++++++++++++
test/ELF/Inputs/arm-vfp-arg-base.s | 16 ++++++++
test/ELF/Inputs/arm-vfp-arg-compat.s | 16 ++++++++
test/ELF/Inputs/arm-vfp-arg-toolchain.s | 15 +++++++
test/ELF/Inputs/arm-vfp-arg-vfp.s | 15 +++++++
test/ELF/arm-eabi-version.s | 1 +
test/ELF/arm-tag-vfp-args-errs.s | 29 +++++++++++++
test/ELF/arm-tag-vfp-args-illegal.s | 21 ++++++++++
test/ELF/arm-tag-vfp-args.s | 72 +++++++++++++++++++++++++++++++++
11 files changed, 241 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/arm-vfp-arg-base.s
create mode 100644 test/ELF/Inputs/arm-vfp-arg-compat.s
create mode 100644 test/ELF/Inputs/arm-vfp-arg-toolchain.s
create mode 100644 test/ELF/Inputs/arm-vfp-arg-vfp.s
create mode 100644 test/ELF/arm-tag-vfp-args-errs.s
create mode 100644 test/ELF/arm-tag-vfp-args-illegal.s
create mode 100644 test/ELF/arm-tag-vfp-args.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.