Go to file
Derek Schuff de036eb170 Fix float->uint conversion for inputs less than 0
Summary:
The spec for these functions says that they should return 0 in this case but
this regressed in r234148. That revision essentially delegates the conversion
to the hardware, but that has different behavior on different platforms (e.g.
it is wrong on x86).

Also fix a typo in the name of __fixunsdfti

Test Plan: The existing unit tests now pass

Reviewers: joerg, howard.hinnant

Subscribers: llvm-commits

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

llvm-svn: 236319
2015-05-01 16:02:16 +00:00
clang Make helper functions static. NFC. 2015-05-01 13:59:53 +00:00
clang-tools-extra Revert r236001, "Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating." 2015-05-01 08:38:22 +00:00
compiler-rt Fix float->uint conversion for inputs less than 0 2015-05-01 16:02:16 +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 Allow compilation depending to the LLVM version 2015-04-29 15:37:06 +00:00
libcxx Fix -Wpessimizing-move warning by remove the call to std::move. 2015-04-30 21:47:28 +00:00
libcxxabi Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
libunwind Make the .eh_frame_hdr code work on FreeBSD as well. 2015-04-29 20:43:44 +00:00
lld [Mips] Check creation of GOT entries corresponded to R_MIPS_REL32 relocations 2015-05-01 13:41:45 +00:00
lldb Added support for locating and importing functions 2015-05-01 00:47:29 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm Remove std::move on return of temporary. 2015-05-01 15:26:22 +00:00
openmp These are the actual changes in the runtime to issue OMPT-related functions. All of them are surrounded by #if OMPT_SUPPORT and can be disabled (which is the default). 2015-04-29 16:42:24 +00:00
polly Update polly for LLVM rename of debug info metadata with DI* prefix 2015-04-29 17:02:14 +00:00