This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ba3ebcd Disable warning about MSVC not found.
new 09d5396 Don't use MSVC Setup Api on MinGW.
new bd0f432 [ObjC][Sema] Avoid warning about a call to an instance method [...]
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/Driver/ToolChains/MSVC.cpp | 7 ++++++-
lib/Sema/SemaExprObjC.cpp | 20 +++++++++++++++++++-
test/SemaObjC/class-message-protocol-lookup.m | 27 +++++++++++++++++++++++++++
3 files changed, 52 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 llvm.
from 6db3538 [GlobalISel][AArch64] Use appropriate test function names. NFC.
new 8aaf472 [GlobalISel][AArch64] Add back constant select tests. NFC.
new 01c2f41 [CodeGen] Use APInt::setLowBits/setHighBits/setBitsFrom in mo [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 35 +++++------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 9 ++-
.../CodeGen/AArch64/GlobalISel/select-constant.mir | 73 ++++++++++++++++++++++
3 files changed, 92 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-constant.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 cbe96dd CodeGen: Use the source filename as the argument to .file, ra [...]
new 603d3c6 Re-apply r296730, "cmake: Configure the ThinLTO cache directo [...]
new 4b7d61b [GlobalISel] Remove dead member. NFC.
new be130a9 [GlobalISel][AArch64] Split out select tests. NFC.
new 6db3538 [GlobalISel][AArch64] Use appropriate test function names. NFC.
The 4 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:
cmake/modules/HandleLLVMOptions.cmake | 19 +-
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 9 -
lib/CodeGen/GlobalISel/IRTranslator.cpp | 1 -
.../AArch64/GlobalISel/arm64-instructionselect.mir | 2660 --------------------
test/CodeGen/AArch64/GlobalISel/select-binop.mir | 979 +++++++
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 404 +++
test/CodeGen/AArch64/GlobalISel/select-br.mir | 71 +
test/CodeGen/AArch64/GlobalISel/select-casts.mir | 204 ++
.../CodeGen/AArch64/GlobalISel/select-fp-casts.mir | 460 ++++
test/CodeGen/AArch64/GlobalISel/select-load.mir | 214 ++
.../CodeGen/AArch64/GlobalISel/select-property.mir | 21 +
test/CodeGen/AArch64/GlobalISel/select-store.mir | 174 ++
...64-instructionselect-xor.mir => select-xor.mir} | 7 +-
test/CodeGen/AArch64/GlobalISel/select.mir | 298 +++
14 files changed, 2840 insertions(+), 2681 deletions(-)
delete mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-binop.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-bitcast.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-br.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-casts.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-fp-casts.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-load.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-property.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-store.mir
rename test/CodeGen/AArch64/GlobalISel/{arm64-instructionselect-xor.mir => select- [...]
create mode 100644 test/CodeGen/AArch64/GlobalISel/select.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 clang.
from 9a4d019 Update clang-cl driver for MSVC 2017.
new ba3ebcd Disable warning about MSVC not found.
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/DiagnosticDriverKinds.td | 2 +-
test/Misc/backend-stack-frame-diagnostics.cpp | 2 +-
2 files changed, 2 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 llvm.
from 245bc88 [PowerPC][Altivec] Add mfvrd and mffprd extended mnemonic
new a1d8ce5 [SelectionDAG] Support BUILD_VECTOR implicit truncation in Se [...]
new cbe96dd CodeGen: Use the source filename as the argument to .file, ra [...]
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/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 17 ++++++++++++++---
test/CodeGen/AArch64/dag-numsignbits.ll | 8 ++++----
test/CodeGen/X86/file-source-filename.ll | 4 ++++
4 files changed, 23 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/X86/file-source-filename.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 llvm.
from 4160d49 [SelectionDAG][AArch64] Add test case showing incorrect Selec [...]
new 245bc88 [PowerPC][Altivec] Add mfvrd and mffprd extended mnemonic
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/PowerPC/PPCInstrVSX.td | 12 +
test/CodeGen/PowerPC/bitcasts-direct-move.ll | 4 +-
.../PowerPC/fp-int-conversions-direct-moves.ll | 8 +-
.../PowerPC/fp128-bitcast-after-operation.ll | 10 +-
.../PowerPC/p8-scalar_vector_conversions.ll | 601 ++++++---------------
test/MC/Disassembler/PowerPC/vsx.txt | 4 +-
test/MC/PowerPC/vsx.s | 9 +-
7 files changed, 195 insertions(+), 453 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 5bf358b [Driver] Restructure handling of -ffast-math and similar options
new 9a4d019 Update clang-cl driver for MSVC 2017.
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/DiagnosticDriverKinds.td | 4 +
lib/Driver/ToolChains/MSVC.cpp | 594 ++++++++++++++++-----------
lib/Driver/ToolChains/MSVC.h | 30 +-
lib/Driver/ToolChains/MSVCSetupApi.h | 514 +++++++++++++++++++++++
test/Driver/cl-link-at-file.c | 1 -
5 files changed, 893 insertions(+), 250 deletions(-)
create mode 100644 lib/Driver/ToolChains/MSVCSetupApi.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 lld.
from 319e836 [ELF] - Move LinkerScript::discard to LinkerScriptBase. NFC.
new 60a0f27 [ELF] - Linkerscript: make Dot public and remove getDot(). NFC.
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/LinkerScript.cpp | 10 +++++-----
ELF/LinkerScript.h | 6 +++---
2 files changed, 8 insertions(+), 8 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-5-branch
in repository gcc.
from 1656e80 Daily bump.
new f213017 PR target/80019 * config/i386/i386.c (ix86_vector_duplicate [...]
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/config/i386/i386.c | 8 +++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr80019.c | 13 +++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr80019.c
--
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 27c6067 Cyle -> Cycle; NFCI
new 4160d49 [SelectionDAG][AArch64] Add test case showing incorrect Selec [...]
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/CodeGen/AArch64/dag-numsignbits.ll | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 test/CodeGen/AArch64/dag-numsignbits.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.