Skip to content
  1. Feb 16, 2014
  2. Dec 26, 2013
    • Aaron Ballman's avatar
      Teach the diagnostics engine about the Attr type to make reporting on semantic... · 3e424b50
      Aaron Ballman authored
      Teach the diagnostics engine about the Attr type to make reporting on semantic attributes easier (and not require hard-coded strings). This requires a getSpelling() function on the Attr class, which is table-driven. Updates a handful of cases where a hard-coded string was being used to test the functionality out. Updating associated test cases for the improved quoting.
      
      llvm-svn: 198055
      3e424b50
  3. Dec 02, 2013
  4. Nov 22, 2013
  5. Oct 07, 2013
  6. Sep 27, 2013
  7. Sep 24, 2013
  8. Sep 17, 2013
  9. Sep 09, 2013
  10. Sep 05, 2013
  11. Aug 30, 2013
  12. Aug 27, 2013
  13. Aug 12, 2013
    • Tim Northover's avatar
      Fix FileCheck --check-prefix lines. · 19ae1175
      Tim Northover authored
      Various tests had sprung up over the years which had --check-prefix=ABC on the
      RUN line, but "CHECK-ABC:" later on. This happened to work before, but was
      strictly incorrect. FileCheck is getting stricter soon though.
      
      Patch by Ron Ofir.
      
      llvm-svn: 188174
      19ae1175
  14. Jul 04, 2013
  15. Jun 07, 2013
  16. May 09, 2013
  17. May 01, 2013
  18. Apr 03, 2013
  19. Mar 18, 2013
  20. Feb 11, 2013
  21. Feb 08, 2013
  22. Feb 07, 2013
  23. Oct 02, 2012
  24. Oct 01, 2012
  25. Sep 20, 2012
  26. Aug 21, 2012
  27. Jun 30, 2012
  28. Jun 29, 2012
  29. Jun 20, 2012
    • John McCall's avatar
      Restructure how the driver communicates information about the · 5fb5df9c
      John McCall authored
      target Objective-C runtime down to the frontend:  break this
      down into a single target runtime kind and version, and compute
      all the relevant information from that.  This makes it
      relatively painless to add support for new runtimes to the
      compiler.  Make the new -cc1 flag, -fobjc-runtime=blah-x.y.z,
      available at the driver level as a better and more general
      alternative to -fgnu-runtime and -fnext-runtime.  This new
      concept of an Objective-C runtime also encompasses what we
      were previously separating out as the "Objective-C ABI", so
      fragile vs. non-fragile runtimes are now really modelled as
      different kinds of runtime, paving the way for better overall
      differentiation.
      
      As a sort of special case, continue to accept the -cc1 flag
      -fobjc-runtime-has-weak, as a sop to PLCompatibilityWeak.
      
      I won't go so far as to say "no functionality change", even
      ignoring the new driver flag, but subtle changes in driver
      semantics are almost certainly not intended.
      
      llvm-svn: 158793
      5fb5df9c
  30. May 24, 2012
  31. May 11, 2012
  32. May 10, 2012
  33. May 09, 2012
Loading