This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f17750b Show INSN_UIDs in compact mode
new 0dc13da * config/mips/mips.c (mips16_constant_cost): Add missing fa [...]
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/ChangeLog | 7 +++++++
gcc/config/mips/mips.c | 6 ++++--
2 files changed, 11 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 cf6e9a8 Simplify `x >=u x >> y` and `x >=u x udiv y`
new 73235dc Do not assume that FP vector operands are never legalized by [...]
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/SelectionDAG/LegalizeTypesGeneric.cpp | 3 +-
test/CodeGen/PowerPC/pr30715.ll | 74 +++++++++++++++++++++++
2 files changed, 76 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/PowerPC/pr30715.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 test-suite.
from 0aa9851 [polybench] fix some places I have missed in the large patch
new c56e6be [polybench] remove all __attribute__((optnone))
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:
.../Benchmarks/Polybench/datamining/correlation/correlation.c | 4 ++--
SingleSource/Benchmarks/Polybench/datamining/covariance/covariance.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/2mm/2mm.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/3mm/3mm.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/atax/atax.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/bicg/bicg.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/kernels/cholesky/cholesky.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/kernels/doitgen/doitgen.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/gemm/gemm.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/kernels/gemver/gemver.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/kernels/gesummv/gesummv.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/mvt/mvt.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/symm/symm.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/kernels/syr2k/syr2k.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/syrk/syrk.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/kernels/trisolv/trisolv.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/kernels/trmm/trmm.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/solvers/durbin/durbin.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/solvers/dynprog/dynprog.c | 4 ++--
.../Polybench/linear-algebra/solvers/gramschmidt/gramschmidt.c | 4 ++--
SingleSource/Benchmarks/Polybench/linear-algebra/solvers/lu/lu.c | 4 ++--
.../Benchmarks/Polybench/linear-algebra/solvers/ludcmp/ludcmp.c | 4 ++--
.../Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.c | 4 ++--
SingleSource/Benchmarks/Polybench/medley/reg_detect/reg_detect.c | 4 ++--
SingleSource/Benchmarks/Polybench/stencils/adi/adi.c | 4 ++--
SingleSource/Benchmarks/Polybench/stencils/fdtd-2d/fdtd-2d.c | 4 ++--
SingleSource/Benchmarks/Polybench/stencils/fdtd-apml/fdtd-apml.c | 4 ++--
.../Benchmarks/Polybench/stencils/jacobi-1d-imper/jacobi-1d-imper.c | 4 ++--
.../Benchmarks/Polybench/stencils/jacobi-2d-imper/jacobi-2d-imper.c | 4 ++--
SingleSource/Benchmarks/Polybench/stencils/seidel-2d/seidel-2d.c | 4 ++--
30 files changed, 60 insertions(+), 60 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 ba33a09 [PPC] Implement vector reverse elements builtins (vec_reve)
new d2576cc [PowerPC] Implement vector_insert_exp builtins - clang portion
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/BuiltinsPPC.def | 3 +++
lib/Headers/altivec.h | 20 ++++++++++++++++++++
test/CodeGen/builtins-ppc-p9vector.c | 28 ++++++++++++++++++++++++++++
3 files changed, 51 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 llvm.
from 4e7356c [PowerPC] Implement vec_insert_exp builtins - llvm portion
new 5a50eb6 Revert "[AliasSetTracker] Make AST smarter about intrinsics t [...]
new cf6e9a8 Simplify `x >=u x >> y` and `x >=u x udiv y`
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/Analysis/AliasSetTracker.cpp | 15 ---------
lib/Analysis/InstructionSimplify.cpp | 11 +++++++
test/Analysis/AliasSet/intrinsics.ll | 54 ---------------------------------
test/Transforms/InstSimplify/compare.ll | 32 +++++++++++++++++++
4 files changed, 43 insertions(+), 69 deletions(-)
delete mode 100644 test/Analysis/AliasSet/intrinsics.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 lldb.
from 75b7065 Actually use = delete to mark constructors and operators we w [...]
new 98fb7f2 Fix an issue where frame variable -s <varname> would not show [...]
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:
.../frame_var_scope}/Makefile | 2 -
.../frame_var_scope/TestFrameVariableScope.py} | 3 +-
.../test/functionalities/frame_var_scope/main.c | 21 +++++++
.../lang/cpp/unsigned_types/TestUnsignedTypes.py | 2 +-
source/Commands/CommandObjectFrame.cpp | 73 +++++++++++-----------
5 files changed, 62 insertions(+), 39 deletions(-)
copy packages/Python/lldbsuite/test/{expression_command/multiline => functionaliti [...]
copy packages/Python/lldbsuite/test/{lang/cpp/const_this/TestConstThis.py => funct [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame_var_scope/main.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 3c0deb1 [libFuzzer] simplify TracePC::HandleTrace even further. Also, [...]
new 4e7356c [PowerPC] Implement vec_insert_exp builtins - llvm portion
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/IntrinsicsPowerPC.td | 6 ++++++
lib/Target/PowerPC/PPCInstrVSX.td | 4 ++--
test/CodeGen/PowerPC/vsx-p9.ll | 24 ++++++++++++++++++++++++
3 files changed, 32 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 39d3967 Fix test from r285217.
new 3c0deb1 [libFuzzer] simplify TracePC::HandleTrace even further. Also, [...]
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/Fuzzer/FuzzerLoop.cpp | 9 +++------
lib/Fuzzer/FuzzerTracePC.cpp | 23 ++---------------------
lib/Fuzzer/FuzzerTracePC.h | 2 --
3 files changed, 5 insertions(+), 29 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 f8adfcf Pass a InputSectionData to classoff.
new ee0f71a Call _exit.
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/Config.h | 1 +
ELF/Driver.cpp | 8 +++++---
ELF/Driver.h | 2 +-
ELF/Options.td | 3 +++
ELF/Writer.cpp | 12 ++++++++++++
include/lld/Driver/Driver.h | 2 +-
test/ELF/amdgpu-globals.s | 2 +-
test/lit.cfg | 2 ++
tools/lld/lld.cpp | 2 +-
9 files changed, 27 insertions(+), 7 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 1d0dc0f [AArch64] Avoid materializing constant 1 when generating cneg [...]
new 39d3967 Fix test from r285217.
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/AArch64/cond-sel-value-prop.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.