This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from a67beb7b9 Fix ATOMIC_<TYPE>_LOCK_FREE macros on Windows.
new 3d1d1eab2 [libc++] Default to vcruntime when targeting MSVC
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:
CMakeLists.txt | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 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 9185c07cca [CMake] Enable ARM target in Fuchsia toolchain
new 7a3629bc28 Use __CLANG_ATOMIC_TYPE_LOCK_FREE macros in `stdatomic.h`
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/Headers/stdatomic.h | 20 ++++++++++----------
test/Headers/stdatomic.c | 1 +
2 files changed, 11 insertions(+), 10 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 libcxx.
from 6ca687488 Fix comment and remove incorrect linker flags in test configuration
new a67beb7b9 Fix ATOMIC_<TYPE>_LOCK_FREE macros on Windows.
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/atomic | 33 +++++++++++++++++++++++----------
1 file changed, 23 insertions(+), 10 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 ac0ecde9f0f [AArch64] Improve code generation for logical instructions [...]
new 7a610e66b27 [Simplify] Add testcase to show that merging conditional st [...]
new 01c014ca988 Revert "[AArch64] Improve code generation for logical instr [...]
new 5037cf29e41 Fix typo in comment
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/IR/ConstantRange.h | 2 +-
include/llvm/Target/TargetLowering.h | 53 ++++-----
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 66 +++++------
lib/Target/AArch64/AArch64ISelLowering.cpp | 139 -----------------------
lib/Target/AArch64/AArch64ISelLowering.h | 3 -
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Target/XCore/XCoreISelLowering.cpp | 4 +-
test/CodeGen/AArch64/optimize-imm.ll | 64 -----------
test/Transforms/SimplifyCFG/merge-cond-stores.ll | 39 +++++++
10 files changed, 98 insertions(+), 281 deletions(-)
delete mode 100644 test/CodeGen/AArch64/optimize-imm.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.
from 1580946759 Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC c [...]
new 9185c07cca [CMake] Enable ARM target in Fuchsia toolchain
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:
cmake/caches/Fuchsia-stage2.cmake | 4 +++-
1 file changed, 3 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 f23a493cab2 [InstCombine] function names start with lower-case letter; NFC
new ac0ecde9f0f [AArch64] Improve code generation for logical instructions [...]
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/Target/TargetLowering.h | 53 ++++++-----
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 66 +++++++------
lib/Target/AArch64/AArch64ISelLowering.cpp | 139 ++++++++++++++++++++++++++++
lib/Target/AArch64/AArch64ISelLowering.h | 3 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Target/XCore/XCoreISelLowering.cpp | 4 +-
test/CodeGen/AArch64/optimize-imm.ll | 64 +++++++++++++
8 files changed, 280 insertions(+), 58 deletions(-)
create mode 100644 test/CodeGen/AArch64/optimize-imm.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.
from b8a9d6cf3b Sema: protect against ObjC++ typo-correction failure
new 1580946759 Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC 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:
lib/Frontend/InitPreprocessor.cpp | 19 ++++++++------
test/Preprocessor/init.c | 53 +++++++++++++++++++++++++++++++++++++++
test/Sema/atomic-ops.c | 10 ++++++++
3 files changed, 75 insertions(+), 7 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 c086bdaf50f [InstCombine] add tests for shl+shr demanded bits splat vec [...]
new e29c6aab81d [InstCombine] allow shl+shr demanded bits folds with splat [...]
new f23a493cab2 [InstCombine] function names start with lower-case letter; NFC
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/Transforms/InstCombine/InstCombineInternal.h | 7 +++--
.../InstCombine/InstCombineSimplifyDemanded.cpp | 32 +++++++++-------------
test/Transforms/InstCombine/shift.ll | 10 +++----
3 files changed, 21 insertions(+), 28 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 efa8c0e73a6 AArch64: lower "fence singlethread" to a pure compiler barrier.
new c086bdaf50f [InstCombine] add tests for shl+shr demanded bits splat vec [...]
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/Transforms/InstCombine/shift.ll | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 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 c85fce8583 Fix Python 2 vs 3 incompatability with dict.items() vs iteritems()
new 0229ffa91b Parse: cleanup some bleeding whitespace
new b8a9d6cf3b Sema: protect against ObjC++ typo-correction failure
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/Parse/ParseExpr.cpp | 5 +++--
lib/Sema/TreeTransform.h | 3 +++
test/SemaObjCXX/pr32725.mm | 9 +++++++++
3 files changed, 15 insertions(+), 2 deletions(-)
create mode 100644 test/SemaObjCXX/pr32725.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.