This is an automated email from the git hooks/post-receive script.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 80bc2ce Toolchain sources: Update release notes for gcc-5-2016.05 snapshot.
new 2b3162a Toolchain sources: Update release notes for gcc-6-2016.05 snapshot.
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:
components/toolchain/gcc-linaro/{5 => 6}/README.textile | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
copy components/toolchain/gcc-linaro/{5 => 6}/README.textile (56%)
--
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 891a32c [yaml2macho] Use memset instead of bzero
new d6f6aaf [yaml2macho] Handle mach_header_64 reserved field
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/ObjectYAML/MachOYAML.h | 2 +-
lib/ObjectYAML/MachOYAML.cpp | 2 ++
test/ObjectYAML/MachO/mach_header_64.yaml | 2 ++
tools/yaml2obj/yaml2macho.cpp | 8 +++++++-
4 files changed, 12 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 8413a15 [ObjectYAML] filetype is a required field in MachO headers
new 891a32c [yaml2macho] Use memset instead of bzero
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:
tools/yaml2obj/yaml2macho.cpp | 3 ++-
1 file changed, 2 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 zorg.
from 788bcb9 Enable tests on the LLDB buildbot
new ec652d0 Fix build directory for LLDB Builder with tests.
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:
zorg/buildbot/builders/LLDBBuilder.py | 2 +-
1 file changed, 1 insertion(+), 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 9c350c8 [Hexagon] Properly handle instruction selection of vsplat intrinsics
new dfa9a6b [obj2yaml] Include all mach_header fields in yaml
new ed0b171 [yaml2obj] Support for dumping mach_header from yaml
new 4f4637e Make CodeView record serialization more generic.
new c86d47d Get rid of CVLeafTypes.def and combine with TypeRecords.def
new 8413a15 [ObjectYAML] filetype is a required field in MachO headers
The 5 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/CodeView/CVLeafTypes.def | 217 --------------
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 29 +-
include/llvm/DebugInfo/CodeView/CodeView.h | 4 +-
.../llvm/DebugInfo/CodeView/RecordSerialization.h | 205 +++++++++++++
include/llvm/DebugInfo/CodeView/TypeRecord.h | 317 +++++----------------
include/llvm/DebugInfo/CodeView/TypeRecords.def | 241 +++++++++++++---
include/llvm/ObjectYAML/MachOYAML.h | 3 +
lib/DebugInfo/CodeView/CMakeLists.txt | 2 +-
lib/DebugInfo/CodeView/RecordSerialization.cpp | 157 ++++++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 43 ++-
lib/DebugInfo/CodeView/TypeStream.cpp | 97 -------
lib/ObjectYAML/MachOYAML.cpp | 6 +-
test/ObjectYAML/MachO/mach_header.yaml | 23 ++
test/ObjectYAML/MachO/mach_header_64.yaml | 23 ++
test/ObjectYAML/lit.local.cfg | 1 +
tools/llvm-readobj/COFFDumper.cpp | 25 +-
tools/obj2yaml/macho2yaml.cpp | 2 +
tools/yaml2obj/yaml2macho.cpp | 70 ++++-
18 files changed, 809 insertions(+), 656 deletions(-)
delete mode 100644 include/llvm/DebugInfo/CodeView/CVLeafTypes.def
create mode 100644 include/llvm/DebugInfo/CodeView/RecordSerialization.h
create mode 100644 lib/DebugInfo/CodeView/RecordSerialization.cpp
delete mode 100644 lib/DebugInfo/CodeView/TypeStream.cpp
create mode 100644 test/ObjectYAML/MachO/mach_header.yaml
create mode 100644 test/ObjectYAML/MachO/mach_header_64.yaml
create mode 100644 test/ObjectYAML/lit.local.cfg
--
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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from ed379b2 Toolchain sources: Update release notes for gcc-5-2016.04 snapshot.
new 80bc2ce Toolchain sources: Update release notes for gcc-5-2016.05 snapshot.
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:
components/toolchain/gcc-linaro/5/README.textile | 43 ++++++------------------
1 file changed, 11 insertions(+), 32 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 c8239a0 minor test clean up /NFC
new 9c350c8 [Hexagon] Properly handle instruction selection of vsplat intrinsics
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/Hexagon/HexagonISelDAGToDAG.cpp | 5 +++--
test/CodeGen/Hexagon/vsplat-isel.ll | 10 ++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/vsplat-isel.ll
--
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 29658e5 More fixup for r269288 and r269296. Adding the missing 'return'.
new 85e51b8 Update test expectations after r269291 (Fix a crash when dema [...]
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/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc | 2 +-
test/asan/TestCases/Darwin/atos-symbolizer.cc | 2 +-
test/asan/TestCases/Darwin/dladdr-demangling.cc | 2 +-
3 files changed, 3 insertions(+), 3 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 22a3f7b PR c/70756 * c-common.c (pointer_int_sum): Call size_in_byt [...]
new 4fe01ba [LRA] PR70904, relax the restriction on subreg reload for wide mode
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/lra-constraints.c | 16 +++++++++++++++-
2 files changed, 21 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 compiler-rt.
from 8d59f29 [sanitizer] Allow nullptr in Swift demangler
new 29658e5 More fixup for r269288 and r269296. Adding the missing 'return'.
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/sanitizer_common/sanitizer_mac.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.