Skip to content
  1. Oct 02, 2012
  2. Oct 01, 2012
  3. Sep 20, 2012
  4. Aug 21, 2012
  5. Jun 30, 2012
  6. Jun 29, 2012
  7. 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
  8. May 24, 2012
  9. May 11, 2012
  10. May 10, 2012
  11. May 09, 2012
  12. May 08, 2012
  13. May 07, 2012
  14. May 04, 2012
  15. May 03, 2012
  16. May 02, 2012
  17. May 01, 2012
  18. Apr 28, 2012
  19. Apr 27, 2012
  20. Apr 25, 2012
  21. Apr 24, 2012
  22. Apr 21, 2012
  23. Apr 20, 2012
  24. Apr 19, 2012
Loading