Skip to content
  1. Sep 08, 2009
  2. Sep 04, 2009
  3. Sep 02, 2009
  4. Sep 01, 2009
  5. Aug 28, 2009
  6. Aug 26, 2009
  7. Aug 25, 2009
  8. Aug 23, 2009
  9. Aug 18, 2009
  10. Aug 15, 2009
    • Eli Friedman's avatar
      Make test a bit more precise. · c0f6d44e
      Eli Friedman authored
      llvm-svn: 79073
      c0f6d44e
    • Eli Friedman's avatar
      Fix for PR4721: adjust CodeGen and ASTContext so that we have a · 04fddf0d
      Eli Friedman authored
      consistent model for handling size expressions for VLAs.
      
      The model is essentially as follows: VLA types own their associated
      expression.  In some cases, we need to create multiple VLA types to 
      represent a given VLA (for canonical types, or qualifiers on array types,
      or type merging).  If we need to create multiple types based off of 
      the same VLA declaration, we use the new refcounting functionality so they can 
      all own the expression. The VLASizeMap in CodeGenFunction then uses the size
      expression to identify the group of VLA types based off of the same original
      declaration.
      
      I'm not particularly attached to the VLA types owning the expression, 
      but we're stuck with at least until someone comes up with a way 
      to walk the VLA expressions for a declaration.
      
      I did the parallel fix in ASTContext for DependentSizedArrayType, but I 
      haven't really looked closely at it, so there might still be issues 
      there.
      
      I'll clean up the code duplication in ASTContext in a followup commit.
      
      llvm-svn: 79071
      04fddf0d
  11. Aug 13, 2009
  12. Aug 11, 2009
  13. Aug 10, 2009
  14. Aug 08, 2009
  15. Aug 05, 2009
  16. Aug 04, 2009
  17. Aug 03, 2009
  18. Aug 02, 2009
  19. Jul 31, 2009
  20. Jul 27, 2009
  21. Jul 25, 2009
  22. Jul 24, 2009
  23. Jul 23, 2009
  24. Jul 22, 2009
  25. Jul 21, 2009
  26. Jul 19, 2009
Loading