Go to file
Simon Atanasyan 1093afe27a [Mips] Adjust float ABI settings in case of MIPS16 mode.
Hard float for mips16 means essentially to compile as soft float but to
use a runtime library for soft float that is written with native mips32
floating point instructions (those runtime routines run in mips32 hard
float mode).

The patch reviewed by Reed Kotler.

llvm-svn: 195123
2013-11-19 12:20:17 +00:00
clang Giving this test a triple since it uses a calling convention attribute. 2013-11-19 04:25:20 +00:00
clang-tools-extra Fix the build after r195016. 2013-11-18 18:03:29 +00:00
compiler-rt [asan] new shadow poison magic for contiguous-container-buffer-overflow, addressed Alexey Samsonov's comments for r195011 2013-11-19 08:40:07 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc R600: Add aliases for Sea Islands GPUs 2013-11-18 18:21:30 +00:00
libcxx G M suggestion: conditionally include files on _WIN32. 2013-11-18 21:30:19 +00:00
libcxxabi If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld [PECOFF] Now that identify_magic() recognizes COFF import library. 2013-11-19 06:29:57 +00:00
lldb Add logging for the SB API which creates extended 2013-11-19 05:44:41 +00:00
llvm [Mips] Adjust float ABI settings in case of MIPS16 mode. 2013-11-19 12:20:17 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Fix 80 column violation 2013-11-17 03:18:32 +00:00