This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 759443f973 [Sema][ObjC] Ensure that the return type of an ObjC method i [...]
new e4c4700eca ObjCGNU: Fix empty v3 protocols being emitted two fields short
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/CodeGen/CGObjCGNU.cpp | 12 +++++++-----
test/CodeGenObjC/gnu-empty-protocol-v3.m | 25 +++++++++++++++++++++++++
2 files changed, 32 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGenObjC/gnu-empty-protocol-v3.m
--
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-tools-extra.
from 1c0a02fa [Documentation] Fix options order for Release Notes in modern [...]
new e6bfa666 [clang-tidy] [modernize-use-auto] Fix test modernize-use-auto [...]
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/clang-tidy/modernize-use-auto-new-remove-stars.cpp | 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 clang.
from 69e2ab36db [ODRHash] Skip more types hashing TypedefType
new 759443f973 [Sema][ObjC] Ensure that the return type of an ObjC method i [...]
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/Sema/SemaDeclObjC.cpp | 7 +++++++
test/CodeGenObjCXX/instantiate-return.mm | 22 ++++++++++++++++++++++
test/SemaObjCXX/instantiate-method-return.mm | 8 +++++---
3 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGenObjCXX/instantiate-return.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 bbb41d83129 [RISCV] Codegen support for RV32D floating point conversion [...]
new 14efaa1e8e7 [RISCV] Codegen support for RV32D floating point comparison [...]
new ef1bc2d3ca7 [NFC] fix trivial typos in documents and comments
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/AMDGPUUsage.rst | 2 +-
docs/ExceptionHandling.rst | 2 +-
docs/ProgrammersManual.rst | 2 +-
include/llvm/Analysis/LoopInfo.h | 2 +-
include/llvm/Analysis/ScalarEvolutionExpander.h | 2 +-
lib/CodeGen/LiveIntervals.cpp | 2 +-
lib/IR/ConstantFold.cpp | 2 +-
lib/Object/COFFObjectFile.cpp | 2 +-
lib/Target/RISCV/RISCVISelLowering.cpp | 16 +-
lib/Target/RISCV/RISCVInstrInfo.cpp | 18 +-
lib/Target/RISCV/RISCVInstrInfoD.td | 14 +
lib/Transforms/Scalar/NewGVN.cpp | 2 +-
test/CodeGen/AArch64/bitfield-insert.ll | 2 +-
test/CodeGen/RISCV/double-br-fcmp.ll | 534 +++++++++++++++++++++
.../RISCV/{double-arith.ll => double-fcmp.ll} | 282 ++++++-----
test/CodeGen/RISCV/double-previous-failure.ll | 71 +++
test/CodeGen/RISCV/double-select-fcmp.ll | 423 ++++++++++++++++
test/Transforms/GVNHoist/infinite-loop-indirect.ll | 2 +-
18 files changed, 1227 insertions(+), 153 deletions(-)
create mode 100644 test/CodeGen/RISCV/double-br-fcmp.ll
copy test/CodeGen/RISCV/{double-arith.ll => double-fcmp.ll} (54%)
create mode 100644 test/CodeGen/RISCV/double-previous-failure.ll
create mode 100644 test/CodeGen/RISCV/double-select-fcmp.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 0cc09b82a37 [RISCV] Add tests missed in r329871
new 3664487a634 [RISCV] Add codegen support for RV32D floating point arithm [...]
new bbb41d83129 [RISCV] Codegen support for RV32D floating point conversion [...]
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/RISCV/RISCVISelLowering.cpp | 6 +-
lib/Target/RISCV/RISCVInstrInfoD.td | 43 ++++++
test/CodeGen/RISCV/double-arith.ll | 256 +++++++++++++++++++++++++++++++++
test/CodeGen/RISCV/double-convert.ll | 89 ++++++++++++
test/CodeGen/RISCV/double-mem.ll | 17 +++
5 files changed, 410 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/RISCV/double-convert.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-tools-extra.
from 09e9799c [Documentation] Fix formatting and order in Release Notes for [...]
new f5369354 [clang-tidy] [modernize-use-auto] Get only a length of token, [...]
new 1c0a02fa [Documentation] Fix options order for Release Notes in modern [...]
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:
clang-tidy/modernize/UseAutoCheck.cpp | 5 ++--
docs/clang-tidy/checks/modernize-use-auto.rst | 36 +++++++++++++--------------
2 files changed, 21 insertions(+), 20 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 183a800059f Test commit access
new 633653d6d5f [RISCV] Codegen support for RV32D floating point load/store [...]
new 0cc09b82a37 [RISCV] Add tests missed in r329871
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/RISCV/RISCVISelDAGToDAG.cpp | 42 ++++-
lib/Target/RISCV/RISCVISelLowering.cpp | 231 +++++++++++++++++++++--
lib/Target/RISCV/RISCVISelLowering.h | 4 +-
lib/Target/RISCV/RISCVInstrInfo.cpp | 4 +
lib/Target/RISCV/RISCVInstrInfoD.td | 51 +++++
lib/Target/RISCV/RISCVMachineFunctionInfo.h | 17 +-
test/CodeGen/RISCV/double-arith.ll | 23 +++
test/CodeGen/RISCV/double-calling-conv.ll | 160 ++++++++++++++++
test/CodeGen/RISCV/double-imm.ll | 38 ++++
test/CodeGen/RISCV/double-intrinsics.ll | 24 +++
test/CodeGen/RISCV/double-mem.ll | 172 +++++++++++++++++
test/CodeGen/RISCV/double-stack-spill-restore.ll | 47 +++++
12 files changed, 791 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/RISCV/double-arith.ll
create mode 100644 test/CodeGen/RISCV/double-calling-conv.ll
create mode 100644 test/CodeGen/RISCV/double-imm.ll
create mode 100644 test/CodeGen/RISCV/double-intrinsics.ll
create mode 100644 test/CodeGen/RISCV/double-mem.ll
create mode 100644 test/CodeGen/RISCV/double-stack-spill-restore.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 6583ea328f5 [DeadArgElim] Remove allocsize attributes on callsites
new 183a800059f Test commit access
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/ARC/ARCInstrFormats.td | 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 clang.
from dba5be4254 Lex: make `clang::Preprocessor::macros` work on MSVC
new 69e2ab36db [ODRHash] Skip more types hashing TypedefType
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/AST/ODRHash.cpp | 16 +++++++++++++---
test/Modules/odr_hash.cpp | 32 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 3 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 b1f2b2d1cec Revert "[llvm-objcopy] Switch over to using TableGen for pa [...]
new 6583ea328f5 [DeadArgElim] Remove allocsize attributes on callsites
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/IPO/DeadArgumentElimination.cpp | 8 +++++++-
test/Transforms/DeadArgElim/allocsize.ll | 5 +++++
2 files changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.