This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b3d0f0cd3f [AArch64] Add early exit to promoteLoadFromStore. new 84aab6f9f06 [Support] Add RetryAfterSignal helper function new 39ca2eff5a9 [AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics.
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/Errno.h | 13 ++++++ lib/Support/MemoryBuffer.cpp | 13 +++--- lib/Support/Unix/Path.inc | 12 ++---- lib/Support/Unix/Process.inc | 12 ++---- .../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 47 ++++++++++++++++++++++ lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 15 +++++-- lib/Target/AArch64/AArch64ISelLowering.cpp | 11 ++++- lib/Target/AArch64/AArch64InstrAtomics.td | 46 +++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/ErrnoTest.cpp | 33 +++++++++++++++ 10 files changed, 173 insertions(+), 30 deletions(-) create mode 100644 unittests/Support/ErrnoTest.cpp