1. 30a8a27 Use CharUnits for alignments in character units. by Ken Dyck · 15 years ago
  2. 199c3d6 Roll out ASTContext::getTypeSizeInChars(), replacing instances of by Ken Dyck · 15 years ago
  3. 5e530af Added block type introspection support. by David Chisnall · 15 years ago
  4. bf5fd78 Refactor. by Mike Stump · 15 years ago
  5. ea26cb5 Prep work to always preallocate BlockDeclRefExprs so that we can by Mike Stump · 15 years ago
  6. 3c0ef8c Simplify pointer creation with the new Type::getInt*Ptr methods. by Benjamin Kramer · 15 years ago
  7. 39605b4 Improve debug info generation for __block variables. by Mike Stump · 15 years ago
  8. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  9. 0032b27 Update for LLVM API change. by Owen Anderson · 15 years ago
  10. f21efe9 LLVMContext is a class now. by Benjamin Kramer · 15 years ago
  11. 47a434f Update for LLVM API change. by Owen Anderson · 15 years ago
  12. f495456 Remove ASTContext::isObjCObjectPointerType(). by Steve Naroff · 15 years ago
  13. a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
  14. 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 15 years ago
  15. 49f59ec Skip the asm prefix when storing the name in block info. by Daniel Dunbar · 15 years ago
  16. c0c0ef0 Fixup copy/dispose helpers for Objective-C. Radar 6756504 by Mike Stump · 15 years ago
  17. b7477cf Fixup codegen for nested blocks that use copy/dispose in the inner by Mike Stump · 15 years ago
  18. 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 15 years ago
  19. cf62d39 Pass the type of the block literal around to make required temporal ordering of code clearer. by Mike Stump · 15 years ago
  20. ee09422 Complete __Block_byref_id_object_copy cogegen for block literals. by Mike Stump · 15 years ago
  21. 1851b68 Finish off __Block_byref_id_object_dispose codegen for block literals. by Mike Stump · 15 years ago
  22. 416d92e Remove extra arg. by Mike Stump · 15 years ago
  23. 45031c0 More codegen support for the copy/dispose helpers for block literals. by Mike Stump · 15 years ago
  24. a4f668f Framework for codegen for copy/dispose helpers. by Mike Stump · 15 years ago
  25. 00470a1 prep work for copy/destroy helpers for block literals. by Mike Stump · 15 years ago
  26. 797b632 Add codegen support for __block variables to call _Block_object_dispose as necessary. by Mike Stump · 15 years ago
  27. ad75ab4 Move more blocks CodeGenFunction code up and out. by Mike Stump · 15 years ago
  28. 3947de5 Move some of the CodeGenFunction blocks code up and out. No by Mike Stump · 15 years ago
  29. 90a9043 Move more of the blocks code up and out. by Mike Stump · 15 years ago
  30. 2a99814 Move more of blocks codegen out of CodeGenModule and into the by Mike Stump · 15 years ago
  31. d883d84 Start the migration of more of the blocks code out of sight for most by Mike Stump · 15 years ago