Skip to content
  1. Aug 14, 2012
    • Chandler Carruth's avatar
      Add initial documentation about the new tools repository and the · 72af8c3c
      Chandler Carruth authored
      structure of how we're building concrete tools as well as tooling
      infrastructure as part of the Clang project.
      
      This documentation is definitely still rough. If anyone can improve it,
      flesh it out, or help structure it in a more natural way, please, help!
      =] This is not my forte, and patches here are more than welcome!
      
      llvm-svn: 161855
      72af8c3c
  2. Aug 13, 2012
  3. Aug 06, 2012
  4. Jul 31, 2012
  5. Jul 26, 2012
  6. Jul 25, 2012
  7. Jul 23, 2012
  8. Jul 20, 2012
  9. Jul 17, 2012
  10. Jul 16, 2012
    • Jordan Rose's avatar
      Don't crash when emitting fixits following Unicode characters. · fb12a53d
      Jordan Rose authored
      This code is very sensitive to the difference between "columns" as printed
      and "bytes" (SourceManager columns). All variables are now named explicitly
      and our assumptions are (hopefully) documented as both comment and assertion.
      
      Whether parseable fixits should use byte offsets or Unicode character counts
      is pending discussion on the mailing list; currently the implementation uses
      bytes (and has no problems on lines containing multibyte characters).
      This has been added to the user manual.
      
      <rdar://problem/11877454>
      
      llvm-svn: 160319
      fb12a53d
  11. Jul 13, 2012
  12. Jul 12, 2012
  13. Jul 11, 2012
  14. Jul 10, 2012
  15. Jul 09, 2012
  16. Jul 05, 2012
  17. Jul 02, 2012
  18. Jun 29, 2012
  19. Jun 28, 2012
  20. Jun 27, 2012
  21. Jun 23, 2012
    • Hans Wennborg's avatar
      Support the tls_model attribute (PR9788) · d3b01bc7
      Hans Wennborg authored
      This adds support for the tls_model attribute. This allows the user to
      choose a TLS model that is better than what LLVM would select by
      default. For example, a variable might be declared as:
      
        __thread int x __attribute__((tls_model("initial-exec")));
      
      if it will not be used in a shared library that is dlopen'ed.
      
      This depends on LLVM r159077.
      
      llvm-svn: 159078
      d3b01bc7
  22. Jun 22, 2012
  23. Jun 18, 2012
  24. Jun 16, 2012
  25. Jun 13, 2012
  26. Jun 12, 2012
  27. Jun 06, 2012
  28. Jun 04, 2012
  29. Jun 02, 2012
  30. May 30, 2012
  31. May 27, 2012
Loading