[PATCH] D61052: [compiler-rt][builtins] Implement some fetch-and-x operations for Cortex-M
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 10:43:30 PDT 2019
aykevl updated this revision to Diff 197591.
aykevl added a comment.
- updated the URL to the GCC docs
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61052/new/
https://reviews.llvm.org/D61052
Files:
lib/builtins/arm/sync-ops.h
lib/builtins/arm/sync_fetch_and_add_4.S
lib/builtins/arm/sync_fetch_and_add_8.S
lib/builtins/arm/sync_fetch_and_and_4.S
lib/builtins/arm/sync_fetch_and_and_8.S
lib/builtins/arm/sync_fetch_and_nand_4.S
lib/builtins/arm/sync_fetch_and_nand_8.S
lib/builtins/arm/sync_fetch_and_or_4.S
lib/builtins/arm/sync_fetch_and_or_8.S
lib/builtins/arm/sync_fetch_and_sub_4.S
lib/builtins/arm/sync_fetch_and_sub_8.S
lib/builtins/arm/sync_fetch_and_xor_4.S
lib/builtins/arm/sync_fetch_and_xor_8.S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61052.197591.patch
Type: text/x-patch
Size: 7360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190501/921130f7/attachment.bin>
More information about the llvm-commits
mailing list