This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 839a896 compiler: fix spurious redefinition error for anon struct
new 530443a * es.po: Update.
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/po/ChangeLog | 4 ++
gcc/po/es.po | 114 +++----------------------------------------------------
2 files changed, 10 insertions(+), 108 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 clang.
from 7488de2 Testbed and skeleton of a new expression parser
new 9a9d7c9 Fix example: byref struct's init was incorrect, and the block [...]
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:
docs/Block-ABI-Apple.rst | 4 ++--
1 file changed, 2 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 34c41c6 New syntax for mt print symbols,msymbols,psymbols.
new ce0db13 infrun.c (set_step_over_info): Add comment.
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/infrun.c | 4 +++-
2 files changed, 7 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 binutils-gdb.
from 112e870 Class-ify ui_out
new 34c41c6 New syntax for mt print symbols,msymbols,psymbols.
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 | 18 ++++
gdb/NEWS | 7 ++
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 41 +++++---
gdb/psymtab.c | 186 +++++++++++++++++++++++++--------
gdb/symmisc.c | 219 ++++++++++++++++++++++++++-------------
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.base/maint.exp | 136 ++++++++++++------------
8 files changed, 422 insertions(+), 195 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 27d5c20 2016-12-22 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 839a896 compiler: fix spurious redefinition error for anon struct
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.h | 21 +++++++++++++++++++++
gcc/go/gofrontend/types.cc | 31 ++++++-------------------------
3 files changed, 28 insertions(+), 26 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 7d46645 [ObjectYAML] Support for DWARF debug_info section
new 1a4f1d7 [GlobalISel] More fix for the size vs. type typo. NFC.
new 2feb23f [ObjectYAML] Fixing a compiler 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/CodeGen/MIRParser/MIParser.cpp | 6 +++---
lib/CodeGen/MachineVerifier.cpp | 2 +-
test/CodeGen/MIR/AArch64/generic-virtual-registers-error.mir | 2 +-
.../MIR/AArch64/generic-virtual-registers-with-regbank-error.mir | 2 +-
tools/yaml2obj/yaml2dwarf.cpp | 2 +-
5 files changed, 7 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 869904b [AArch64] Simplify indexed-memory testcase. NFC.
new 7d46645 [ObjectYAML] Support for DWARF debug_info 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:
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 2 +
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 8 +
include/llvm/ObjectYAML/DWARFYAML.h | 38 ++++
include/llvm/ObjectYAML/MachOYAML.h | 1 -
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 12 ++
lib/ObjectYAML/DWARFYAML.cpp | 33 ++-
...ARF-debug_abbrev.yaml => DWARF-debug_info.yaml} | 236 ++++++++++++++-------
tools/obj2yaml/dwarf2yaml.cpp | 117 +++++++++-
tools/yaml2obj/yaml2dwarf.cpp | 130 +++++++++++-
tools/yaml2obj/yaml2macho.cpp | 2 +
tools/yaml2obj/yaml2obj.h | 1 +
11 files changed, 499 insertions(+), 81 deletions(-)
copy test/ObjectYAML/MachO/{DWARF-debug_abbrev.yaml => DWARF-debug_info.yaml} (64%)
--
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 29c2881 [ObjectYAML] Fixing big endian bots from r290381
new 9ee744a [cfi] Emit jump tables as a function-level inline asm.
new 869904b [AArch64] Simplify indexed-memory testcase. NFC.
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/Transforms/IPO/LowerTypeTests.cpp | 222 +++++------
test/CodeGen/AArch64/arm64-indexed-memory.ll | 409 +++++++++------------
.../Transforms/LowerTypeTests/function-disjoint.ll | 32 +-
test/Transforms/LowerTypeTests/function-ext.ll | 10 +-
test/Transforms/LowerTypeTests/function-weak.ll | 29 +-
test/Transforms/LowerTypeTests/function.ll | 97 ++---
test/Transforms/LowerTypeTests/section.ll | 7 +-
7 files changed, 330 insertions(+), 476 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 5e76a3f [ObjectYAML] MachO support for endianness
new 29c2881 [ObjectYAML] Fixing big endian bots from r290381
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:
test/ObjectYAML/MachO/BigEndian.yaml | 1 -
tools/yaml2obj/yaml2macho.cpp | 2 +-
2 files changed, 1 insertion(+), 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 compiler-rt.
from 3298bae Expose thread local quarantine size as ASAN option.
new a0f301f Replace WRAP in interceptors with memset, memmove and memcpy [...]
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/asan/asan_interceptors.cc | 150 ++++++++++-----------
lib/msan/msan_interceptors.cc | 34 ++---
.../sanitizer_common_interceptors.inc | 144 +++++++++++++-------
3 files changed, 186 insertions(+), 142 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.