Skip to content
  1. Jul 23, 2013
  2. Jul 21, 2013
  3. Jul 20, 2013
    • David Majnemer's avatar
      DiagnosticIDs: Forbid Diag ID from being valid · 38af2a21
      David Majnemer authored
      Diag ID is used throughout clang as a sentinel id meaning "this is an
      invalid diagnostic id."  Confusingly, Diag ID maps to a valid, usable,
      diagnostic id.  Instead, start diagnostic ids at ID one.
      
      Incidently, remove an unused element from StaticDiagInfo.
      
      llvm-svn: 186760
      38af2a21
  4. Jul 19, 2013
  5. Jul 16, 2013
  6. Jul 15, 2013
  7. Jul 14, 2013
  8. Jul 11, 2013
  9. Jul 08, 2013
  10. Jul 04, 2013
  11. Jul 03, 2013
  12. Jul 01, 2013
  13. Jun 29, 2013
  14. Jun 27, 2013
  15. Jun 26, 2013
  16. Jun 25, 2013
  17. Jun 21, 2013
  18. Jun 20, 2013
  19. Jun 18, 2013
  20. Jun 17, 2013
  21. Jun 15, 2013
    • Ed Schouten's avatar
      Emit native implementations of atomic operations on FreeBSD/armv6. · 60afa2d9
      Ed Schouten authored
      Just like on Linux, FreeBSD/armv6 assumes the system supports
      ldrex/strex unconditionally. It is also used by the kernel. We can
      therefore enable support for it, like we do on Linux.
      
      While there, change one of the unit tests to explicitly test against
      armv5 instead of armv7, as it actually tests whether libcalls are
      emitted.
      
      llvm-svn: 184040
      60afa2d9
  22. Jun 10, 2013
  23. Jun 08, 2013
  24. Jun 07, 2013
  25. Jun 04, 2013
  26. May 31, 2013
  27. May 25, 2013
  28. May 24, 2013
  29. May 19, 2013
  30. May 16, 2013
  31. May 15, 2013
  32. May 14, 2013
  33. May 13, 2013
Loading