summaryrefslogtreecommitdiff
path: root/lib/builtins/divxc3.c
AgeCommit message (Collapse)Author
2015-10-07builtins: emulate _Complex for clSaleem Abdulrasool
cl does not support C99 completely as of VS2015. Emulate _Complex to allow building with MSVC. Patch by Tee Hao Wei! git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249514 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-01Consistently use COMPILER_RT_ABI for all public symbols.Joerg Sonnenberger
Move prototypes into headers and fix a few inconsistencies. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@202591 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov
directory git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201393 91177308-0d34-0410-b5e6-96231b3b80d8