summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/comparedf2.c
Commit message (Collapse)AuthorAgeFilesLines
* builtins: restrict aliasesSaleem Abdulrasool2015-08-211-0/+2
| | | | | | | | MachO and COFF do not support aliases. Restrict the alias to ELF targets. This should also fix the Darwin build. Make the FNALIAS usage an error on non-ELF targets. llvm-svn: 245669
* [compiler-rt] Add libgcc compatibility aliases for __cmp{s,d,f}f2.Josh Gao2015-08-211-0/+3
| | | | | | | | | | Reviewers: compnerd Subscribers: asl, llvm-commits Differential Revision: http://reviews.llvm.org/D12091 llvm-svn: 245663
* Fix typosAlp Toker2014-05-151-1/+1
| | | | llvm-svn: 208841
* Consistently use COMPILER_RT_ABI for all public symbols.Joerg Sonnenberger2014-03-011-7/+14
| | | | | | Move prototypes into headers and fix a few inconsistencies. llvm-svn: 202591
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-0/+134
directory llvm-svn: 201393
OpenPOWER on IntegriCloud