Skip to content
  1. Nov 09, 2009
  2. Oct 27, 2009
  3. Oct 13, 2009
  4. Sep 21, 2009
  5. Sep 14, 2009
    • Daniel Dunbar's avatar
      Fix subtle bug in generating LLVM function declarations for builtin functions. · ff0553ec
      Daniel Dunbar authored
      The decl wasn't being passed down, which meant that function attributes were not
      being set correctly. This is particularly important for ARM, since it wants to
      override the calling convention. Instead we would emit the builtin with the
      wrong calling convention, and instcombine would come along and merrily shred all
      the calls to it. :)
      
      llvm-svn: 81756
      ff0553ec
  6. Sep 09, 2009
  7. Sep 01, 2009
  8. Aug 24, 2009
  9. Aug 13, 2009
  10. Jul 31, 2009
  11. Jul 30, 2009
  12. Jul 27, 2009
  13. Jul 26, 2009
  14. Jul 25, 2009
  15. Jul 15, 2009
  16. Jul 13, 2009
  17. Jun 30, 2009
    • Argyrios Kyrtzidis's avatar
      Remove the ASTContext parameter from the attribute-related methods of Decl. · b4b64ca7
      Argyrios Kyrtzidis authored
      The implementations of these methods can Use Decl::getASTContext() to get the ASTContext.
      
      This commit touches a lot of files since call sites for these methods are everywhere.
      I used pre-tokenized "carbon.h" and "cocoa.h" headers to do some timings, and there was no real time difference between before the commit and after it.
      
      llvm-svn: 74501
      b4b64ca7
  18. Jun 18, 2009
  19. Jun 14, 2009
  20. Jun 07, 2009
  21. Jun 06, 2009
  22. Jun 02, 2009
  23. May 28, 2009
  24. May 27, 2009
  25. May 21, 2009
  26. May 18, 2009
  27. May 13, 2009
  28. May 08, 2009
  29. May 03, 2009
  30. Apr 26, 2009
  31. Apr 18, 2009
  32. Apr 13, 2009
  33. Apr 08, 2009
  34. Apr 07, 2009
Loading