[PATCH] D60931: [builtins] Use aliases for function redirects
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 28 17:44:34 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT359413: [builtins] Use aliases for function redirects (authored by phosek, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60931?vs=196701&id=197045#toc
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60931/new/
https://reviews.llvm.org/D60931
Files:
lib/builtins/adddf3.c
lib/builtins/addsf3.c
lib/builtins/ashldi3.c
lib/builtins/ashrdi3.c
lib/builtins/comparedf2.c
lib/builtins/comparesf2.c
lib/builtins/comparetf2.c
lib/builtins/divdf3.c
lib/builtins/divsf3.c
lib/builtins/divsi3.c
lib/builtins/extendhfsf2.c
lib/builtins/extendsfdf2.c
lib/builtins/fixdfdi.c
lib/builtins/fixdfsi.c
lib/builtins/fixsfdi.c
lib/builtins/fixsfsi.c
lib/builtins/fixunsdfdi.c
lib/builtins/fixunsdfsi.c
lib/builtins/fixunssfdi.c
lib/builtins/fixunssfsi.c
lib/builtins/floatdidf.c
lib/builtins/floatdisf.c
lib/builtins/floatsidf.c
lib/builtins/floatsisf.c
lib/builtins/floatundidf.c
lib/builtins/floatundisf.c
lib/builtins/floatunsidf.c
lib/builtins/floatunsisf.c
lib/builtins/int_lib.h
lib/builtins/lshrdi3.c
lib/builtins/muldf3.c
lib/builtins/muldi3.c
lib/builtins/mulsf3.c
lib/builtins/negdf2.c
lib/builtins/negsf2.c
lib/builtins/subdf3.c
lib/builtins/subsf3.c
lib/builtins/truncdfhf2.c
lib/builtins/truncdfsf2.c
lib/builtins/truncsfhf2.c
lib/builtins/udivsi3.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60931.197045.patch
Type: text/x-patch
Size: 21320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190429/969857ba/attachment.bin>
More information about the llvm-commits
mailing list