Go to file
Tim Northover 65277a2bc0 LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT.
It's valid to use FP_TO_SINT when asking for a smaller type (e.g. all
"unsigned int16" values fit into a "signed int32"), but the reverse
isn't true.

Unfortunately, I'm not actually aware of any architecture with
asymmetric FP_TO_SINT and FP_TO_UINT handling and the logic happens to
work in the symmetric case, so I can't actually write a test for this.

llvm-svn: 210986
2014-06-15 09:27:20 +00:00
clang One of our buildbot for FreeBSD does not support std::to_string. 2014-06-14 09:28:27 +00:00
clang-tools-extra Prefix error_code with std. 2014-06-12 22:08:48 +00:00
compiler-rt Exclude Android from the tests for valloc/pvalloc. 2014-06-14 00:50:03 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add intptr types 2014-06-13 19:43:18 +00:00
libcxx Revert "fixes duplicate header installation" 2014-06-12 23:19:55 +00:00
libcxxabi Add a FAQ section, with a question about why the std::exception class destructors live in libc++abi 2014-06-11 16:54:09 +00:00
lld [Mips] Make gp-sym-1.test test case independent from external input files. 2014-06-14 21:18:50 +00:00
lldb Added several gdb-remote tests around QListThreadsInStopReply. 2014-06-14 22:00:36 +00:00
llvm LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT. 2014-06-15 09:27:20 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] C++11 Memory access iterators in SCoP stmts 2014-06-13 18:01:45 +00:00