This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3847aa02de2 [bindings/go] Add Go bindings for volatile loads/stores
new 43fbec5ac72 [X86] Cleanup SchedWriteFMA classes and use X86SchedWriteWi [...]
new 60248da1b67 [llvm-exegesis] Fix pfm counter names for BDW.
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/X86/X86InstrAVX512.td | 10 +--
lib/Target/X86/X86InstrFMA.td | 122 ++++++++++++++++----------------
lib/Target/X86/X86PfmCounters.td | 16 ++---
lib/Target/X86/X86SchedBroadwell.td | 2 +-
lib/Target/X86/X86SchedHaswell.td | 4 +-
lib/Target/X86/X86SchedSandyBridge.td | 4 +-
lib/Target/X86/X86SchedSkylakeClient.td | 4 +-
lib/Target/X86/X86SchedSkylakeServer.td | 4 +-
lib/Target/X86/X86Schedule.td | 4 +-
lib/Target/X86/X86ScheduleAtom.td | 2 +-
lib/Target/X86/X86ScheduleBtVer2.td | 2 +-
lib/Target/X86/X86ScheduleSLM.td | 2 +-
lib/Target/X86/X86ScheduleZnver1.td | 2 +-
13 files changed, 88 insertions(+), 90 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 66648415b9e [Hexagon] Handle non-immediate constants in HexagonSplitDouble
new adb4ffc3118 [Hexagon] Remove leftover debugging code after r331527
new 3847aa02de2 [bindings/go] Add Go bindings for volatile loads/stores
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:
bindings/go/llvm/ir.go | 2 ++
lib/Target/Hexagon/HexagonSplitDouble.cpp | 1 -
2 files changed, 2 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 binutils-gdb.
from 11859c310c gdb/testsuite: Handle targets with lots of registers
new 69b6ecb049 Remove a cleanup from remote.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:
gdb/ChangeLog | 5 +++++
gdb/remote.c | 42 +++++++++++++++++++-----------------------
2 files changed, 24 insertions(+), 23 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 3ca5f74c79b [X86] Add WriteVecMOVMSKY scheduler class
new aff0c11ab4f [mips] Correct the predicates of sign extension instructions
new 66648415b9e [Hexagon] Handle non-immediate constants in HexagonSplitDouble
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/Hexagon/HexagonSplitDouble.cpp | 50 +++++++++++++++-------------
lib/Target/Hexagon/HexagonTargetMachine.cpp | 2 ++
lib/Target/Mips/MicroMips32r6InstrFormats.td | 14 --------
lib/Target/Mips/MicroMips32r6InstrInfo.td | 10 ------
lib/Target/Mips/MicroMipsInstrInfo.td | 8 ++---
lib/Target/Mips/MipsInstrInfo.td | 2 +-
test/CodeGen/Hexagon/sdr-global.mir | 24 +++++++++++++
test/MC/Mips/micromips/valid.s | 4 +++
test/MC/Mips/mips32r2/valid.s | 4 +++
test/MC/Mips/mips32r3/valid.s | 4 +++
test/MC/Mips/mips32r5/valid.s | 4 +++
test/MC/Mips/mips32r6/valid.s | 4 +++
test/MC/Mips/mips64r2/valid.s | 4 +++
test/MC/Mips/mips64r3/valid.s | 4 +++
test/MC/Mips/mips64r5/valid.s | 4 +++
test/MC/Mips/mips64r6/valid.s | 12 ++++---
16 files changed, 97 insertions(+), 57 deletions(-)
create mode 100644 test/CodeGen/Hexagon/sdr-global.mir
--
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 e7b4c7bbff6 [AArch64] Custom Lower MULLH{S,U} for v16i8, v8i16, and v4i32
new 3ca5f74c79b [X86] Add WriteVecMOVMSKY scheduler class
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/X86/X86InstrSSE.td | 9 +++++----
lib/Target/X86/X86SchedBroadwell.td | 7 ++++---
lib/Target/X86/X86SchedHaswell.td | 7 ++++---
lib/Target/X86/X86SchedSandyBridge.td | 7 ++++---
lib/Target/X86/X86SchedSkylakeClient.td | 7 ++++---
lib/Target/X86/X86SchedSkylakeServer.td | 7 ++++---
lib/Target/X86/X86Schedule.td | 7 ++++---
lib/Target/X86/X86ScheduleAtom.td | 7 ++++---
lib/Target/X86/X86ScheduleBtVer2.td | 7 ++++---
lib/Target/X86/X86ScheduleSLM.td | 7 ++++---
lib/Target/X86/X86ScheduleZnver1.td | 16 +++++++---------
11 files changed, 48 insertions(+), 40 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 compiler-rt.
from ef173d0d8 [XRay][compiler-rt] Support string-based config for Basic mode.
new def9f6a10 Comment fix.
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/asan/asan_win_dll_thunk.cc | 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 1a966b86697 [Hexagon] Skip reserved physical registers when updating liveness
new e7b4c7bbff6 [AArch64] Custom Lower MULLH{S,U} for v16i8, v8i16, and v4i32
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/AArch64/AArch64ISelLowering.cpp | 72 +++++++++++++++++++++++++++++-
lib/Target/AArch64/AArch64InstrInfo.td | 19 ++++++++
test/CodeGen/AArch64/neon-idiv.ll | 16 ++++---
3 files changed, 98 insertions(+), 9 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 d8f53cea1 [ELF][AArch64] Add REQUIRES aarch64 to test [NFC]
new b309acd45 [ELF][AArch64] Add aarch64_elf64_le_vec emulation
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/Driver.cpp | 3 ++-
test/ELF/emulation.s | 6 +++++-
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.