This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 80f4987 Cygwin: Add release messages for last two checkins
new 74f7872 Rearrange RNG code slightly
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:
winsup/cygwin/fhandler_random.cc | 72 +++++++++++++++++++++++++---------------
winsup/cygwin/fhandler_socket.cc | 2 +-
winsup/cygwin/miscfuncs.cc | 6 ----
winsup/cygwin/ntdll.h | 6 ++++
4 files changed, 52 insertions(+), 34 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 gcc-6-branch
in repository gcc.
from c310574 2016-12-14 Richard Biener <rguenther(a)suse.de>
new bdf2e63 PR target/78796 * config/aarch64/aarch64.c (aarch64_classif [...]
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/aarch64/aarch64.c | 22 ++++++++++------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tls/pr78796.c | 32 ++++++++++++++++++++++++++++++++
4 files changed, 54 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tls/pr78796.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 732b1be [AVR] Add a function instrumentation pass
new f4f8560 [Assembler] Better error messages for .org directive
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/MC/MCFragment.h | 10 ++++++--
include/llvm/MC/MCObjectStreamer.h | 3 ++-
include/llvm/MC/MCStreamer.h | 3 ++-
lib/MC/MCAsmStreamer.cpp | 6 +++--
lib/MC/MCAssembler.cpp | 30 ++++++++++++++--------
lib/MC/MCObjectStreamer.cpp | 5 ++--
lib/MC/MCParser/AsmParser.cpp | 5 ++--
lib/MC/MCStreamer.cpp | 3 ++-
test/MC/AArch64/error-location-during-layout.s | 14 ++++++++++
test/MC/AArch64/error-location-post-layout.s | 14 ++++++++++
test/MC/AArch64/error-location.s | 10 --------
...ror-location.s => error-location-post-layout.s} | 29 ---------------------
test/MC/ARM/error-location.s | 10 --------
.../MC/AsmParser/dot-symbol-assignment-backwards.s | 2 +-
14 files changed, 73 insertions(+), 71 deletions(-)
create mode 100644 test/MC/AArch64/error-location-during-layout.s
create mode 100644 test/MC/AArch64/error-location-post-layout.s
copy test/MC/ARM/{error-location.s => error-location-post-layout.s} (51%)
--
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 b9b9c66 Refactor duplicated expression. NFC.
new c6fa7e5 [ELF] Accept first SHT_ARM_ATTRIBUTES section
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/InputFiles.cpp | 11 +-
ELF/SyntheticSections.h | 2 +
.../arm-attributes1.s} | 24 +--
test/ELF/arm-attributes.s | 183 +++++++++++++++++++++
4 files changed, 198 insertions(+), 22 deletions(-)
rename test/ELF/{arm-attributes-remove.s => Inputs/arm-attributes1.s} (59%)
create mode 100644 test/ELF/arm-attributes.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 gcc.
from 899669a Enhance analyze_brprob script
new c746d97 Print 2 digits after decimal delimiter for BB frequencies
new a252dfb 2016-12-14 Richard Biener <rguenther(a)suse.de>
new e1083a8 PR target/78796 * gcc.dg/tls/pr78796.c: New test.
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:
gcc/ChangeLog | 7 +++++
gcc/gimple-pretty-print.c | 33 +++++++++++++++++++-----
gcc/testsuite/ChangeLog | 15 +++++++++++
gcc/testsuite/gcc.dg/tls/pr78796.c | 32 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr78731.c | 41 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/20040703-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/dump-2.c | 2 +-
7 files changed, 124 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tls/pr78796.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78731.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 gcc-6-branch
in repository gcc.
from eee9f9a Improve comment for struct symbolic_number in bswap pass
new c310574 2016-12-14 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 | 5 +++++
gcc/testsuite/gcc.dg/torture/pr78731.c | 41 ++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78731.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 gcc.
from 177394f 2016-12-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro. [...]
new 0d76f78 MIPS: Force assembly output for msa-builtins-err.c.
new 899669a Enhance analyze_brprob script
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:
contrib/ChangeLog | 7 +++
contrib/analyze_brprob.py | 80 +++++++++++++++++++-----
contrib/analyze_brprob_spec.py | 10 ++-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/mips/msa-builtins-err.c | 4 +-
5 files changed, 85 insertions(+), 21 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 gcc-5-branch
in repository gcc.
from 7257ca3 Improve comment for struct symbolic_number in bswap pass
new 048ba88 2016-12-14 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/ChangeLog | 9 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr78731.c | 41 ++++++++++++++++++++++++++++++++++
gcc/tree-ssa-threadedge.c | 15 ++++++++-----
4 files changed, 64 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78731.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.