This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from f46f501 Remove extraneous float casts in wcstod.c.
new 4e75d7f Export getentropy and getrandom calls
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/common.din | 2 ++
winsup/cygwin/include/cygwin/version.h | 7 +++--
winsup/cygwin/include/sys/random.h | 29 ++++++++++++++++++++
winsup/cygwin/miscfuncs.cc | 50 ++++++++++++++++++++++++++++++++--
winsup/cygwin/release/2.7.0 | 14 ++++++++++
5 files changed, 96 insertions(+), 6 deletions(-)
create mode 100644 winsup/cygwin/include/sys/random.h
create mode 100644 winsup/cygwin/release/2.7.0
--
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 9cd6287 gcc/testsuite/ChangeLog:
new 672c8f7 * config/i386/i386.md (*tzcnt<mode>_1): Merge *tzcnt<mode>_1 [...]
new 887c587 2016-12-17 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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 | 32 +++-
gcc/config/i386/i386.md | 253 +++++++++++--------------
gcc/fortran/ChangeLog | 6 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gfortran.dg/fimplicit_none_1.f90 | 6 +
gcc/testsuite/gfortran.dg/fimplicit_none_2.f90 | 6 +
6 files changed, 158 insertions(+), 151 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/fimplicit_none_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/fimplicit_none_2.f90
--
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 4a6e931 [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* [...]
new ffeebac [DWARF] - Make PubIndexEntryDescriptor::toBits() to be const.
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/Support/Dwarf.h | 4 +++-
1 file changed, 3 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 lld.
from 5d0e8d4 Fix compiler warning.
new 9cacb92 [ELF] - Use DWARFDebugPubTable parser class intead of hand-wr [...]
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/GdbIndex.cpp | 21 +++++----------------
1 file changed, 5 insertions(+), 16 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 cc82ac2 [libFuzzer] use less memory for merge
new 4a6e931 [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* [...]
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/DebugInfo/DWARF/DWARFDebugPubTable.h | 77 +++++++++++++++++++++++
lib/DebugInfo/DWARF/CMakeLists.txt | 1 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 52 ++++-----------
lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp | 65 +++++++++++++++++++
4 files changed, 154 insertions(+), 41 deletions(-)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
create mode 100644 lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
--
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 be186ac Add custom type for PseudoSourceValue
new cc82ac2 [libFuzzer] use less memory for merge
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/FuzzerMerge.cpp | 13 +++++++------
lib/Fuzzer/FuzzerMerge.h | 2 +-
lib/Fuzzer/test/FuzzerUnittest.cpp | 7 +++++--
3 files changed, 13 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 master
in repository llvm.
from 67cf225 ADT: Add a getArrayRef() accessor to MapVector.
new be186ac Add custom type for PseudoSourceValue
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/PseudoSourceValue.h | 6 +++++-
lib/CodeGen/MIRPrinter.cpp | 3 +++
2 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 llvm.
from dbf2883 [libFuzzer] speed up __sanitizer_cov_trace_switch a bit more [...]
new 67cf225 ADT: Add a getArrayRef() accessor to MapVector.
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/ADT/MapVector.h | 3 +++
1 file changed, 3 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 99cbf23 [libFuzzer] remove stale test
new dbf2883 [libFuzzer] speed up __sanitizer_cov_trace_switch a bit more [...]
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/FuzzerTracePC.cpp | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.