Skip to content
  1. Oct 29, 2009
  2. Oct 21, 2009
  3. Oct 16, 2009
  4. Oct 13, 2009
  5. Oct 10, 2009
  6. Oct 08, 2009
  7. Sep 26, 2009
  8. Sep 22, 2009
  9. Sep 13, 2009
  10. Sep 12, 2009
  11. Sep 11, 2009
  12. Sep 10, 2009
  13. Sep 09, 2009
  14. Aug 17, 2009
  15. Aug 16, 2009
  16. Aug 13, 2009
  17. Aug 08, 2009
  18. Aug 06, 2009
  19. Aug 03, 2009
  20. Aug 02, 2009
  21. Jul 31, 2009
  22. Jul 30, 2009
  23. Jul 29, 2009
  24. Jul 26, 2009
  25. Jul 25, 2009
  26. Jul 19, 2009
    • Daniel Dunbar's avatar
      Fix thinko. · 669521c9
      Daniel Dunbar authored
      llvm-svn: 76362
      669521c9
    • Daniel Dunbar's avatar
      Avoid generation of dead code in a few more situations. · b6adc43f
      Daniel Dunbar authored
       - Emit variable declarations as "simple", we want to avoid forcing the creation
         of a dummy basic block, but still need to make the variable available for
         later use.
      
       - With that, we can now skip IRgen for other unreachable statements (which
         don't define a label).
      
       - Anders, I added two fixmes on calls to EmitVLASize, can you check them?
      
      llvm-svn: 76361
      b6adc43f
  27. Jul 15, 2009
  28. Jul 13, 2009
  29. Jul 08, 2009
  30. 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
  31. Jun 26, 2009
  32. Jun 18, 2009
Loading