[PATCH] D29882: [Builtin][ARM] #ifdef ARM vfp tests and cpu_model_tests
Weiming Zhao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 16:10:57 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL295261: [Builtin][ARM] #ifdef ARM vfp tests and cpu_model_tests (authored by weimingz).
Changed prior to commit:
https://reviews.llvm.org/D29882?vs=88159&id=88622#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29882
Files:
compiler-rt/trunk/test/builtins/Unit/adddf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/addsf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/cpu_model_test.c
compiler-rt/trunk/test/builtins/Unit/divdf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/divsf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/eqdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/eqsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/extebdsfdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/fixdfsivfp_test.c
compiler-rt/trunk/test/builtins/Unit/fixsfsivfp_test.c
compiler-rt/trunk/test/builtins/Unit/fixunsdfsivfp_test.c
compiler-rt/trunk/test/builtins/Unit/fixunssfsivfp_test.c
compiler-rt/trunk/test/builtins/Unit/floatsidfvfp_test.c
compiler-rt/trunk/test/builtins/Unit/floatsisfvfp_test.c
compiler-rt/trunk/test/builtins/Unit/floatunssidfvfp_test.c
compiler-rt/trunk/test/builtins/Unit/floatunssisfvfp_test.c
compiler-rt/trunk/test/builtins/Unit/gedf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/gesf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/gtdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/gtsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/ledf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/lesf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/ltdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/ltsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/muldf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/mulsf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/nedf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/negdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/negsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/nesf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/subdf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/subsf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/truncdfsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/unorddf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/unordsf2vfp_test.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29882.88622.patch
Type: text/x-patch
Size: 21008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170216/e20f1b83/attachment.bin>
More information about the llvm-commits
mailing list