This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 11f1b93 [Orc] Add move ops for OrcRemoteTargetClient and OrcRemoteTar [...] new 9ebfa4d [AArch64] [ARM] Make a target-independent llvm.thread.pointer [...]
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: docs/LangRef.rst | 27 +++++++++++++++++++++++++++ include/llvm/IR/Intrinsics.td | 3 +++ include/llvm/IR/IntrinsicsAArch64.td | 3 --- include/llvm/IR/IntrinsicsARM.td | 3 --- lib/IR/AutoUpgrade.cpp | 10 ++++++++++ lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +++--- lib/Target/ARM/ARMISelLowering.cpp | 2 +- test/Assembler/autoupgrade-thread-pointer.ll | 19 +++++++++++++++++++ test/CodeGen/AArch64/arm64-builtins-linux.ll | 4 ++-- test/CodeGen/ARM/thread_pointer.ll | 4 ++-- test/Transforms/SafeStack/AArch64/abi.ll | 2 +- test/Transforms/SafeStack/AArch64/abi_ssp.ll | 6 +++--- 12 files changed, 71 insertions(+), 18 deletions(-) create mode 100644 test/Assembler/autoupgrade-thread-pointer.ll