Go to file
Daniel Sanders 24e08fd5c0 [mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and FP64 moves
Summary:
This is similar to r210771 which did the same thing for MTHC1.

Also corrected MTHC1_D32 and MTHC1_D64 which used AFGR64 and FGR64 on the
wrong definitions.

Differential Revision: http://reviews.llvm.org/D4483

llvm-svn: 212936
2014-07-14 12:41:31 +00:00
clang clang-format: Improve cast detection (fix false positive). 2014-07-14 12:38:38 +00:00
clang-tools-extra Suggest automated replacements of C-style casts with C++ casts. 2014-07-14 07:37:05 +00:00
compiler-rt [msan] Stop demangling function name in the stack origin report. 2014-07-14 09:35:27 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Support the built-in type-trait support in gcc 4.7 and later. Thanks to Albert Wong for the patch. 2014-07-10 15:38:20 +00:00
libcxxabi Support LLVM_LIBDIR_SUFFIX. 2014-07-11 15:52:58 +00:00
lld [Mips] Remove unused test input file. 2014-07-14 08:54:40 +00:00
lldb Modified gdb-remote tests to run with automatically-chosen ports. 2014-07-14 06:24:44 +00:00
llvm [mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and FP64 moves 2014-07-14 12:41:31 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly DeadCodeElimination: Fix liveout computation 2014-07-14 08:32:01 +00:00