This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5acb1e01b1a [X86][AVX512] Tag VFIXUPIMM instructions scheduler classes
new d45b450a968 [X86][AVX512] Cleanup VPCMP scheduler classes
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/X86InstrAVX512.td | 57 +-
test/CodeGen/X86/avx512-schedule.ll | 46 +-
test/CodeGen/X86/avx512-shuffle-schedule.ll | 1376 +++++++++++++--------------
3 files changed, 741 insertions(+), 738 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 compiler-rt.
from 0234ef5fc [libFuzzer] Remove const from ignoreRemainingArgs return value.
new faed84647 [XRay][compiler-rt] Implement logging implementation registration
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/xray/xray_log_interface.h | 38 +++++++++++++++++++
lib/xray/xray_fdr_logging.cc | 29 ++++++++++-----
lib/xray/xray_flags.inc | 6 ++-
lib/xray/xray_inmemory_log.cc | 20 ++++++----
lib/xray/xray_log_interface.cc | 57 +++++++++++++++++++++++++++--
test/xray/TestCases/Linux/logging-modes.cc | 59 ++++++++++++++++++++++++++++++
6 files changed, 186 insertions(+), 23 deletions(-)
create mode 100644 test/xray/TestCases/Linux/logging-modes.cc
--
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 cfd4c24fed5 2017-12-05 Arnaud Charlet <charlet(a)adacore.com>
new 53d2041f46d 2017-12-05 Eric Botcazou <ebotcazou(a)adacore.com>
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/ada/ChangeLog | 43 ++++++++++++
gcc/ada/exp_aggr.adb | 13 +++-
gcc/ada/exp_ch5.adb | 6 +-
gcc/ada/libgnat/s-dwalin.adb | 29 ++++----
gcc/ada/libgnat/s-dwalin.ads | 6 +-
gcc/ada/libgnat/s-trasym__dwarf.adb | 18 +++--
gcc/ada/libgnat/s-tsmona__linux.adb | 13 ++--
gcc/ada/libgnat/s-tsmona__mingw.adb | 9 ++-
gcc/ada/sem_res.adb | 127 ++++++++++++++++++++----------------
9 files changed, 172 insertions(+), 92 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 6da7cb5d32a [SystemZ] set 'guessInstructionProperties = 0' and set fla [...]
new 5acb1e01b1a [X86][AVX512] Tag VFIXUPIMM instructions scheduler classes
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/X86InstrAVX512.td | 53 +++++++++++++++++++++++-----------------
1 file changed, 30 insertions(+), 23 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 3477046aa67 RTEMS/Ada: Define EH_MECHANISM
new 72514638c3c 2017-12-05 Bob Duff <duff(a)adacore.com>
new cfd4c24fed5 2017-12-05 Arnaud Charlet <charlet(a)adacore.com>
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/ada/ChangeLog | 33 ++++++++++++++++++
gcc/ada/exp_ch4.adb | 56 ++++++-------------------------
gcc/ada/exp_ch5.adb | 10 ++++--
gcc/ada/exp_ch6.adb | 18 +++++++---
gcc/ada/gnat1drv.adb | 8 +++++
gcc/ada/opt.ads | 4 +++
gcc/ada/sem_ch6.adb | 7 ++++
gcc/ada/snames.ads-tmpl | 1 +
gcc/ada/vxaddr2line.adb | 89 ++++++++++++++++++++++++++++---------------------
9 files changed, 135 insertions(+), 91 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 48d461fa384 [Regalloc] Generate and store multiple regalloc hints.
new 6da7cb5d32a [SystemZ] set 'guessInstructionProperties = 0' and set fla [...]
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/IntrinsicsSystemZ.td | 16 ++-
lib/Target/SystemZ/SystemZ.td | 2 +-
lib/Target/SystemZ/SystemZInstrFP.td | 34 +++---
lib/Target/SystemZ/SystemZInstrFormats.td | 14 ++-
lib/Target/SystemZ/SystemZInstrInfo.td | 171 ++++++++++++++----------------
lib/Target/SystemZ/SystemZInstrSystem.td | 18 ++--
lib/Target/SystemZ/SystemZInstrVector.td | 15 +--
test/CodeGen/SystemZ/backchain.ll | 4 +-
test/CodeGen/SystemZ/risbg-01.ll | 4 +-
test/CodeGen/SystemZ/twoaddr-sink.ll | 15 +++
test/CodeGen/SystemZ/vec-trunc-to-i1.ll | 25 ++---
11 files changed, 168 insertions(+), 150 deletions(-)
create mode 100644 test/CodeGen/SystemZ/twoaddr-sink.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 172dd215c [ELF] - Revert r319747 "[ELF] - Show copy relocated symbols i [...]
new 57bd46e83 [ELF] InX::BssRelRo should check section contents before mark [...]
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 | 12 +++--------
test/ELF/relro-copyrel-bss-script.s | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 9 deletions(-)
create mode 100644 test/ELF/relro-copyrel-bss-script.s
--
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 0112bbceb82 Fix build bot after r319750 "[Support/TarWriter] - Don't al [...]
new 48d461fa384 [Regalloc] Generate and store multiple regalloc hints.
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/MachineRegisterInfo.h | 59 +++++++++++++-----
include/llvm/CodeGen/TargetRegisterInfo.h | 16 +++--
lib/CodeGen/CalcSpillWeights.cpp | 97 +++++++++++++++++++++---------
lib/CodeGen/TargetRegisterInfo.cpp | 55 +++++++++--------
lib/Target/SystemZ/SystemZRegisterInfo.h | 2 +
test/CodeGen/SystemZ/call-03.ll | 5 +-
test/CodeGen/SystemZ/swift-return.ll | 3 +-
test/CodeGen/SystemZ/swifterror.ll | 23 ++++---
8 files changed, 167 insertions(+), 93 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 annotated tag users/ARM/embedded-gdb-master-2017q4
in repository binutils-gdb.
at fe6e618577 (tag)
tagging b23dc97fe237a1d9e850d7cbeee066183a00630b (commit)
replaces users/ARM/embedded-binutils-master-2016q4
tagged by Thomas Preud'homme
on Tue Dec 5 10:35:11 2017 +0000
- Log -----------------------------------------------------------------
GNU Arm Embedded Tools 7 major release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJaJnZoAAoJEAX1Gf7yNDv6ITcQAJaKwjtWDLApY51XoJXvq52U
4bxmt8+IPCwlXuUoUpub//KkUpm5ZE6Gd3jnbYy2yRnB2J2KYWuIlbaHb6wN46Y2
1fXth01URMwAqaCJq+L65XjRhIshN/j6NkfaIjb2JnMDkw2Kmjtp0ge3yKNn5g3T
As4QFuNk1X4TCkdhBY5ollBgwhjSqM7FIxky27X9FClz/iUfWsq7uTIYqwYhkVgr
XOzauWGpFrEZSicSiQuIFOk+qIdnL68eUwRtgCVr2JoGKz3Ssfwouov0G48dUYcg
GJPCchM/X8GoiOBw2+yLP8IcAqY/jtDVs4RKO937OxAODLJN3eRsVZFThv54blJC
tSRLD88H/hfG84EyH6ImurXnPt368BCoyBLB266a2cCiSvc6BsSjdE7FQF7p14up
xc025TTgAuVbq1/sD3+n9jp5LBq3XbC/4LXD1OVRdkv4U7EUdRwM9x76pS0Bc/RF
k6Jpd7wp0OBvL+if66fx/ECfFQawU2Ir/AKL+GbrasNDHVSDnlSUyp/d4aiUSDtI
MVZeXxrT6uUN6U2WU0C+cXoIHVs/HmtFcZ+Pi/LKm2GwruwtEa5ckt4EtDxUHD/F
nwsuInBkHZF2pFcmizcyVLIfqI4OuLqd4p/SNP1s91mOfQag+vUYISZqCsVWM72R
95bbW5QZ3+3WhpANMOUj
=kXY/
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.