Skip to content
Snippets Groups Projects
  1. Jul 12, 2017
  2. Jul 03, 2017
  3. Jun 28, 2017
  4. Jun 08, 2017
  5. May 23, 2017
  6. Apr 20, 2017
  7. Feb 10, 2017
  8. Jan 17, 2017
  9. Jan 13, 2017
  10. Dec 03, 2016
  11. Nov 04, 2016
  12. Nov 03, 2016
  13. Oct 18, 2016
  14. Aug 11, 2016
  15. May 09, 2016
  16. May 03, 2016
  17. Apr 30, 2016
  18. Apr 27, 2016
  19. Apr 15, 2016
  20. Apr 13, 2016
    • Nemanja Ivanovic's avatar
      Enable support for __float128 in Clang · b2ea6d9a
      Nemanja Ivanovic authored
      This patch corresponds to review:
      http://reviews.llvm.org/D15120
      
      It adds support for the __float128 keyword, literals and a target feature to
      enable it. This support is disabled by default on all targets and any target
      that has support for this type is free to add it.
      
      Based on feedback that I've received from target maintainers, this appears to
      be the right thing for most targets. I have not heard from the maintainers of
      X86 which I believe supports this type. I will subsequently investigate the
      impact of enabling this on X86.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266186 91177308-0d34-0410-b5e6-96231b3b80d8
      b2ea6d9a
  21. Mar 11, 2016
  22. Mar 07, 2016
  23. Dec 10, 2015
  24. Nov 15, 2015
  25. Oct 27, 2015
  26. Oct 12, 2015
  27. Sep 05, 2015
  28. Sep 03, 2015
  29. Apr 13, 2015
  30. Jan 29, 2015
  31. Oct 15, 2014
  32. Oct 10, 2014
  33. Aug 08, 2014
  34. Aug 06, 2014
  35. Jul 31, 2014
Loading