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

Josh Gao via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 17:26:41 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL245648: Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}. (authored by jmgao).

Changed prior to commit:
  http://reviews.llvm.org/D12089?vs=32765&id=32777#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12089

Files:
  compiler-rt/trunk/lib/builtins/CMakeLists.txt
  compiler-rt/trunk/lib/builtins/arm/aeabi_cdcmp.S
  compiler-rt/trunk/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c
  compiler-rt/trunk/lib/builtins/arm/aeabi_cfcmp.S
  compiler-rt/trunk/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c
  compiler-rt/trunk/lib/builtins/assembly.h
  compiler-rt/trunk/test/builtins/Unit/arm/aeabi_cdcmpeq_test.c
  compiler-rt/trunk/test/builtins/Unit/arm/aeabi_cdcmple_test.c
  compiler-rt/trunk/test/builtins/Unit/arm/aeabi_cfcmpeq_test.c
  compiler-rt/trunk/test/builtins/Unit/arm/aeabi_cfcmple_test.c
  compiler-rt/trunk/test/builtins/Unit/arm/call_apsr.S
  compiler-rt/trunk/test/builtins/Unit/arm/call_apsr.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12089.32777.patch
Type: text/x-patch
Size: 21732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150821/7667b4c0/attachment.bin>


More information about the llvm-commits mailing list