This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a0fdd1603b4 [docs] Add out-of-date warnings to the BuildingAJIT tutorial text.
new 35d2753f256 [x86] add tests to show demanded bits shortcoming; NFC
new 8552f5ed267 [X86] Add test cases that exercise the BSR/BSF optimization [...]
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:
test/CodeGen/X86/clz.ll | 121 ++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/zext-demanded.ll | 42 +++++++++++++
2 files changed, 163 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 clang-tools-extra.
from 76e28f7c [clangd] Make the premble tremble.
new 7bd9bbe4 Support special acronyms inside property names and allow plur [...]
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/objc/PropertyDeclarationCheck.cpp | 17 ++++++++++-------
test/clang-tidy/objc-property-declaration.m | 3 +++
2 files changed, 13 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 glibc.
from 625fb764b4 Correct type of SSIZE_MAX for 32-bit (bug 13575).
new d92c275997 Move string/testcopy.c to test-driver.c and xmalloc (bug 19667).
new 383e87c96b Fix non-__GNUC__ definitions of __inline and __restrict (bug [...]
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:
ChangeLog | 12 ++++++++++++
misc/sys/cdefs.h | 13 +++++++++++--
string/testcopy.c | 16 +++++++++-------
3 files changed, 32 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 glibc.
from 663e7d7849 Only define loff_t for __USE_MISC (bug 14553).
new 02325d6c3a Use xmalloc in tst-setcontext-fpscr.c (bug 19668).
new 625fb764b4 Correct type of SSIZE_MAX for 32-bit (bug 13575).
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:
ChangeLog | 12 ++++++++++
posix/Makefile | 2 +-
posix/bits/posix1_lim.h | 10 ++++++++-
inet/test-hnto-types.c => posix/test-ssize-max.c | 28 ++++++++++++------------
sysdeps/powerpc/fpu/tst-setcontext-fpscr.c | 4 ++--
5 files changed, 38 insertions(+), 18 deletions(-)
copy inet/test-hnto-types.c => posix/test-ssize-max.c (68%)
--
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 5d3c5707673 [x86] add test to show missed BMI isel; NFC
new eee0a13a174 [AArch64] add test to show sub-optimal isel; NFC
new 35ca32d346a [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
new a0fdd1603b4 [docs] Add out-of-date warnings to the BuildingAJIT tutorial text.
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:
docs/tutorial/BuildingAJIT1.rst | 5 +
docs/tutorial/BuildingAJIT2.rst | 5 +
docs/tutorial/BuildingAJIT3.rst | 5 +
.../BuildingAJIT/Chapter1/CMakeLists.txt | 1 +
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 46 ++---
.../BuildingAJIT/Chapter2/CMakeLists.txt | 1 +
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 54 +++---
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 58 +++---
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 59 +++---
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 64 +++---
examples/Kaleidoscope/Chapter4/CMakeLists.txt | 1 +
examples/Kaleidoscope/Chapter5/CMakeLists.txt | 1 +
examples/Kaleidoscope/Chapter6/CMakeLists.txt | 1 +
examples/Kaleidoscope/Chapter7/CMakeLists.txt | 1 +
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 38 ++--
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 120 ++++++++----
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 11 +-
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 7 +-
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 7 +-
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 17 +-
include/llvm/ExecutionEngine/Orc/Legacy.h | 40 ++++
include/llvm/ExecutionEngine/Orc/NullResolver.h | 10 +
.../ExecutionEngine/Orc/ObjectTransformLayer.h | 6 +-
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 124 ++++++------
lib/ExecutionEngine/Orc/Legacy.cpp | 19 +-
lib/ExecutionEngine/Orc/NullResolver.cpp | 11 ++
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 215 ++++++++++++++-------
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 92 +++++++--
test/CodeGen/AArch64/sub1.ll | 17 ++
tools/lli/OrcLazyJIT.h | 92 +++++++--
.../Orc/CompileOnDemandLayerTest.cpp | 17 +-
.../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 10 +-
.../Orc/ObjectTransformLayerTest.cpp | 43 +++--
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 79 +++++---
34 files changed, 844 insertions(+), 433 deletions(-)
create mode 100644 test/CodeGen/AArch64/sub1.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 glibc.
from 6d7aa2b531 getlogin_r: switch Linux variant to struct scratch_buffer
new 663e7d7849 Only define loff_t for __USE_MISC (bug 14553).
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 +++++++
posix/sys/types.h | 3 +--
sysdeps/unix/sysv/linux/sys/quota.h | 2 +-
3 files changed, 9 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 llvm.
from 1f521e37994 [TargetLowering] use local variables to reduce duplication; NFCI
new 6e27fa2c736 [TargetLowering] use local variable to reduce duplication; NFCI
new 0f6540180d4 [DSE] Upgrade uses of MemoryIntrinic::getAlignment() to new [...]
new 5d3c5707673 [x86] add test to show missed BMI isel; NFC
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/TargetLowering.cpp | 84 ++++++++++----------------
lib/Transforms/Scalar/DeadStoreElimination.cpp | 2 +-
test/CodeGen/X86/bmi.ll | 15 +++++
3 files changed, 48 insertions(+), 53 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 3a0c745b9 Pass --build-dir to dotest in the Xcode project
new c5fe9f19b Remove obsolete file
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:
packages/Python/lldbsuite/test/bench-history | 206 ---------------------------
packages/Python/lldbsuite/test/bench.py | 2 -
2 files changed, 208 deletions(-)
delete mode 100644 packages/Python/lldbsuite/test/bench-history
--
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 52f9ca28a Implement P0777: Treating unnecessay decay
new c387931db Mark P0777 as complete
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:
www/cxx2a_status.html | 4 ++--
1 file changed, 2 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 llvm.
from 0f44c538fb0 [InferAddressSpaces] Update uses of IRBuilder memory intrin [...]
new 1f521e37994 [TargetLowering] use local variables to reduce duplication; NFCI
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 | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.