Go to file
Pirama Arumuga Nainar 12aeefc63b Fix bug while building FP16 constant vectors for AArch64
Summary: Building FP16 constant vectors caused the FP16 data to be bitcast to i64.  This patch creates a BITCAST node with the correct value, and adds a test to verify correct handling.

Reviewers: mcrosier

Reviewed By: mcrosier

Subscribers: mcrosier, jmolloy, ab, srhines, llvm-commits, rengolin, aemerson

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

llvm-svn: 232562
2015-03-17 23:10:29 +00:00
clang MS ABI: Fix a couple of -Winconsistent-missing-override warnings 2015-03-17 22:31:34 +00:00
clang-tools-extra [clang-tidy] Move google-readability-function check to readability-named-parameter. 2015-03-16 22:31:16 +00:00
compiler-rt [sanitizer] change the format of coverage dump: instead of always dumping 32-bit offsets dump 32-bit offsets on 32-bit arch and 64-bit offsets on 64-bit arch. Also add the 'bits' parameter to sancov.py. This is a user-visible interface change. 2015-03-17 22:09:19 +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 Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Fix DYNLD_LIBRARY_PATH to include the ABI path if specified 2015-03-17 19:37:26 +00:00
libcxxabi Let libc++'s LIT configuration setup our linker paths and env. 2015-03-17 19:45:21 +00:00
lld [ELF][ARM] Place gotSymbol in an anonymous namespace 2015-03-17 16:40:14 +00:00
lldb Convert CRLF to LF. 2015-03-17 22:51:21 +00:00
llgo [llgo] update year in LICENSE.txt 2015-03-13 01:36:02 +00:00
llvm Fix bug while building FP16 constant vectors for AArch64 2015-03-17 23:10:29 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Fix debug info now that the verifier is on 2015-03-17 18:23:38 +00:00