[PATCH] D12089: Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}.

Josh Gao via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 14:04:41 PDT 2015


jmgao created this revision.
jmgao added reviewers: compnerd, rengolin.
jmgao added a subscriber: llvm-commits.
jmgao set the repository for this revision to rL LLVM.
Herald added a subscriber: aemerson.

Implement more missing ARM EABI runtime functions.

Repository:
  rL LLVM

http://reviews.llvm.org/D12089

Files:
  lib/builtins/arm/aeabi_cdcmp.S
  lib/builtins/arm/aeabi_cdcmpeq_helper.c
  lib/builtins/arm/aeabi_cfcmp.S
  lib/builtins/arm/aeabi_cfcmpeq_helper.c
  test/builtins/Unit/arm/aeabi_cdcmpeq_test.c
  test/builtins/Unit/arm/aeabi_cdcmple_test.c
  test/builtins/Unit/arm/aeabi_cfcmpeq_test.c
  test/builtins/Unit/arm/aeabi_cfcmple_test.c
  test/builtins/Unit/arm/call_apsr.S
  test/builtins/Unit/arm/call_apsr.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12089.32342.patch
Type: text/x-patch
Size: 17610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150817/067aa01b/attachment.bin>


More information about the llvm-commits mailing list