This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fc01a4a7c8b [Support] Fix return type deduction in RetryAfterSignal new 7e5eff00e0c [Hexagon] Recognize potential offset overflow for store-imm [...] new 2dfb7e4fe8b Revert "[Support] Add RetryAfterSignal helper function" and [...]
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 +- lib/Target/Hexagon/HexagonFrameLowering.cpp | 43 +++++++- test/CodeGen/Hexagon/store-imm-large-stack.ll | 151 ++++++++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 - unittests/Support/ErrnoTest.cpp | 38 ------- 8 files changed, 215 insertions(+), 68 deletions(-) create mode 100644 test/CodeGen/Hexagon/store-imm-large-stack.ll delete mode 100644 unittests/Support/ErrnoTest.cpp