This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e22c45b2e6c Simplify comparison of attrs in IPA ICF.
new f226847ebbd Iterate -std=c++-* in i386.exp.
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 | 5 +++++
gcc/testsuite/g++.target/i386/i386.exp | 4 ++--
2 files changed, 7 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 879e2ef2a67 [llvm-dwarfdump] - Add the support of parsing .debug_loclists.
new ce9fb23fb1f [llvm-dwarfdump] - Fix win10 build bot failture.
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/DebugInfo/DWARF/DWARFDebugLoc.cpp | 9 ++++++---
test/DebugInfo/X86/dwarfdump-debug-loclists.test | 12 ++++++------
2 files changed, 12 insertions(+), 9 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 release/2.26/master
in repository glibc.
from 202d08db40 Fix misreported errno on preadv2/pwritev2 (BZ#23579)
new 48bef587bf signal: Use correct type for si_band in siginfo_t [BZ #23562]
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 | 6 ++++++
NEWS | 1 +
sysdeps/unix/sysv/linux/bits/types/siginfo_t.h | 2 +-
3 files changed, 8 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 990c8353a38 2018-10-22 Richard Biener <rguenther(a)suse.de>
new e22c45b2e6c Simplify comparison of attrs in IPA ICF.
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 | 8 ++++++++
gcc/ipa-icf.c | 59 ++++-------------------------------------------------------
gcc/ipa-icf.h | 3 ---
3 files changed, 12 insertions(+), 58 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 38cf168be5 PR23040, .uleb128 directive doesn't accept some valid expressions
new e1748c54a2 Apply alpha BFD_RELOC_8 fixups
new 1f38083f42 gas simple-forward test
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:
gas/ChangeLog | 14 ++++++++++++++
gas/config/tc-alpha.c | 6 ++++++
gas/testsuite/gas/all/eqv-dot.d | 4 ++--
gas/testsuite/gas/all/forward.d | 2 ++
gas/testsuite/gas/all/gas.exp | 6 ++----
gas/testsuite/gas/all/simple-forward.d | 14 ++++++++++++++
gas/testsuite/gas/all/simple-forward.s | 11 +++++++++++
7 files changed, 51 insertions(+), 6 deletions(-)
create mode 100644 gas/testsuite/gas/all/simple-forward.d
create mode 100644 gas/testsuite/gas/all/simple-forward.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 release/2.27/master
in repository glibc.
from 5bdb6897fc Fix race in pthread_mutex_lock while promoting to PTHREAD_MU [...]
new 77b4b8231e signal: Use correct type for si_band in siginfo_t [BZ #23562]
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 | 6 ++++++
NEWS | 1 +
sysdeps/unix/sysv/linux/bits/types/siginfo_t.h | 2 +-
3 files changed, 8 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 2ea8389242c * gcc-interface/utils.c (unchecked_convert): Use local var [...]
new 990c8353a38 2018-10-22 Richard Biener <rguenther(a)suse.de>
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 | 4 ++++
gcc/testsuite/gcc.dg/graphite/scop-4.c | 2 +-
2 files changed, 5 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 llvm.
from 872c921c7d4 [PowerPC][NFC] Fix bugs in r+r to r+i conversion
new 879e2ef2a67 [llvm-dwarfdump] - Add the support of parsing .debug_loclists.
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/BinaryFormat/Dwarf.def | 1 +
include/llvm/DebugInfo/DWARF/DWARFContext.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 14 +-
include/llvm/DebugInfo/DWARF/DWARFObject.h | 1 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 36 ++++-
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 78 ++++++++---
lib/DebugInfo/DWARF/DWARFDie.cpp | 22 ++-
test/DebugInfo/X86/dwarfdump-debug-loclists.test | 168 +++++++++++++++++++++++
8 files changed, 288 insertions(+), 36 deletions(-)
create mode 100644 test/DebugInfo/X86/dwarfdump-debug-loclists.test
--
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 084d5e1748d [CGProfile] Turn constant-size SmallVector into array
new 872c921c7d4 [PowerPC][NFC] Fix bugs in r+r to r+i conversion
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/PowerPC/PPCInstrInfo.cpp | 68 +++++++++++++++++++-----
lib/Target/PowerPC/PPCInstrInfo.h | 3 +-
test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir | 24 ++++-----
3 files changed, 70 insertions(+), 25 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 release/2.28/master
in repository glibc.
from 314e181dc9 Fix race in pthread_mutex_lock while promoting to PTHREAD_MU [...]
new 69d1e73d99 signal: Use correct type for si_band in siginfo_t [BZ #23562]
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 | 6 ++++++
NEWS | 1 +
sysdeps/unix/sysv/linux/bits/types/siginfo_t.h | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.