This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cab63a1 [arm] Permit 'auto' in -mfpu
new 773cf73 * doc/extend.texi: Clean up @xref{...} uses. * doc/invoke.t [...]
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 | 5 +++++
gcc/doc/extend.texi | 6 +++---
gcc/doc/invoke.texi | 4 ++--
3 files changed, 10 insertions(+), 5 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 65440dd Fix ubsan failures in lane mask shifts
new 9fc6de7 [SimplifyCFG] In sinkLastInstruction correctly set debugloc o [...]
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/Utils/SimplifyCFG.cpp | 10 +++-
.../Generic/simplifycfg_sink_last_inst.ll | 70 ++++++++++++++++++++++
2 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 test/DebugInfo/Generic/simplifycfg_sink_last_inst.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 lld.
from 723d7c2 [ELF] - Apply format (2). NFC.
new 407a2dd [ELF] - Make LLD accept Ttext-segment X/Ttext-segment=X alias [...]
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/Options.td | 2 ++
test/ELF/sectionstart.s | 6 ++++++
2 files changed, 8 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 glibc.
from 9ce4ac6 Fix powerpc fmax, fmin sNaN handling (bug 20947).
new 67f779f Fix assertion failure on test timeout
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:
ChangeLog | 5 +++++
support/support_test_main.c | 2 +-
2 files changed, 6 insertions(+), 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 gcc.
from 4c3f9e6 [arm] Use ISA feature sets for determining inlinability
new b672ac0 [arm] Remove FEATURES field from FPU descriptions
new cab63a1 [arm] Permit 'auto' in -mfpu
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 | 51 ++++++++++++++++++++++++++++++++++++++
gcc/config/arm/arm-cores.def | 8 +++---
gcc/config/arm/arm-fpus.def | 48 +++++++++++++++++++-----------------
gcc/config/arm/arm-opts.h | 10 ++++++++
gcc/config/arm/arm-tables.opt | 46 +++++++++++++++++-----------------
gcc/config/arm/arm.c | 57 ++++++++++++++++++++++++++++++++++---------
gcc/config/arm/arm.h | 34 --------------------------
gcc/config/arm/arm.opt | 2 +-
gcc/config/arm/genopt.sh | 15 +++++++-----
9 files changed, 169 insertions(+), 102 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 8ab1fc1 [arm] Remove insn_flags.
new 08d9ee1 [arm] Rework arm-common to use new feature bits.
new 5e76b29 [arm] Remove remaining references to arm feature sets
new e12d824 [arm] Delete unused arm_fp_model
new e486468 [arm] Eliminate vfp_reg_type
new 9bbd0a9 [arm] Remove FPU rev field
new b69914d [arm] Add isa features to FPU descriptions
new 09c93c6 [arm] Initialize fpu capability bits in arm_active_target
new 2f77a15 [arm] Eliminate TARGET_FPU_NAME
new b39d971 [arm] Use arm_active_target for most FP feature tests
new ff9eae9 [arm] Use cl_target_options for configuring the active target
new 4c3f9e6 [arm] Use ISA feature sets for determining inlinability
The 11 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 | 133 ++++++++++++++++++++++
gcc/common/config/arm/arm-common.c | 27 ++++-
gcc/config/arm/arm-arches.def | 75 ++++++-------
gcc/config/arm/arm-c.c | 3 +
gcc/config/arm/arm-cores.def | 224 ++++++++++++++++++-------------------
gcc/config/arm/arm-flags.h | 185 ------------------------------
gcc/config/arm/arm-fpus.def | 44 ++++----
gcc/config/arm/arm-opts.h | 3 +-
gcc/config/arm/arm-protos.h | 4 +
gcc/config/arm/arm-tables.opt | 10 +-
gcc/config/arm/arm.c | 171 +++++++++++++++++++---------
gcc/config/arm/arm.h | 83 +++++++-------
gcc/config/arm/arm.opt | 6 +-
13 files changed, 496 insertions(+), 472 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 b8bdb21 [ELF] - Partial support of --gdb-index command line option (Part 3).
new 1654443 [ELF] - Apply format. NFC.
new 723d7c2 [ELF] - Apply format (2). NFC.
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:
ELF/LinkerScript.cpp | 9 ++++-----
ELF/SyntheticSections.cpp | 6 ++++--
2 files changed, 8 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 gcc.
from 25213d9 Fix ChangeLog formatting.
new 0a59ae4 We start out by separating the 'tuning flags' in a CPU or arc [...]
new b143bcc This patch adds the new ISA data structures. The idea is to [...]
new b2c7942 [arm] Introduce arm_active_target.
new 8124a1b [arm] Use arm_active_target for architecture and tune
new 73cd596 [arm] Reduce usage of arm_selected_cpu.
new 5875e53 [arm] Add new isa quirk bit for Cortex-M3 ldrd issue.
new b1af325 [arm] Use arm_active_target when configuring builtins
new 8ab1fc1 [arm] Remove insn_flags.
The 8 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 | 100 +++++++++
gcc/common/config/arm/arm-common.c | 4 +-
gcc/config/arm/arm-arches.def | 89 ++++----
gcc/config/arm/arm-builtins.c | 35 ++--
gcc/config/arm/arm-cores.def | 237 +++++++++++-----------
gcc/config/arm/arm-flags.h | 24 ++-
gcc/config/arm/arm-opts.h | 2 +-
gcc/config/arm/arm-protos.h | 35 +++-
gcc/config/arm/arm-tables.opt | 29 ++-
gcc/config/arm/arm-tune.md | 8 +-
gcc/config/arm/arm.c | 406 ++++++++++++++++++++++++-------------
gcc/config/arm/arm.h | 3 +-
12 files changed, 608 insertions(+), 364 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 d6ca3f0 Extract LaneBitmask into a separate type
new 82c3914 Fix for regression after Global Load Scalarization patch
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 | 3 ++-
test/CodeGen/AMDGPU/mesa_regression.ll | 11 +++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/mesa_regression.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.