Skip to content
  1. Oct 21, 2009
  2. Oct 13, 2009
  3. Sep 22, 2009
  4. Sep 09, 2009
  5. Aug 13, 2009
  6. Aug 11, 2009
  7. Aug 06, 2009
  8. Jul 16, 2009
  9. Jul 15, 2009
  10. Jun 06, 2009
    • Mike Stump's avatar
      As an optimization, we maintain a cache of generated · cbc2bcaf
      Mike Stump authored
      ___Block_byref_id_object_dispose and ___Block_byref_id_object_copy
      functions so that we can simply reuse instead of creating a new one.
      Additionally, add an assert to ensure no one yet tries to align a
      __block variable beyond the alignment of a pointer as the codegen is
      incomplete.
      
      llvm-svn: 72974
      cbc2bcaf
  11. May 14, 2009
    • Daniel Dunbar's avatar
      Skip the asm prefix when storing the name in block info. · 0a2171cc
      Daniel Dunbar authored
       - Otherwise we emit internal names with embedded '\01' characters,
         which confuses some tools.
      
       - Ideally all the code which wants to get a "display name" for the
         given function should follow one code path, but this should be a
         monotonic improvement for now.
      
      llvm-svn: 71774
      0a2171cc
  12. Apr 11, 2009
  13. Apr 10, 2009
  14. Mar 07, 2009
  15. Mar 06, 2009
  16. Mar 05, 2009
  17. Mar 04, 2009
Loading