Skip to content
  1. Dec 03, 2012
  2. Nov 29, 2012
  3. Nov 28, 2012
  4. Nov 23, 2012
  5. Nov 15, 2012
  6. Nov 09, 2012
  7. Nov 05, 2012
  8. Oct 24, 2012
  9. Oct 23, 2012
  10. Oct 19, 2012
  11. Oct 18, 2012
  12. Oct 15, 2012
  13. Oct 11, 2012
  14. Oct 08, 2012
  15. Aug 21, 2012
  16. Jul 06, 2012
    • Lang Hames's avatar
      Add -ffp-contract = { fast | on | off } command line option support. · aa53b936
      Lang Hames authored
      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
      aa53b936
  17. Jun 19, 2012
  18. May 22, 2012
  19. Apr 27, 2012
  20. Apr 08, 2012
    • Chandler Carruth's avatar
      Wire up -fpie and -fPIE to LLVM's newly added TargetOptions. No test · 097d019c
      Chandler Carruth authored
      case as we don't currently have any way of dumping target options or
      otherwise observing this. Another small step toward fixing PR12380. With
      this we generate TLS accesses using the static model instead of the
      dynamic model, but we're still generating suboptimal code under the
      mistaken assumption that the TLS offset might be greater than 2^32, and
      therefor not viable as an immediate offset of a segment register.
      
      llvm-svn: 154298
      097d019c
  21. Apr 04, 2012
  22. Mar 24, 2012
  23. Mar 01, 2012
    • Kostya Serebryany's avatar
      Add a flag -fthread-sanitizer. · 28a7a119
      Kostya Serebryany authored
      This flag enables ThreadSanitizer instrumentation committed to llvm as r150423.
      The patch includes one test for -fthread-sanitizer and one similar test for -faddress-sanitizer.
      This patch does not modify the linker flags (as we do it for -faddress-sanitizer) because the run-time library is not yet
      committed and it's structure in compiler-rt is not 100% clear.
      The users manual wil be changed in a separate commit.
      
      llvm-svn: 151846
      28a7a119
  24. Feb 29, 2012
  25. Feb 25, 2012
  26. Feb 07, 2012
  27. Feb 03, 2012
  28. Jan 23, 2012
  29. Jan 17, 2012
  30. Dec 14, 2011
  31. Dec 13, 2011
  32. Dec 06, 2011
  33. Dec 02, 2011
  34. Nov 30, 2011
Loading