Go to file
Evan Cheng d12af5dc69 Neuter the optimization I implemented with r107852 and r108258 which turn some
floating point equality comparisons into integer ones with -ffast-math. The
issue is the optimization causes +0.0 != -0.0.

Now the optimization is only done when one side is known to be 0.0. The other
side's sign bit is masked off for the comparison.

rdar://10964603

llvm-svn: 151861
2012-03-01 23:27:13 +00:00
clang add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs/UsersManual.html 2012-03-01 23:14:19 +00:00
compiler-rt Force __asan_set_death_callback into the resulting binary. 2012-03-01 14:39:21 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Fix MSVC / Sun #ifdef ordering. Remove another #if-nothing-#endif. 2012-02-29 16:41:21 +00:00
libcxxabi First attempt at arm support. 2012-02-29 22:14:19 +00:00
lld Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
lldb Bumped Xcode project version for lldb-119 and debugserver-170. 2012-03-01 21:07:11 +00:00
llvm Neuter the optimization I implemented with r107852 and r108258 which turn some 2012-03-01 23:27:13 +00:00
polly www: Fix typo founded -> funded 2012-03-01 15:02:21 +00:00