This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6bca79c Set default CPU for OpenBSD/arm to Cortex-A8
new 54a7acb [PDB] Add BinaryStreamError.
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/MSF/BinaryByteStream.h | 27 ++++-------
include/llvm/DebugInfo/MSF/BinaryItemStream.h | 10 ++--
include/llvm/DebugInfo/MSF/BinaryStream.h | 10 ++++
include/llvm/DebugInfo/MSF/BinaryStreamError.h | 47 ++++++++++++++++++
include/llvm/DebugInfo/MSF/BinaryStreamReader.h | 21 ++++----
include/llvm/DebugInfo/MSF/BinaryStreamRef.h | 30 +++++++-----
include/llvm/DebugInfo/MSF/BinaryStreamWriter.h | 6 +--
lib/DebugInfo/MSF/BinaryStreamError.cpp | 58 +++++++++++++++++++++++
lib/DebugInfo/MSF/BinaryStreamReader.cpp | 7 ++-
lib/DebugInfo/MSF/CMakeLists.txt | 1 +
lib/DebugInfo/MSF/MappedBlockStream.cpp | 26 ++++------
lib/DebugInfo/PDB/Native/PDBFile.cpp | 9 ++--
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 12 ++---
13 files changed, 184 insertions(+), 80 deletions(-)
create mode 100644 include/llvm/DebugInfo/MSF/BinaryStreamError.h
create mode 100644 lib/DebugInfo/MSF/BinaryStreamError.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 7577713 [XRay][Docs] Update the XRay documentation
new 3fa39c0 [Hexagon] Fix instruction selection for sign-extending i1 to i64
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/HexagonPatterns.td | 55 ++++++++++++++++++-----------------
test/CodeGen/Hexagon/isel-exti1.ll | 22 ++++++++++++++
2 files changed, 50 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/Hexagon/isel-exti1.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 llvm.
from 0911246 AMDGPU: Add definition for v_xad_u32
new 743da63 AMDGPU: Add definition for v_swap_b32
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/AMDGPU/VOP1Instructions.td | 35 +++++++++++++++++++++++++++----
test/MC/AMDGPU/vop1-gfx9-err.s | 25 ++++++++++++++++++++++
test/MC/AMDGPU/vop1-gfx9.s | 13 ++++++++++++
test/MC/Disassembler/AMDGPU/vop1_gfx9.txt | 4 ++++
4 files changed, 73 insertions(+), 4 deletions(-)
create mode 100644 test/MC/AMDGPU/vop1-gfx9-err.s
create mode 100644 test/MC/AMDGPU/vop1-gfx9.s
create mode 100644 test/MC/Disassembler/AMDGPU/vop1_gfx9.txt
--
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 f222673 Driver: Update devtoolset usage for RHEL
new 582508d Migrate all of aarch64-linux-gnu to \01_mcount instead of jus [...]
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/Basic/Targets.cpp | 5 +++--
test/Frontend/gnu-mcount.c | 5 +++--
2 files changed, 6 insertions(+), 4 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 07ef3c6 PR tree-optimization/79691 - -Wformat-truncation suppressed b [...]
new b864c8b * config/i386/i386.c (print_reg): Error out for values of 8 [...]
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 | 5 +++++
gcc/config/i386/i386.c | 2 ++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/invsize-1.c | 8 ++++++++
4 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/invsize-1.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 lld.
from adae1bc Minor refactoring. NFC.
new 6549637 Add comments about .hash and .gnu.hash.
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/SyntheticSections.cpp | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 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 gcc.
from 3cb8bd4 2017-02-28 Paul Thomas <pault(a)gcc.gnu.org>
new 6ac368b Add tabulars for options with enum values.
new 78adba8 Introduce =<number> for couple of options.
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 | 14 ++++++++++++++
gcc/c-family/ChangeLog | 10 ++++++++++
gcc/c-family/c.opt | 6 +++---
gcc/common.opt | 19 ++++++++++---------
gcc/config/i386/i386.opt | 2 +-
gcc/opts.c | 2 +-
6 files changed, 39 insertions(+), 14 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 lld.
from f966021 Use make<> instead of new (BAlloc). NFC.
new adae1bc Minor refactoring. NFC.
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/Writer.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 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 78adba8 Introduce =<number> for couple of options.
new b4e3d57 Do not allow to run GIMPLE or RTL test-cases w/ LTO (PR lto/79625).
new 39104a8 PR target/79749 * config/sparc/sparc.c (sparc_frame_pointer [...]
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 | 12 ++++++++++++
gcc/config/sparc/sparc.c | 5 +++--
gcc/read-rtl-function.c | 3 +++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/sparc/20170228-1.c | 20 ++++++++++++++++++++
5 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/sparc/20170228-1.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 505b770 Actually add error handling to unpacking the dyld compact bin [...]
new 7577713 [XRay][Docs] Update the XRay documentation
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/XRay.rst | 119 +++++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 93 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.