Skip to content
  1. Oct 12, 2011
  2. Oct 08, 2011
  3. Oct 06, 2011
  4. Oct 03, 2011
  5. Oct 02, 2011
    • John McCall's avatar
      Make -fobjc-nonfragile-abi the -cc1 default, since it's the · 9b0a7cea
      John McCall authored
      increasingly prevailing case to the point that new features
      like ARC don't even support the fragile ABI anymore.
      
      This required a little bit of reshuffling with exceptions
      because a check was assuming that ObjCNonFragileABI was
      only being set in ObjC mode, and that's actually a bit
      obnoxious to do.
      
      Most, though, it involved a perl script to translate a ton
      of test cases.
      
      Mostly no functionality change for driver users, although
      there are corner cases with disabling language-specific
      exceptions that we should handle more correctly now.
      
      llvm-svn: 140957
      9b0a7cea
  6. Sep 26, 2011
  7. Sep 23, 2011
  8. Sep 19, 2011
  9. Sep 14, 2011
  10. Sep 13, 2011
  11. Sep 10, 2011
  12. Sep 09, 2011
  13. Sep 02, 2011
  14. Aug 23, 2011
  15. Aug 17, 2011
  16. Aug 16, 2011
  17. Aug 09, 2011
  18. Aug 04, 2011
  19. Aug 03, 2011
  20. Jul 27, 2011
  21. Jul 25, 2011
  22. Jul 23, 2011
  23. Jul 22, 2011
    • Jordy Rose's avatar
      Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. · a91768e5
      Jordy Rose authored
      This was previously not-const only because it has to lazily construct a chain
      of ivars the first time it is called (and after the chain is invalidated).
      In practice, all the clients were just const_casting their const Decls;
      all those now-unnecessary const_casts have been removed.
      
      llvm-svn: 135741
      a91768e5
  24. Jul 21, 2011
  25. Jul 18, 2011
  26. Jul 15, 2011
  27. Jul 14, 2011
  28. Jul 12, 2011
Loading