[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 11:40:02 PDT 2019


aykevl updated this revision to Diff 197605.
aykevl added a comment.

- now _really_ update the URL


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.197605.patch
Type: text/x-patch
Size: 7350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190501/4ac50560/attachment.bin>


More information about the llvm-commits mailing list