This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 500eccb77e [OPENMP] Do not mark local variables as declare target.
new 2098bf010a [Power9] [CLANG] Add __float128 support for trunc to double [...]
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/BuiltinsPPC.def | 1 +
test/CodeGen/builtins-ppc-p9-f128.c | 5 +++++
2 files changed, 6 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 master
in repository lld.
from 930258935 [PPC64] Add TLS local dynamic to local exec relaxation
new b0befbe9b lld: add experimental support for SHT_RELR sections.
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 | 2 +
ELF/Driver.cpp | 12 +-
ELF/LinkerScript.cpp | 3 +-
ELF/Options.td | 6 +-
ELF/Relocations.cpp | 35 +++--
ELF/SyntheticSections.cpp | 110 ++++++++++++++
ELF/SyntheticSections.h | 35 +++++
ELF/Writer.cpp | 22 ++-
test/ELF/pack-dyn-relocs.s | 361 ++++++++++++++++++++++++++++++++-------------
9 files changed, 462 insertions(+), 124 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 0b6fe1495e [libclang] evalute compound statement cursors before trying [...]
new 7a9552d9f1 [libclang] NFC, simplify clang_Cursor_Evaluate
new 500eccb77e [OPENMP] Do not mark local variables as declare target.
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/Sema/SemaOpenMP.cpp | 6 +++++-
test/OpenMP/dump.cpp | 17 +++++++++++++++-
tools/libclang/CIndex.cpp | 49 +++++++++++++++++++++++------------------------
3 files changed, 45 insertions(+), 27 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 f983ca8122 [Index] Ignore noop #undef's when handling macro occurrences.
new 0b6fe1495e [libclang] evalute compound statement cursors before trying [...]
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:
tools/libclang/CIndex.cpp | 26 +++++++++++------------
unittests/libclang/LibclangTest.cpp | 41 +++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 13 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 12d30e1e277 AMDGPU: Force inlining if LDS global address is used
new 28793aedf68 [AMDGPU][Waitcnt] fix "comparison of integers of different [...]
new d700c295ab8 [globalisel][irtranslator] Add support for atomicrmw and (s [...]
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/CodeGen/GlobalISel/IRTranslator.h | 9 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 210 +++++++++++++++-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 108 +++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 117 ++++++++-
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 2 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 265 +++++++++++++++++++++
6 files changed, 702 insertions(+), 9 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 9e386ad60d4 [X86][TLI] DAGCombine: Unfold variable bit-clearing mask to [...]
new 12d30e1e277 AMDGPU: Force inlining if LDS global address is used
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/AMDGPU/AMDGPUAlwaysInlinePass.cpp | 108 +++++++++++++++++----
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 12 ++-
lib/Target/AMDGPU/AMDGPUTargetMachine.h | 1 +
test/CodeGen/AMDGPU/early-inline.ll | 10 +-
.../force-alwaysinline-lds-global-address.ll | 77 +++++++++++++++
test/CodeGen/AMDGPU/stress-calls.ll | 2 +-
6 files changed, 182 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/force-alwaysinline-lds-global-address.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 378d508446e [Utils] Fix gdb pretty printers to work with Python 3.
new 9e386ad60d4 [X86][TLI] DAGCombine: Unfold variable bit-clearing mask to [...]
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/TargetLowering.h | 10 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 58 +++
lib/Target/X86/X86ISelLowering.cpp | 14 +
lib/Target/X86/X86ISelLowering.h | 2 +
test/CodeGen/X86/clear-highbits.ll | 290 ++++++++-------
test/CodeGen/X86/clear-lowbits.ll | 606 +++++++++++++++----------------
test/CodeGen/X86/extract-lowbits.ll | 76 ++--
7 files changed, 571 insertions(+), 485 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 openmp.
from 7caa106 [OpenMP] Fix a few formatting issues
new c6ae13a Fix const cast problem introduced in r336563
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:
runtime/src/kmp_wait_release.h | 6 +++---
1 file changed, 3 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 lldb.
from 4dfc43ee4 Retrieve a function PDB symbol correctly from nested blocks
new 5cd9cc3ca Don't take the address of an xvalue when printing an expr result
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:
.../xvalue}/Makefile | 0
.../TestXValuePrinting.py} | 27 ++++++++++------------
.../test/expression_command/xvalue/main.cpp | 12 ++++++++++
.../Clang/ASTResultSynthesizer.cpp | 5 ++--
4 files changed, 26 insertions(+), 18 deletions(-)
copy packages/Python/lldbsuite/test/{api/check_public_api_headers => expression_co [...]
copy packages/Python/lldbsuite/test/expression_command/{pr35310/TestExprsBug35310. [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/xvalue/main.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.