This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8d00765ed12 AMDGPU: Fix test check line bugs
new 8f44f41e0f3 AMDGPU: Fold undef fcanonicalize to qNaN
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/AMDGPU/SIISelLowering.cpp | 12 ++++++++++--
test/CodeGen/AMDGPU/fcanonicalize.ll | 9 +++++++++
2 files changed, 19 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 master
in repository lld.
from 7fcf80bfc windows_support.rst: Add links for downloading
new 6f7c50884 [LLD][ELF] - ICF: add test case testing we do not fold sectio [...]
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/ELF/{icf12.s => icf17.s} | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
copy test/ELF/{icf12.s => icf17.s} (55%)
--
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 1ff712a678 Update translations for bg, de, hr, pt_BR, sv, and vi.
new 63d5fad404 Update SH libm-tests-ulps
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:
ChangeLog | 4 ++++
sysdeps/sh/libm-test-ulps | 16 ++++++++++++----
2 files changed, 16 insertions(+), 4 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 0915eb50a32 [ELF][ARM] Add Arm ABI names for float ABI ELF Header flags
new e4002873382 [llvm-mca][BtVer2] Teach how to identify dependency-breakin [...]
new 07f371fc510 [ARM] Complete enumeration values for Tag_ABI_VFP_args
new 8d00765ed12 AMDGPU: Fix test check line bugs
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/MC/MCInstrAnalysis.h | 13 +++
include/llvm/Support/ARMBuildAttributes.h | 2 +
lib/MC/MCInstrAnalysis.cpp | 5 +
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 74 ++++++++++++++
test/CodeGen/AMDGPU/fmax3.ll | 32 +++---
test/CodeGen/AMDGPU/fmin3.ll | 17 ++--
test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll | 6 +-
.../llvm-mca/X86/BtVer2/dependency-breaking-cmp.s | 22 ++--
.../X86/BtVer2/dependency-breaking-pcmpeq.s | 39 ++++---
.../X86/BtVer2/dependency-breaking-sbb-2.s | 36 +++----
test/tools/llvm-mca/X86/BtVer2/one-idioms.s | 112 +++++++++++----------
tools/llvm-mca/DispatchStage.cpp | 12 ++-
tools/llvm-mca/InstrBuilder.cpp | 4 +
tools/llvm-mca/Instruction.h | 13 ++-
tools/llvm-mca/RetireStage.cpp | 8 +-
15 files changed, 258 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 44442fbe1a2 [InstCombine] simplify code for A & (A ^ B) --> A & ~B
new 6108c027cf8 [SystemZ] Improve decoding in case of instructions with fou [...]
new 947573c21d9 Revert r338365: [X86] Improved sched models for X86 BT*rr i [...]
new 0915eb50a32 [ELF][ARM] Add Arm ABI names for float ABI ELF Header flags
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/BinaryFormat/ELF.h | 6 +-
lib/Target/SystemZ/SystemZHazardRecognizer.cpp | 39 +++++++++-
lib/Target/SystemZ/SystemZHazardRecognizer.h | 15 ++--
lib/Target/SystemZ/SystemZMachineScheduler.cpp | 3 +-
lib/Target/X86/X86InstrInfo.td | 16 ++---
lib/Target/X86/X86SchedBroadwell.td | 9 ++-
lib/Target/X86/X86SchedHaswell.td | 9 ++-
lib/Target/X86/X86SchedSandyBridge.td | 9 ++-
lib/Target/X86/X86SchedSkylakeClient.td | 9 ++-
lib/Target/X86/X86SchedSkylakeServer.td | 9 ++-
lib/Target/X86/X86Schedule.td | 1 -
lib/Target/X86/X86ScheduleAtom.td | 1 -
lib/Target/X86/X86ScheduleBtVer2.td | 1 -
lib/Target/X86/X86ScheduleSLM.td | 1 -
lib/Target/X86/X86ScheduleZnver1.td | 1 -
test/CodeGen/SystemZ/vec-cmp-cmp-logic-select.ll | 4 +-
utils/TableGen/CodeGenSchedule.cpp | 92 ------------------------
utils/TableGen/CodeGenSchedule.h | 2 -
18 files changed, 100 insertions(+), 127 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 b80d74e072c [X86] Improved sched models for X86 BT*rr instructions. htt [...]
new 44442fbe1a2 [InstCombine] simplify code for A & (A ^ B) --> A & ~B
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/InstCombine/InstCombineAndOrXor.cpp | 32 +++++-----------------
test/Transforms/InstCombine/and-xor-or.ll | 3 +-
2 files changed, 9 insertions(+), 26 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 074e1b47a3 Fix linux-header-search.cpp with CLANG_DEFAULT_CXX_STDLIB
new 1a69756401 clang-format: try to make the doc for ConstructorInitializer [...]
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:
docs/ClangFormatStyleOptions.rst | 22 +++++++++++++---------
1 file changed, 13 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 llvm.
from b2deef92d96 [X86] Improved sched models for X86 SHLD/SHRD* instructions [...]
new f8c29cb84b8 [InstCombine] move/add tests for xor+add fold; NFC
new b80d74e072c [X86] Improved sched models for X86 BT*rr instructions. htt [...]
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/X86InstrInfo.td | 16 +++---
lib/Target/X86/X86SchedBroadwell.td | 9 +--
lib/Target/X86/X86SchedHaswell.td | 9 +--
lib/Target/X86/X86SchedSandyBridge.td | 9 +--
lib/Target/X86/X86SchedSkylakeClient.td | 9 +--
lib/Target/X86/X86SchedSkylakeServer.td | 9 +--
lib/Target/X86/X86Schedule.td | 1 +
lib/Target/X86/X86ScheduleAtom.td | 1 +
lib/Target/X86/X86ScheduleBtVer2.td | 1 +
lib/Target/X86/X86ScheduleSLM.td | 1 +
lib/Target/X86/X86ScheduleZnver1.td | 1 +
test/Transforms/InstCombine/and-xor-or.ll | 94 +++++++++++++++++++++++++++++++
test/Transforms/InstCombine/and2.ll | 12 ----
test/Transforms/InstCombine/xor.ll | 11 ----
utils/TableGen/CodeGenSchedule.cpp | 92 ++++++++++++++++++++++++++++++
utils/TableGen/CodeGenSchedule.h | 2 +
16 files changed, 206 insertions(+), 71 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 glibc.
from 98864ed0e0 x86/CET: Fix property note parser [BZ #23467]
new 1ff712a678 Update translations for bg, de, hr, pt_BR, sv, and vi.
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:
ChangeLog | 9 +
po/bg.po | 902 ++++-----
po/de.po | 757 ++++----
po/hr.po | 5967 +++++++++++++++++++++++++++++++----------------------------
po/pt_BR.po | 781 ++++----
po/sv.po | 754 ++++----
po/vi.po | 770 ++++----
7 files changed, 5231 insertions(+), 4709 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 19e2e520a [docs] Sort ld.lld.1 options
new fb0873ce5 index.rst: pe/coff does support pdbs now
new 7fcf80bfc windows_support.rst: Add links for downloading
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:
docs/index.rst | 2 +-
docs/windows_support.rst | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.