This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f66c56c [AVR] Add AVRMCTargetDesc.cpp
new ed9eecc [AVR] Import the LLVM namespace inside AVRMCTargetDesc.cpp
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/MCTargetDesc/AVRMCTargetDesc.cpp | 2 ++
1 file changed, 2 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 libunwind.
from 99e90f4 Also use the proper register numbers on CloudABI.
new 4289761 libunwind: Add OpenBSD case for _Unwind_Ptr typedef
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:
src/AddressSpace.hpp | 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 478cda0 [AVR] Update the signature of createAVRAsmBackend
new f66c56c [AVR] Add AVRMCTargetDesc.cpp
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/MCTargetDesc/AVRMCTargetDesc.cpp | 96 +++++++++++++++++++++++++
lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp | 4 --
3 files changed, 97 insertions(+), 4 deletions(-)
create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.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 lld.
from 15204c4 [ELF] Ignore sections flagged with SHF_EXCLUDE
new 74c1fe6 [ELF] - Created new "Invalid" subfolder for testcases.
new fc813c9 [ELF] Support -z max-page-size option
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:
ELF/Config.h | 3 +-
ELF/Driver.cpp | 26 +++++---
ELF/LinkerScript.cpp | 2 +-
ELF/Writer.cpp | 8 +--
test/ELF/{ => Invalid}/Inputs/invalid-binding.elf | Bin
.../{ => Invalid}/Inputs/invalid-cie-version2.elf | Bin
.../{ => Invalid}/Inputs/invalid-data-encoding.a | Bin
test/ELF/{ => Invalid}/Inputs/invalid-file-class.a | Bin
.../Inputs/invalid-multiple-eh-relocs.elf | Bin
.../{ => Invalid}/Inputs/invalid-section-index.elf | Bin
.../Inputs/invalid-shentsize-zero.elf | Bin
test/ELF/{ => Invalid}/Inputs/invalid-shstrndx.so | Bin
.../Inputs/invalid-symtab-sh_info.elf | Bin
test/ELF/{ => Invalid}/eh-frame-hdr-no-out.s | 0
test/ELF/{ => Invalid}/invalid-elf.test | 0
test/ELF/{ => Invalid}/merge-invalid-size.s | 0
test/ELF/linkerscript/page-size.s | 68 +++++++++++++++++++++
17 files changed, 93 insertions(+), 14 deletions(-)
rename test/ELF/{ => Invalid}/Inputs/invalid-binding.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-cie-version2.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-data-encoding.a (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-file-class.a (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-multiple-eh-relocs.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-section-index.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-shentsize-zero.elf (100%)
rename test/ELF/{ => Invalid}/Inputs/invalid-shstrndx.so (100%)
mode change 100755 => 100644
rename test/ELF/{ => Invalid}/Inputs/invalid-symtab-sh_info.elf (100%)
rename test/ELF/{ => Invalid}/eh-frame-hdr-no-out.s (100%)
rename test/ELF/{ => Invalid}/invalid-elf.test (100%)
rename test/ELF/{ => Invalid}/merge-invalid-size.s (100%)
create mode 100644 test/ELF/linkerscript/page-size.s
--
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 435dd3c [InstSimplify] allow or-of-icmps folds with vector splat constants
new fcd2ef9 [AVR] Enable the assembly parser
new 478cda0 [AVR] Update the signature of createAVRAsmBackend
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/Target/AVR/AVR.td | 31 ++++++++++++++-------------
lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 2 ++
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 4 +++-
3 files changed, 21 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 656a511 [InstSimplify] add vector splat tests for or-of-icmps
new 435dd3c [InstSimplify] allow or-of-icmps folds with vector splat constants
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/Analysis/InstructionSimplify.cpp | 23 +++++++++----------
test/Transforms/InstSimplify/AndOrXor.ll | 38 +++++---------------------------
2 files changed, 17 insertions(+), 44 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 f21c98a [ARC] Add simple shift/rotate ops.
new f525bed [ARC] New CPU C-define handler.
new a124fe8 2016-09-28 Richard Biener <rguenther(a)suse.de>
new ecccbf0 2016-09-27 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 36 +++++++++
gcc/config.gcc | 2 +
gcc/config/arc/arc-c.c | 69 ++++++++++++++++
gcc/config/arc/arc-c.def | 68 ++++++++++++++++
gcc/config/arc/arc-protos.h | 1 +
gcc/config/arc/arc.h | 56 +------------
gcc/config/arc/{t-arc-uClibc => t-arc} | 25 ++++--
gcc/dwarf2out.c | 143 +++++++++++++++++++++++----------
8 files changed, 296 insertions(+), 104 deletions(-)
create mode 100644 gcc/config/arc/arc-c.c
create mode 100644 gcc/config/arc/arc-c.def
copy gcc/config/arc/{t-arc-uClibc => t-arc} (61%)
--
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 c17583a [InstSimplify] allow and-of-icmps folds with vector splat constants
new 656a511 [InstSimplify] add vector splat tests for or-of-icmps
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/Transforms/InstSimplify/AndOrXor.ll | 92 ++++++++++++++++++++++++++++++++
1 file changed, 92 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 504fa86 [AVR] Merge most recent changes to AVRInstrInfo.td
new c17583a [InstSimplify] allow and-of-icmps folds with vector splat constants
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/Analysis/InstructionSimplify.cpp | 19 +++++----
test/Transforms/InstSimplify/AndOrXor.ll | 66 ++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+), 10 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 5533629 [AVR] Update the data layout
new 504fa86 [AVR] Merge most recent changes to AVRInstrInfo.td
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/AVRInstrInfo.td | 106 +++++++++++++++++++++++++++++++++--------
1 file changed, 85 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.