1. 1000491 Easy fix for nasty bug, exception data buffer had wrong type == wrong by Daniel Dunbar · 16 years ago
  2. 86957eb Implement Obj-C synthesized setters for copy / retain. by Daniel Dunbar · 16 years ago
  3. 49f6602 Add Obj-C runtime methods to get runtime specific functions for by Daniel Dunbar · 16 years ago
  4. dde0a94 Make sure to store the exception in the catch parameter. by Anders Carlsson · 16 years ago
  5. 1452f55 Make sure to emit the catch parameter as well as the catch body. by Anders Carlsson · 16 years ago
  6. 4b7ff6e Fix stupid mistake I made in the exception handling code by Anders Carlsson · 16 years ago
  7. 62d5c1b Add CodeGenTypes::GetFunctionType overload for getting the effective by Daniel Dunbar · 16 years ago
  8. 45c25ba Move FunctionType conversion into CGCall.cpp: by Daniel Dunbar · 16 years ago
  9. b768807 Tweak CGCall functions again: by Daniel Dunbar · 16 years ago
  10. 3913f18 Add CodeGenFunction::ReturnTypeUsesSret by Daniel Dunbar · 16 years ago
  11. 80f2567 Check in half-assed implementation of @try/@catch. by Anders Carlsson · 16 years ago
  12. 2b1e311 Simple @throw support. by Anders Carlsson · 16 years ago
  13. 124526b Add types and functions related to exceptions. by Anders Carlsson · 16 years ago
  14. 64d5d6c Move handling of @try and @throw to the runtime class. by Anders Carlsson · 16 years ago
  15. 46f45b9 Change CodeGen to emit calls using (RValue,Type) list: by Daniel Dunbar · 16 years ago
  16. 4b7c983 Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it. by Ted Kremenek · 16 years ago
  17. df042e6 Remove "NextDecl" from RecordDecl. This change touches many files that where RecordDecl or CXXRecordDecl was constructed, always with an argument of 'NULL' for the previous declaration. by Ted Kremenek · 16 years ago
  18. c67876d NeXT: Emit lazy reference to Protocol class for forward protocol by Daniel Dunbar · 16 years ago
  19. e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  20. 2abd89c Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 16 years ago
  21. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  22. 19cd87e Refactor handling of calls: by Daniel Dunbar · 16 years ago
  23. 662174c8 Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs by Daniel Dunbar · 16 years ago
  24. c56f34a NeXT: Emit mostly-correct property type encoding. by Daniel Dunbar · 16 years ago
  25. ae226fa NeXT: Refactor protocol method metadata emission. by Daniel Dunbar · 16 years ago
  26. 86e2f40 NeXT: Emit correct properties for category. by Daniel Dunbar · 16 years ago
  27. c45ef60 NeXT: Emit metadata for synthetsized properties. by Daniel Dunbar · 16 years ago
  28. af05bb9 Objective-C @synthesize support. by Daniel Dunbar · 16 years ago
  29. f56f191 Fix Obj-C super sends inside class methods. by Daniel Dunbar · 16 years ago
  30. 242d4dc NeXT: Emit symbols used to manage linking of Obj-C classes. by Daniel Dunbar · 16 years ago
  31. 3e9df99 NeXT: Clean up constant CFString handling. by Daniel Dunbar · 16 years ago
  32. 14c80b7 NeXT: Fix message sends which return structures. by Daniel Dunbar · 16 years ago
  33. e8b470d NeXT: Implement super message sends. by Daniel Dunbar · 16 years ago
  34. 8f2926b Trim CGObjCRuntime::GenerateMessageSend[Super] by Daniel Dunbar · 16 years ago
  35. c8ef551 NeXT: Emit property metadata (classes, protocols, categories). by Daniel Dunbar · 16 years ago
  36. 86e253a NeXT: Emit category metadata. by Daniel Dunbar · 16 years ago
  37. dbc9337 NeXT: Emit [meta]class protocol references. by Daniel Dunbar · 16 years ago
  38. 27f9d77 Preliminary support for Obj-C classes in NeXT runtime. by Daniel Dunbar · 16 years ago
  39. b7ec246 Add NeXT runtime support for generating methods. by Daniel Dunbar · 16 years ago
  40. ddb2a3d Change ObjCRuntime::LookupClass -> GetClass, and now takes the by Daniel Dunbar · 16 years ago
  41. 7ded7f4 Change CGObjCRuntime methods to take appropriate clang Decls. by Daniel Dunbar · 16 years ago
  42. 6efc0c5 Implement Obj-C protocol metadata generation for NeXT. by Daniel Dunbar · 16 years ago
  43. af2f62c Change ObjCRuntime GenerateProtocol[Ref] methods to take by Daniel Dunbar · 16 years ago
  44. 4e2d7d0 Emit OBJC_MODULE_INFO and OBJC_SYMBOLS metadata by Daniel Dunbar · 16 years ago
  45. 2bedbf8 Drop Sender from GenerateMessageSend* by Daniel Dunbar · 16 years ago
  46. 259d93d Add NeXT support for (simple) message sends. by Daniel Dunbar · 16 years ago
  47. bbce49b Add ObjC constant string support for NeXT. by Daniel Dunbar · 16 years ago
  48. f77ac86 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 16 years ago
  49. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  50. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  51. c17a4d3 Add dummy Mac Objective-C runtime interface. by Daniel Dunbar · 16 years ago