This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eef725fc850 [x86] Lowering Mask Set1 intrinsics to LLVM IR
new be4aef480ee [Nios2] Subtarget, basic infrastructure for frame, instruct [...]
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/Nios2/CMakeLists.txt | 9 ++-
.../Nios2/MCTargetDesc/Nios2MCTargetDesc.cpp | 4 +
lib/Target/Nios2/MCTargetDesc/Nios2MCTargetDesc.h | 3 +
lib/Target/Nios2/Nios2.td | 26 +++++--
lib/Target/Nios2/Nios2FrameLowering.cpp | 31 ++++++++
lib/Target/Nios2/Nios2FrameLowering.h | 40 ++++++++++
.../Nios2MCTargetDesc.cpp => Nios2InstrInfo.cpp} | 17 +++--
lib/Target/Nios2/Nios2InstrInfo.h | 47 ++++++++++++
lib/Target/Nios2/Nios2RegisterInfo.cpp | 50 ++++++++++++
lib/Target/Nios2/Nios2RegisterInfo.h | 52 +++++++++++++
lib/Target/Nios2/Nios2Schedule.td | 39 ++++++++++
lib/Target/Nios2/Nios2Subtarget.cpp | 61 +++++++++++++++
lib/Target/Nios2/Nios2Subtarget.h | 88 ++++++++++++++++++++++
lib/Target/Nios2/Nios2TargetMachine.cpp | 73 +++++++++++++++---
lib/Target/Nios2/Nios2TargetMachine.h | 16 +++-
15 files changed, 528 insertions(+), 28 deletions(-)
create mode 100644 lib/Target/Nios2/Nios2FrameLowering.cpp
create mode 100644 lib/Target/Nios2/Nios2FrameLowering.h
copy lib/Target/Nios2/{MCTargetDesc/Nios2MCTargetDesc.cpp => Nios2InstrInfo.cpp} (50%)
create mode 100644 lib/Target/Nios2/Nios2InstrInfo.h
create mode 100644 lib/Target/Nios2/Nios2RegisterInfo.cpp
create mode 100644 lib/Target/Nios2/Nios2RegisterInfo.h
create mode 100644 lib/Target/Nios2/Nios2Schedule.td
create mode 100644 lib/Target/Nios2/Nios2Subtarget.cpp
create mode 100644 lib/Target/Nios2/Nios2Subtarget.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 llvm.
from 081fd494d08 [ARM] Use ADDCARRY / SUBCARRY
new eef725fc850 [x86] Lowering Mask Set1 intrinsics to LLVM IR
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/IR/IntrinsicsX86.td | 59 -
lib/IR/AutoUpgrade.cpp | 7 +
lib/Target/X86/X86IntrinsicsInfo.h | 24 -
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 104 ++
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 40 +
test/CodeGen/X86/avx512-intrinsics.ll | 36 -
test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 1507 ++++++++++++++++++++
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 62 +
test/CodeGen/X86/avx512bw-intrinsics.ll | 65 -
.../CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll | 189 +++
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 84 ++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 78 -
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 201 +++
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 92 +-
test/CodeGen/X86/avx512vl-intrinsics.ll | 79 -
15 files changed, 2282 insertions(+), 345 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 8b3beec439 Fix formatting of lambda introducers with initializers.
new d304062b8c Lowering Mask Set1 intrinsics to LLVM IR
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/clang/Basic/BuiltinsX86.def | 9 --
include/clang/Basic/BuiltinsX86_64.def | 3 -
lib/Headers/avx512bwintrin.h | 25 ++---
lib/Headers/avx512fintrin.h | 47 ++++----
lib/Headers/avx512vlbwintrin.h | 50 ++++-----
lib/Headers/avx512vlintrin.h | 69 +++++++-----
test/CodeGen/avx512bw-builtins.c | 198 ++++++++++++++++++++++++++++++++-
test/CodeGen/avx512f-builtins.c | 165 ++++++++++++++++++---------
test/CodeGen/avx512vl-builtins.c | 86 ++++++++++++--
test/CodeGen/avx512vlbw-builtins.c | 175 ++++++++++++++++++++++++++++-
10 files changed, 655 insertions(+), 172 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 53c2c3bb4f9 gcc/testsuite/
new 0fd6140324f lra: make reload_pseudo_compare_func a proper comparator
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 | 8 ++++++++
gcc/lra-assigns.c | 15 +++------------
2 files changed, 11 insertions(+), 12 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 b3bac44cb3 [Coverage] Remove deferred region for trailing return, fixes [...]
new 8b3beec439 Fix formatting of lambda introducers with initializers.
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/Format/UnwrappedLineParser.cpp | 68 +++++++++-----------------------------
lib/Format/UnwrappedLineParser.h | 2 +-
unittests/Format/FormatTest.cpp | 2 ++
3 files changed, 18 insertions(+), 54 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 1ed9eef8b [ELF] - Don't crash when --emit-relocs is used with --gc-sections
new c1753efdd [ELF] - Do not merge sections from SHT_GROUP when -relocatable
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/OutputSections.cpp | 14 ++++++++------
test/ELF/relocatable-comdat2.s | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/relocatable-comdat2.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 lld.
from fa6919bad Rename EhSectionPiece::ID -> EhSectionPiece::Sec.
new 27bb5677e [ELF] - Introduce std::vector<InputFile *> global arrays.
new 1ed9eef8b [ELF] - Don't crash when --emit-relocs is used with --gc-sections
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/Arch/MipsArchTree.cpp | 5 +++--
ELF/Driver.cpp | 8 ++++----
ELF/InputFiles.cpp | 9 +++++----
ELF/InputFiles.h | 16 +++++-----------
ELF/InputSection.cpp | 27 +++++++++++++++++++--------
ELF/InputSection.h | 2 +-
ELF/LinkerScript.cpp | 17 +----------------
ELF/MapFile.cpp | 2 +-
ELF/SymbolTable.cpp | 24 +++++++++++-------------
ELF/SyntheticSections.cpp | 4 +++-
ELF/Writer.cpp | 17 +++++++++--------
test/ELF/emit-relocs-gc.s | 18 ++++++++++++++++++
12 files changed, 80 insertions(+), 69 deletions(-)
create mode 100644 test/ELF/emit-relocs-gc.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 binutils-gdb.
from 25516cc573 PowerPC64 stubs don't match calculated size
new d654162044 Use DISABLE_COPY_AND_ASSIGN
new aa70c9f195 Remove one explicit rule for monitor.o
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:
gdb/ChangeLog | 28 ++++++++++++++++++++++++++++
gdb/Makefile.in | 11 -----------
gdb/annotate.h | 3 +--
gdb/common/refcounted-object.h | 4 +---
gdb/completer.h | 8 ++------
gdb/dwarf2read.c | 4 +---
gdb/filename-seen-cache.h | 4 +---
gdb/gdb_regex.h | 4 +---
gdb/gdbcore.h | 4 +---
gdb/gdbthread.h | 6 +-----
gdb/inferior.h | 6 +-----
gdb/jit.c | 3 +--
gdb/linespec.h | 3 +--
gdb/mi/mi-parse.h | 3 +--
gdb/nat/fork-inferior.c | 4 +---
gdb/progspace.h | 6 +-----
gdb/python/python-internal.h | 3 +--
gdb/regcache.h | 3 +--
gdb/target-descriptions.c | 13 ++++---------
gdb/ui-out.h | 4 +---
20 files changed, 50 insertions(+), 74 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 944ec98997d 2017-09-19 Richard Biener <rguenther(a)suse.de>
new 53c2c3bb4f9 gcc/testsuite/
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/testsuite/gnat.dg/validity_check.adb | 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 gcc-7-branch
in repository gcc.
from 4e05296a572 Revert backport.
new 12fff01b576 Ignore empty string in target attribute (PR c++/81355).
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 | 13 +++++++++++++
2 files changed, 18 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.