This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ffe6f6b Fix whitespace and line wrapping. NFC.
new f117ec1 [TableGen] AsmMatcher: support for default values for optiona [...]
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/Target/Target.td | 7 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 211 +++++++++++++-----------
lib/Target/AMDGPU/SIInstrFormats.td | 6 +-
lib/Target/AMDGPU/SIInstrInfo.td | 5 +-
lib/Target/AMDGPU/VIInstrFormats.td | 2 +-
utils/TableGen/AsmMatcherEmitter.cpp | 148 +++++++++++++----
6 files changed, 242 insertions(+), 137 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 7cf5d68 [asan] add option to set shadow mapping offset
new ffe6f6b Fix whitespace and line wrapping. 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:
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 7 ++++---
1 file changed, 4 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 ae0dce2 gcc/ * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
new 190b26b gcc/ * config/sh/sh.opt (madjust-unroll, minvalid-symbols, m [...]
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/sh/sh.opt | 16 ----------------
gcc/doc/invoke.texi | 2 +-
3 files changed, 7 insertions(+), 17 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 gcc-6-branch
in repository gcc.
from 35ae8f3 PR ada/70969 * system-darwin-ppc64.ads: Add pragma No_Elabo [...]
new a68f5ea PR sanitizer/70342 * fold-const.c (tree_single_nonzero_warn [...]
new 2d489e9 PR sanitizer/70875 * ubsan.c (get_ubsan_type_info_for_type) [...]
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 | 18 ++++++++++++++++++
gcc/fold-const.c | 3 +++
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/g++.dg/ubsan/null-7.C | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/ubsan/bounds-3.c | 22 ++++++++++++++++++++++
gcc/ubsan.c | 1 -
6 files changed, 83 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/null-7.C
create mode 100644 gcc/testsuite/gcc.dg/ubsan/bounds-3.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 gcc.
from ebae80b gcc/ * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pat [...]
new ae0dce2 gcc/ * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
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 | 4 ++++
gcc/config/sh/sh.md | 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 gcc.
from e5d9f15 gcc/ PR target/52933 * config/sh/sh.md (*cmp_div0s_7, *cmp_ [...]
new 96d94be 2016-05-06 Richard Biener <rguenther(a)suse.de>
new 13ede1b gcc/ PR target/58219 * config/sh/predicates.md (long_displa [...]
new 7fc878c Fix ChangeLog formatting.
new ebae80b gcc/ * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pat [...]
The 4 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 | 25 ++
gcc/config/sh/predicates.md | 6 +
gcc/config/sh/sh.md | 272 ++++++++++++---------
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.target/sh/pr58219.c | 60 +++++
.../gfortran.fortran-torture/compile/pr70960.f90 | 10 +
gcc/tree-if-conv.c | 3 +
7 files changed, 267 insertions(+), 119 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/sh/pr58219.c
create mode 100644 gcc/testsuite/gfortran.fortran-torture/compile/pr70960.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 31372e2 [AVR] Add a majority of the backend code
new 7cf5d68 [asan] add option to set shadow mapping offset
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:
.../Instrumentation/AddressSanitizer.cpp | 11 ++++--
.../AddressSanitizer/scale-offset.ll | 39 ++++++++++++++++++++++
2 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/scale-offset.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 ef6211f [sanitizer] Fix a crash when demangling Swift symbols
new 451f260 Revert r268716. This has caused test failures in MSan on Linux.
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:
.../sanitizer_symbolizer_posix_libcdep.cc | 26 +++++++++-------------
1 file changed, 10 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 9e11240 Attempt to fix the modules builder by declaring SCEV in LoopUtils.h
new 31372e2 [AVR] Add a majority of the backend code
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/AVR/AVRFrameLowering.h | 48 +++
lib/Target/AVR/AVRISelLowering.h | 154 +++++++++
lib/Target/AVR/AVRInstrInfo.cpp | 467 ++++++++++++++++++++++++++
lib/Target/AVR/AVRInstrInfo.h | 112 ++++++
lib/Target/AVR/AVRInstrInfo.td | 2 +-
lib/Target/AVR/AVRRegisterInfo.cpp | 256 ++++++++++++++
lib/Target/AVR/AVRRegisterInfo.h | 56 +++
lib/Target/AVR/AVRSubtarget.cpp | 47 +++
lib/Target/AVR/AVRSubtarget.h | 121 +++++++
lib/Target/AVR/AVRTargetMachine.cpp | 96 ++++++
lib/Target/AVR/AVRTargetMachine.h | 56 +++
lib/Target/AVR/CMakeLists.txt | 4 +
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 65 ++++
13 files changed, 1483 insertions(+), 1 deletion(-)
create mode 100644 lib/Target/AVR/AVRFrameLowering.h
create mode 100644 lib/Target/AVR/AVRISelLowering.h
create mode 100644 lib/Target/AVR/AVRInstrInfo.cpp
create mode 100644 lib/Target/AVR/AVRInstrInfo.h
create mode 100644 lib/Target/AVR/AVRRegisterInfo.cpp
create mode 100644 lib/Target/AVR/AVRRegisterInfo.h
create mode 100644 lib/Target/AVR/AVRSubtarget.cpp
create mode 100644 lib/Target/AVR/AVRSubtarget.h
create mode 100644 lib/Target/AVR/AVRTargetMachine.h
create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h
--
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 2dd7705 PR sanitizer/70875 * ubsan.c (get_ubsan_type_info_for_type) [...]
new e5d9f15 gcc/ PR target/52933 * config/sh/sh.md (*cmp_div0s_7, *cmp_ [...]
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/sh/sh.c | 9 ++++
gcc/config/sh/sh.md | 91 +++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.target/sh/pr52933-1.c | 78 ++++++++++++++++++++++++++--
gcc/testsuite/gcc.target/sh/pr52933-2.c | 6 +--
6 files changed, 192 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.