Skip to content
  1. Aug 06, 2009
  2. Jul 16, 2009
  3. Jul 15, 2009
  4. 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
  5. 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
  6. Apr 11, 2009
  7. Apr 10, 2009
  8. Mar 07, 2009
  9. Mar 06, 2009
  10. Mar 05, 2009
  11. Mar 04, 2009
Loading