This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b97894a1b6 Implement diagnostic stream operator for ParsedAttr.
new 90b82b94d1 [AArch64][NFC] better matching of AArch64 target in aarch64- [...]
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/Driver/aarch64-cpus.c | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 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 cc67ca7ead1 [ARM] FP16: codegen support for VTRN
new c5db0e0f7c7 [TargetLowering] Add BuildSDIVPattern helper to BuildExactS [...]
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/SelectionDAG/TargetLowering.cpp | 37 ++++++++++++++++++-----------
1 file changed, 23 insertions(+), 14 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 2b6dbe1e7 [LLD][ELF] - Add a test for ScriptParser::readPhdrType().
new 8a350ed9f [COFF] Make the relocation scanning for CFG more discriminating
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:
COFF/Writer.cpp | 20 ++++++----
test/COFF/gfids-relocations32.s | 87 +++++++++++++++++++++++++++++++++++++++++
test/COFF/gfids-relocations64.s | 76 +++++++++++++++++++++++++++++++++++
3 files changed, 176 insertions(+), 7 deletions(-)
create mode 100644 test/COFF/gfids-relocations32.s
create mode 100644 test/COFF/gfids-relocations64.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 443b054bd53 2018-08-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new a2809afdf95 aarch64 - PR target/86887 Fix missing register constraints [...]
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/aarch64/aarch64.md | 8 ++++----
2 files changed, 12 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 lldb.
from 16328ba78 Remove unused type Either from Utility library.
new 37f3c8e7b Darwin: mark test unsupported while we sort out how to make 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:
lit/tools/lldb-mi/target/target-select-so-path.test | 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 release_70
in repository clang.
from 7635f4219c Merging r339210: ------------------------------------------- [...]
new ddcce557c4 Merging r339317: ------------------------------------------- [...]
new 5534fc8996 Merging r339281: ------------------------------------------- [...]
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/CGBlocks.cpp | 28 ++++++++++++++++++++++++++--
lib/CodeGen/CodeGenAction.cpp | 1 +
test/CodeGen/global-blocks-win32.c | 18 ++++++++++++++++++
3 files changed, 45 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/global-blocks-win32.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 clang.
from ff80b2b617 Fix structural inequivalency of forward EnumDecl
new b97894a1b6 Implement diagnostic stream operator for ParsedAttr.
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/Sema/ParsedAttr.h | 29 +++
include/clang/Sema/Sema.h | 10 +-
lib/Sema/SemaDecl.cpp | 9 +-
lib/Sema/SemaDeclAttr.cpp | 480 +++++++++++++++++-------------------
lib/Sema/SemaStmtAttr.cpp | 10 +-
lib/Sema/SemaType.cpp | 40 ++-
utils/TableGen/ClangAttrEmitter.cpp | 2 +-
7 files changed, 289 insertions(+), 291 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 2c1c3c872 [LLD][ELF] - Add a test for ScriptParser::readOutputSectionDe [...]
new 2b6dbe1e7 [LLD][ELF] - Add a test for ScriptParser::readPhdrType().
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/linkerscript/phdrs.s | 4 ++++
1 file changed, 4 insertions(+)
--
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 release_70
in repository llvm.
from ef7dd703b18 Merging r339319: ------------------------------------------ [...]
new f7ec630085d Merging r339316: ------------------------------------------ [...]
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/NVPTX/NVPTXISelDAGToDAG.cpp | 116 +++++++++++++++++++++++----------
test/CodeGen/NVPTX/load-store.ll | 88 +++++++++++++++++++++++++
2 files changed, 170 insertions(+), 34 deletions(-)
create mode 100644 test/CodeGen/NVPTX/load-store.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 d5be0360b62 [X86][SSE] Remove PMULDQ/PMULUDQ by zero
new cc67ca7ead1 [ARM] FP16: codegen support for VTRN
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/ARM/ARMISelDAGToDAG.cpp | 2 ++
.../CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll | 42 ++++++++++++----------
2 files changed, 25 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.