This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e2a4ff06995 gcc/testsuite/ChangeLog:
new a4721bd0e37 gcc/
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 | 6 ++++++
gcc/config/i386/driver-i386.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/builtin_target.c | 3 +++
libgcc/ChangeLog | 5 +++++
libgcc/config/i386/cpuinfo.c | 3 +++
6 files changed, 28 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 e23fe9c902c Fix build break by using llvm::make_unique instead of std:: [...]
new 6de0dc01efd [BasicAA] Add type check and Value equality check around co [...]
new e6b75a9bee0 [MC] Fix const qualifier warning
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:
lib/Analysis/BasicAliasAnalysis.cpp | 13 ++++++++-----
lib/MC/MCFragment.cpp | 4 ++--
2 files changed, 10 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 llvm.
from dba69154c2c Add IDs and clone methods to NativeRawSymbol
new e23fe9c902c Fix build break by using llvm::make_unique instead of std:: [...]
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/PDB/Native/NativeCompilandSymbol.cpp | 4 +++-
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 3 ++-
2 files changed, 5 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 binutils-gdb.
from e652757bad 2017-06-22 Eric Christopher <echristo(a)gmail.com>
new d4c6ce5b01 Update comment on gdb_environ::unset
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:
gdb/ChangeLog | 4 ++++
gdb/common/environ.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 dc0e67d2a5e [x86] add/sub (X==0) --> sbb(neg X)
new b841963b254 Make IPDBSession::getGlobalScope a non-const method
new dba69154c2c Add IDs and clone methods to NativeRawSymbol
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:
include/llvm/DebugInfo/PDB/DIA/DIASession.h | 2 +-
include/llvm/DebugInfo/PDB/IPDBSession.h | 2 +-
include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h | 6 +++++-
include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 4 +++-
include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 5 ++++-
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +-
lib/DebugInfo/PDB/DIA/DIASession.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 7 ++++++-
lib/DebugInfo/PDB/Native/NativeEnumModules.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 8 ++++++--
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 8 +++-----
lib/DebugInfo/PDB/Native/NativeSession.cpp | 7 +++----
unittests/DebugInfo/PDB/PDBApiTest.cpp | 4 +---
13 files changed, 36 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 a5daa5971c2 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range [...]
new 991449b2425 Reorder IDENTIFIER flags gcc/cp/ * cp-tree.h (enum cp_id [...]
new e2a4ff06995 gcc/testsuite/ChangeLog:
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/cp/ChangeLog | 56 ++++++++
gcc/cp/call.c | 12 +-
gcc/cp/cp-cilkplus.c | 2 +-
gcc/cp/cp-tree.h | 125 +++++++++++------
gcc/cp/cxx-pretty-print.c | 2 +-
gcc/cp/decl.c | 195 ++++++++++++--------------
gcc/cp/dump.c | 4 +-
gcc/cp/error.c | 2 +-
gcc/cp/lex.c | 86 ++++++++----
gcc/cp/mangle.c | 27 ++--
gcc/cp/name-lookup.c | 6 +-
gcc/cp/operators.def | 15 +-
gcc/cp/parser.c | 5 +-
gcc/cp/pt.c | 14 +-
gcc/cp/ptree.c | 3 +-
gcc/cp/search.c | 6 +-
gcc/cp/semantics.c | 2 +-
gcc/cp/typeck.c | 2 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/powerpc/builtins-3.c | 16 +--
20 files changed, 354 insertions(+), 232 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 glibc.
from 25d5247277 benchtests: New script to parse memcpy results
new 5dee08fda6 Add ChangeLog entries for the last 3 commits
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 | 25 +++++++++++++++++++++++++
1 file changed, 25 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 ff51fdebece MC: Fix dumping of MCFragment values
new dc0e67d2a5e [x86] add/sub (X==0) --> sbb(neg X)
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/X86ISelLowering.cpp | 22 +++++++++++++++++++---
test/CodeGen/X86/sbb.ll | 15 ++++++---------
2 files changed, 25 insertions(+), 12 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 glibc.
from 5070551cbf Describe remainder as primary and drem as alternative in the manual
new 738a9914a0 benchtests: Print string array elements, int and uint in json
new 5ee1e3cebc benchtests: Make memcpy benchmarks print results in json
new 25d5247277 benchtests: New script to parse memcpy results
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:
benchtests/bench-memcpy-large.c | 49 ++++++---
benchtests/bench-memcpy-random.c | 42 ++++++--
benchtests/bench-memcpy.c | 75 +++++++++-----
benchtests/json-lib.c | 62 ++++++++++++
benchtests/json-lib.h | 6 ++
benchtests/scripts/benchout_strings.schema.json | 44 ++++++++
benchtests/scripts/compare_strings.py | 129 ++++++++++++++++++++++++
7 files changed, 358 insertions(+), 49 deletions(-)
create mode 100644 benchtests/scripts/benchout_strings.schema.json
create mode 100755 benchtests/scripts/compare_strings.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.