Go to file
Lang Hames aa53b936ec Add -ffp-contract = { fast | on | off } command line option support.
This flag sets the 'fp-contract' mode, which controls the formation of fused
floating point operations. Available modes are:

- Fast: Form fused operations anywhere. 
- On: Form fused operations where allowed by FP_CONTRACT. This is the default
      mode.
- Off: Don't form fused operations (in future this may be relaxed to forming
       fused operations where it can be proved that the result won't be
       affected).

Currently clang doesn't support the FP_CONTRACT pragma, so the 'On' and 'Off'
modes are equivalent.

llvm-svn: 159794
2012-07-06 00:59:19 +00:00
clang Add -ffp-contract = { fast | on | off } command line option support. 2012-07-06 00:59:19 +00:00
compiler-rt tsan: Go language support 2012-07-05 16:18:28 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx link to Marshall's notes. 2012-07-06 00:39:38 +00:00
libcxxabi Don't dereference root in __parse_ctor_dtor_name unless it is known to not be null. 2012-06-15 21:57:51 +00:00
lld Add missing LLVMSupport 2012-07-04 02:16:35 +00:00
lldb <rdar://problem/11806995> 2012-07-05 21:46:53 +00:00
llvm Enable new[] on llvm::BumpPtrAllocator. 2012-07-06 00:25:39 +00:00
polly Add stringFromIslObj support for various isl_objs. 2012-07-05 08:55:31 +00:00