This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 86c6519ee7 benchtests: Print json in memmove benchmark
new 8b2c63e4e2 assert: Suppress pedantic warning caused by statement expression
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 | 7 +++++++
assert/assert.h | 12 +++++++++---
2 files changed, 16 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 gcc.
from 56f97d12ef2 * tree-sra.c (build_access_from_expr_1): Use more precise [...]
new ad20f4d7e0e 2017-08-11 Tamar Christina <tamar.christina(a)arm.com> * 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:
gcc/ChangeLog | 6 ++++++
gcc/config/aarch64/aarch64.md | 6 +++---
gcc/config/aarch64/predicates.md | 5 -----
3 files changed, 9 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 master
in repository llvm.
from 0fdbc978d7b [AArch64] Enable ARMv8.3-A pointer authentication
new b872fbbb3dd [X86][DAG] Switch X86 Target to post-legalized store merge
new dfe9b148cbc Improve handling of insert_subvector of bitcast values
new 607da6dafc8 [cmake] Expose the dependencies of ExecutionEngine as PUBLIC
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/Target/TargetLowering.h | 3 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 35 ++++
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 3 +-
lib/ExecutionEngine/CMakeLists.txt | 4 +
lib/Target/X86/X86ISelLowering.cpp | 6 +
lib/Target/X86/X86ISelLowering.h | 4 +
test/CodeGen/X86/MergeConsecutiveStores.ll | 15 +-
test/CodeGen/X86/bigstructret.ll | 7 +-
test/CodeGen/X86/bitcast-i256.ll | 7 +-
test/CodeGen/X86/constant-combines.ll | 3 +-
test/CodeGen/X86/extract-store.ll | 78 +++++----
test/CodeGen/X86/fold-vector-sext-crash2.ll | 12 +-
test/CodeGen/X86/legalize-shl-vec.ll | 26 ++-
test/CodeGen/X86/merge-consecutive-loads-128.ll | 187 +++++++--------------
.../X86/merge-store-partially-alias-loads.ll | 4 +-
test/CodeGen/X86/no-sse2-avg.ll | 18 +-
test/CodeGen/X86/stdarg.ll | 3 +-
test/CodeGen/X86/stores-merging.ll | 10 +-
test/CodeGen/X86/vector-shuffle-256-v4.ll | 2 +-
19 files changed, 197 insertions(+), 230 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 5ab47f48d82 [ARM] Assembler support for the ARMv8.2a dot product instructions
new 8b8a974ebc8 [AArch64] Remove dotprod from base extension list
new 0fdbc978d7b [AArch64] Enable ARMv8.3-A pointer authentication
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:
include/llvm/Support/AArch64TargetParser.def | 3 +-
lib/Target/AArch64/AArch64InstrFormats.td | 128 +++++++++++
lib/Target/AArch64/AArch64InstrInfo.td | 66 ++++++
lib/Target/AArch64/AArch64SchedThunderX.td | 12 +-
lib/Target/AArch64/AArch64SchedThunderX2T99.td | 2 +-
lib/Target/AArch64/AArch64SystemOperands.td | 15 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 18 ++
.../AArch64/Disassembler/AArch64Disassembler.cpp | 42 ++++
.../AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 18 ++
test/MC/AArch64/armv8.3a-diagnostics.s | 20 ++
test/MC/AArch64/armv8.3a-signed-pointer.s | 235 +++++++++++++++++++++
.../AArch64/armv8.3a-signed-pointer.txt | 114 ++++++++++
12 files changed, 664 insertions(+), 9 deletions(-)
create mode 100644 test/MC/AArch64/armv8.3a-diagnostics.s
create mode 100644 test/MC/AArch64/armv8.3a-signed-pointer.s
create mode 100644 test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt
--
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 f5f4a06fc5d Do not instrument void variables with MPX (PR tree-opt/79987).
new 56f97d12ef2 * tree-sra.c (build_access_from_expr_1): Use more precise [...]
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 | 5 +++++
gcc/tree-sra.c | 8 +++++++-
2 files changed, 12 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 clang-tools-extra.
from e568b73e [clang-tidy] Fix for buildbot.
new 794f3e8e Implement hicpp-braces-around-statements as an alias to reada [...]
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:
clang-tidy/hicpp/HICPPTidyModule.cpp | 3 +++
docs/ReleaseNotes.rst | 2 ++
docs/clang-tidy/checks/hicpp-braces-around-statements.rst | 11 +++++++++++
docs/clang-tidy/checks/list.rst | 1 +
4 files changed, 17 insertions(+)
create mode 100644 docs/clang-tidy/checks/hicpp-braces-around-statements.rst
--
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 32ad8fc799 Revert r302670 for the upcoming 5.0.0 release
new 39f3cd0451 [modules] Set the lexical DC for dummy tag decls that refer [...]
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/SemaDecl.cpp | 1 +
test/Modules/Inputs/innerstructredef.h | 6 ++++++
test/Modules/Inputs/module.map | 9 +++++++++
test/Modules/inner-struct-redefines-invisible.m | 12 ++++++++++++
4 files changed, 28 insertions(+)
create mode 100644 test/Modules/Inputs/innerstructredef.h
create mode 100644 test/Modules/inner-struct-redefines-invisible.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 lld.
from 097cdcd48 [ELF] - Do not omit common symbols when -Map is given.
new 349d0481e [ELF] - Fixing buildbot.
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/MapFile.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 6dabc87c86 Revert r310057
new 32ad8fc799 Revert r302670 for the upcoming 5.0.0 release
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/TargetInfo.cpp | 8 --------
test/CodeGen/mips-aggregate-arg.c | 38 --------------------------------------
2 files changed, 46 deletions(-)
delete mode 100644 test/CodeGen/mips-aggregate-arg.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 lld.
from 7c191fc93 Delete what looks like dead code.
new 097cdcd48 [ELF] - Do not omit common symbols when -Map is given.
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/MapFile.cpp | 49 +++++++++++++++++++++++++++++--------------------
test/ELF/map-file.s | 1 +
2 files changed, 30 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.