This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 45a1b043b06 [X86] Fix typo in comment. NFC
new 54b04a891a5 [MachineOutliner][AArch64] Add support for saving LR to a register
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/llvm/CodeGen/MachineOutliner.h | 14 ++
lib/Target/AArch64/AArch64InstrInfo.cpp | 243 ++++++++++++++--------
lib/Target/AArch64/AArch64InstrInfo.h | 4 +
test/CodeGen/AArch64/machine-outliner-regsave.mir | 112 ++++++++++
test/CodeGen/AArch64/machine-outliner.ll | 12 +-
test/CodeGen/AArch64/machine-outliner.mir | 6 +-
6 files changed, 298 insertions(+), 93 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-regsave.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 openmp.
from de6991e [OMPT] Fix OMPT callbacks for the taskloop construct and add [...]
new 0d4ae7a [OpenMP][Stats] Cleanup stats gathering code
new af1a363 [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTI [...]
new 4aa544b [OpenMP] Implement GOMP doacross compatibility
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:
runtime/src/kmp.h | 9 +-
runtime/src/kmp_csupport.cpp | 33 ++-
runtime/src/kmp_dispatch.cpp | 68 ++++--
runtime/src/kmp_ftn_os.h | 20 ++
runtime/src/kmp_global.cpp | 2 +-
runtime/src/kmp_gsupport.cpp | 447 ++++++++++++++++++++++++++++++++++-----
runtime/src/kmp_lock.cpp | 21 +-
runtime/src/kmp_os.h | 5 +-
runtime/src/kmp_runtime.cpp | 30 +--
runtime/src/kmp_sched.cpp | 27 ++-
runtime/src/kmp_settings.cpp | 4 +-
runtime/src/kmp_stats.cpp | 347 ++++++++++++++++++++++++------
runtime/src/kmp_stats.h | 403 +++++++++++++++++++----------------
runtime/src/kmp_stats_timing.cpp | 9 +-
runtime/src/z_Linux_util.cpp | 2 +-
15 files changed, 1048 insertions(+), 379 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 84dd838f3a [analyzer] Add missing state transition in IteratorChecker.
new 82b074f758 [ARM, AArch64]: Use unadjusted alignment when passing compos [...]
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/AST/ASTContext.h | 22 ++++++
include/clang/AST/RecordLayout.h | 10 +++
lib/AST/ASTContext.cpp | 31 +++++++++
lib/AST/RecordLayout.cpp | 4 ++
lib/AST/RecordLayoutBuilder.cpp | 20 ++++--
lib/CodeGen/TargetInfo.cpp | 19 ++++--
test/CodeGen/aapcs-align.cc | 141 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/aapcs64-align.cc | 103 ++++++++++++++++++++++++++++
test/CodeGen/arm-arguments.c | 17 +++--
9 files changed, 350 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/aapcs-align.cc
create mode 100644 test/CodeGen/aapcs64-align.cc
--
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 63006f4c992 Recommit r338204 "[X86] Correct the immediate cost for 'add [...]
new 45a1b043b06 [X86] Fix typo in comment. 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:
lib/Target/X86/X86ISelLowering.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 lld.
from 1f3f5a88b [AArch64] Support execute-only LOAD segments.
new 3781aea99 [docs] Update ld.lld.1
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/Options.td | 4 ++--
docs/ld.lld.1 | 10 ++++++++--
2 files changed, 10 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 e1239522278 Add machine verifier to arm64-opt-remarks-lazy-bfi
new 63006f4c992 Recommit r338204 "[X86] Correct the immediate cost for 'add [...]
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/X86/X86TargetTransformInfo.cpp | 8 +++++++-
1 file changed, 7 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 llvm.
from 44dc58d645c [DAGCombiner] Bug 31275- Extract a shift from a constant mu [...]
new e1239522278 Add machine verifier to arm64-opt-remarks-lazy-bfi
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/arm64-opt-remarks-lazy-bfi.ll | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 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 8fd65ace9ef testcase for 2-2 combine
new b7f8b1793a2 Add workaround for aligned_alloc bug on AIX
new a8793a27ca6 PR libstdc++/86734 make reverse_iterator::operator-> more robust
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:
libstdc++-v3/ChangeLog | 13 +++
libstdc++-v3/include/bits/stl_iterator.h | 20 +++-
libstdc++-v3/libsupc++/new_opa.cc | 6 ++
libstdc++-v3/testsuite/18_support/new_aligned.cc | 119 +++++++++++++++++++++
.../24_iterators/reverse_iterator/dr1052.cc | 82 ++++++++++++++
.../reverse_iterator/dr2188.cc} | 30 +++---
6 files changed, 255 insertions(+), 15 deletions(-)
create mode 100644 libstdc++-v3/testsuite/18_support/new_aligned.cc
create mode 100644 libstdc++-v3/testsuite/24_iterators/reverse_iterator/dr1052.cc
copy libstdc++-v3/testsuite/{21_strings/basic_string/dr2268.cc => 24_iterators/rev [...]
--
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 4fc923769 [ELF] - Implement SHT_SYMTAB_SHNDX (.symtab_shndxr) section.
new 1f3f5a88b [AArch64] Support execute-only LOAD segments.
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/Config.h | 1 +
ELF/Driver.cpp | 10 ++++++++++
ELF/Options.td | 4 ++++
ELF/Writer.cpp | 11 +++++++++++
test/ELF/execute-only-mixed-data.s | 26 ++++++++++++++++++++++++++
test/ELF/execute-only.s | 10 ++++++++++
6 files changed, 62 insertions(+)
create mode 100644 test/ELF/execute-only-mixed-data.s
create mode 100644 test/ELF/execute-only.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 llvm.
from 1453140bcb1 Attempt to fix Windows test failure caused by r338133
new 690afef84f0 Fix uninitialized read in ARM's PrintAsmOperand
new 005ad0240a6 Reapply "Fix crash on inline asm with 64bit matching input [...]
new 44dc58d645c [DAGCombiner] Bug 31275- Extract a shift from a constant mu [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 173 +++++++++++++++++++--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 32 ++--
lib/Target/ARM/ARMAsmPrinter.cpp | 5 +-
test/CodeGen/AArch64/rotate-extract.ll | 21 ++-
.../ARM/inline-asm-operand-implicit-cast.ll | 80 ++++++++++
test/CodeGen/ARM/inlineasm-64bit.ll | 8 +
test/CodeGen/X86/rotate-extract-vector.ll | 122 ++++++---------
test/CodeGen/X86/rotate-extract.ll | 52 ++-----
8 files changed, 342 insertions(+), 151 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.