Go to file
Oliver Stannard d3d114ba54 [ARM] Use correct half-precision functions in EABI mode
The ARM RTABI defines the half- to single-precision float conversion functions
with an __aeabi prefix, but libgcc only has them with a __gnu prefix. Therefore
we need to emit the __aeabi version when compiling with an eabi or eabihf
triple, and the __gnu version with a gnueabi or gnueabihf triple.

llvm-svn: 249565
2015-10-07 16:58:49 +00:00
clang [VFS] Port driver tool chains to VFS. 2015-10-07 15:48:01 +00:00
clang-tools-extra Loosening the restriction on variadic function definitions so that extern "C" function definitions are permissible. 2015-10-07 15:14:10 +00:00
compiler-rt Add ARM RTABI aliases for half-precision conversions 2015-10-07 16:15:22 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Remove unnecessary inline functions capturing the contents of C library macros. 2015-10-06 22:03:22 +00:00
libcxxabi Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. 2015-09-20 18:10:46 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld [ELF2] -z now option implemented 2015-10-07 15:00:21 +00:00
lldb commands: Use override instead of virtual. 2015-10-07 16:56:17 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [ARM] Use correct half-precision functions in EABI mode 2015-10-07 16:58:49 +00:00
openmp Fix memory corruption in Windows debug library 2015-09-25 17:23:17 +00:00
polly IRBuilder: Use Map.lookup instead of Map.find [NFC] 2015-10-07 13:35:20 +00:00