This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8471984de10 2007-05-03 Jeff Law <law(a)redhat.com>
new f0c8f98613a PR bootstrap/80609 * ipa-inline.h (inline_summary): Add c [...]
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/ipa-inline.h | 14 +++++++++++++-
2 files changed, 19 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 llvm.
from 52bc9d91024 [APInt] Give the value union a name so we can remove assump [...]
new 9226f723649 [X86][LWP] Add llvm support for LWP instructions (reapplied).
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 | 23 ++++++
lib/Support/Host.cpp | 1 +
lib/Target/X86/X86.td | 6 ++
lib/Target/X86/X86ISelLowering.cpp | 14 ++++
lib/Target/X86/X86ISelLowering.h | 3 +
lib/Target/X86/X86InstrInfo.td | 59 +++++++++++++++
lib/Target/X86/X86Schedule.td | 1 +
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/lwp-intrinsics-x86_64.ll | 49 ++++++++++++
test/CodeGen/X86/lwp-intrinsics.ll | 121 ++++++++++++++++++++++++++++++
test/MC/Disassembler/X86/x86-32.txt | 18 +++++
test/MC/Disassembler/X86/x86-64.txt | 24 ++++++
test/MC/X86/lwp-x86_64.s | 25 ++++++
test/MC/X86/lwp.s | 32 ++++++++
15 files changed, 381 insertions(+)
create mode 100644 test/CodeGen/X86/lwp-intrinsics-x86_64.ll
create mode 100644 test/CodeGen/X86/lwp-intrinsics.ll
create mode 100644 test/MC/X86/lwp-x86_64.s
create mode 100644 test/MC/X86/lwp.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 glibc.
from 14ea415d04 Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.
new b5eede9730 Consolidate Linux poll implementation
new 26f28fd73d Consolidate Linux select implementation
new b62c381591 Consolidate Linux epoll_wait syscall
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:
ChangeLog | 26 +++++++++++
sysdeps/unix/sysv/linux/Makefile | 2 +-
sysdeps/unix/sysv/linux/alpha/Makefile | 2 +-
sysdeps/unix/sysv/linux/alpha/select.c | 53 ++++++++++++++++++++++
sysdeps/unix/sysv/linux/alpha/syscalls.list | 2 -
sysdeps/unix/sysv/linux/{generic => }/epoll_wait.c | 8 +++-
sysdeps/unix/sysv/linux/generic/Makefile | 2 +-
sysdeps/unix/sysv/linux/{generic => }/poll.c | 8 +++-
sysdeps/unix/sysv/linux/{generic => }/select.c | 19 ++++++--
.../unix/sysv/linux/sparc/sparc64/syscalls.list | 2 -
sysdeps/unix/sysv/linux/syscalls.list | 3 --
11 files changed, 108 insertions(+), 19 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/alpha/select.c
rename sysdeps/unix/sysv/linux/{generic => }/epoll_wait.c (82%)
rename sysdeps/unix/sysv/linux/{generic => }/poll.c (88%)
rename sysdeps/unix/sysv/linux/{generic => }/select.c (82%)
--
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 30c3f700689 [Hexagon] Handle S2_storerf_io in HexagonInstrInfo
new dad8f545ae9 Revert rL302028 due to accidental line ending changes.
new 8364badbd91 Verify that no compile units share the same line table in " [...]
new 52bc9d91024 [APInt] Give the value union a name so we can remove assump [...]
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:
include/llvm/ADT/APInt.h | 135 +-
include/llvm/IR/IntrinsicsX86.td | 23 -
lib/DebugInfo/DWARF/DWARFContext.cpp | 21 +-
lib/IR/LLVMContextImpl.h | 4 +-
lib/Support/APInt.cpp | 289 ++-
lib/Support/Host.cpp | 2991 +++++++++++-----------
lib/Target/X86/X86.td | 6 -
lib/Target/X86/X86ISelLowering.cpp | 14 -
lib/Target/X86/X86ISelLowering.h | 3 -
lib/Target/X86/X86InstrInfo.td | 59 -
lib/Target/X86/X86Schedule.td | 1325 +++++-----
lib/Target/X86/X86Subtarget.cpp | 1 -
lib/Target/X86/X86Subtarget.h | 4 -
test/CodeGen/X86/lwp-intrinsics-x86_64.ll | 49 -
test/CodeGen/X86/lwp-intrinsics.ll | 121 -
test/MC/Disassembler/X86/x86-32.txt | 18 -
test/MC/Disassembler/X86/x86-64.txt | 24 -
test/MC/X86/lwp-x86_64.s | 25 -
test/MC/X86/lwp.s | 32 -
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 81 +
20 files changed, 2472 insertions(+), 2753 deletions(-)
delete mode 100644 test/CodeGen/X86/lwp-intrinsics-x86_64.ll
delete mode 100644 test/CodeGen/X86/lwp-intrinsics.ll
delete mode 100644 test/MC/X86/lwp-x86_64.s
delete mode 100644 test/MC/X86/lwp.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 clang.
from 1a4fbda71e [OpenMP] Extended parse for 'always' map modifier
new 7d6e944fab DiagnosticsEngine should clear DelayedDiagID before reportin [...]
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/Diagnostic.cpp | 3 ++-
test/Index/KeepGoingWithLotsOfErrors.mm | 29 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 test/Index/KeepGoingWithLotsOfErrors.mm
--
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 2f1d0158240 [Hexagon] Add memory operands to a rewritten load
new 7cff8063d13 [Hexagon] Implement undoing .cur instructions in packetizer
new b866debf209 [Hexagon] Handle J2_jumptpt and J2_jumpfpt in HexagonInstrInfo
new 6da858a2913 [Hexagon] Adjust latency between allocframe and the first s [...]
new 0685f416f97 [Hexagon] Misc fixes in HexagonInstrInfo, NFC
new 30c3f700689 [Hexagon] Handle S2_storerf_io in HexagonInstrInfo
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:
lib/Target/Hexagon/HexagonInstrInfo.cpp | 76 +++++++++++++++++-------
lib/Target/Hexagon/HexagonInstrInfo.h | 1 +
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 4 +-
test/CodeGen/Hexagon/adjust-latency-stackST.ll | 81 ++++++++++++++++++++++++++
4 files changed, 138 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/Hexagon/adjust-latency-stackST.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 clang.
from 02f9ac3c5f Reusing an existing attribute diagnostic
new 1a4fbda71e [OpenMP] Extended parse for 'always' map modifier
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/Parse/ParseOpenMP.cpp | 24 ++++++++++++++
test/OpenMP/target_ast_print.cpp | 63 +++++++++++++++++++++++++++++++++++--
test/OpenMP/target_map_messages.cpp | 2 ++
3 files changed, 87 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 gcc-7-branch
in repository gcc.
from 035e06b2ebb 2017-05-03 Richard Biener <rguenther(a)suse.de>
new a25c3f8354a x86: vpermil2p{s,d} have no commutative operands
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/config/i386/sse.md | 10 +++++-----
2 files changed, 13 insertions(+), 5 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 26efd16b306 CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING option
new 0766da9258b [X86][LWP] Add llvm support for LWP instructions.
new 7812bede765 [Hexagon] Reset spill alignment when variable-sized objects [...]
new 2f1d0158240 [Hexagon] Add memory operands to a rewritten load
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:
include/llvm/IR/IntrinsicsX86.td | 23 +
lib/Support/Host.cpp | 2991 +++++++++++++++--------------
lib/Target/Hexagon/HexagonInstrInfo.cpp | 35 +-
lib/Target/X86/X86.td | 6 +
lib/Target/X86/X86ISelLowering.cpp | 14 +
lib/Target/X86/X86ISelLowering.h | 3 +
lib/Target/X86/X86InstrInfo.td | 59 +
lib/Target/X86/X86Schedule.td | 1325 ++++++-------
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/lwp-intrinsics-x86_64.ll | 49 +
test/CodeGen/X86/lwp-intrinsics.ll | 121 ++
test/MC/Disassembler/X86/x86-32.txt | 18 +
test/MC/Disassembler/X86/x86-64.txt | 24 +
test/MC/X86/lwp-x86_64.s | 25 +
test/MC/X86/lwp.s | 32 +
16 files changed, 2571 insertions(+), 2159 deletions(-)
create mode 100644 test/CodeGen/X86/lwp-intrinsics-x86_64.ll
create mode 100644 test/CodeGen/X86/lwp-intrinsics.ll
create mode 100644 test/MC/X86/lwp-x86_64.s
create mode 100644 test/MC/X86/lwp.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 gcc.
from 31e61fe17d4 * g++.dg/lto/pr79671_0.C (foo): Fix asm constraints.
new 5639fdcc671 Support escaping special characters in specs
new 8471984de10 2007-05-03 Jeff Law <law(a)redhat.com>
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:
contrib/ChangeLog | 5 +++++
contrib/config-list.mk | 2 +-
gcc/ChangeLog | 8 ++++++++
gcc/doc/invoke.texi | 35 +++++++++++++++++++--------------
gcc/gcc.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++---
5 files changed, 84 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.