1. 519202d Fix documentation. by Mike Stump · 15 years ago
  2. 6c7a1f3 Patch fixes a code gen. bug in generation of objc_assign_ivar (objc GC's API). by Fariborz Jahanian · 15 years ago
  3. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  4. fd02ed7 Miscellanous fixes in generatation of objc gc's write-barriers. by Fariborz Jahanian · 15 years ago
  5. 1c1afc4 Fixed a bug in generation of the new write-barriers when by Fariborz Jahanian · 15 years ago
  6. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  7. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  8. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  9. c6a38a4 Preserve address space information through member accesses, e.g., by Mon P Wang · 15 years ago
  10. 6b73568 Not setting all the fields is confusing... by Mike Stump · 15 years ago
  11. 8b3d93a Add support for volatile RValues. by Mike Stump · 15 years ago
  12. f5408fe Reflow some comments. by Mike Stump · 15 years ago
  13. bf63b87 Provide basic support for generation of objc2's by Fariborz Jahanian · 15 years ago
  14. 4f676ed Handle case of none gc'able objects regardless of their type. by Fariborz Jahanian · 15 years ago
  15. c1debf3 Some code simplification. ir gen for gc'able array of objects in objc. by Fariborz Jahanian · 15 years ago
  16. 1bd885e fix volatile handling with ExtVectorElementExpr, so that we by Chris Lattner · 15 years ago
  17. fea8685 Remove tabs. by Nate Begeman · 16 years ago
  18. 43f4470 Implemented ir-gen for 'implicit' properties using the new AST nodes. by Fariborz Jahanian · 16 years ago
  19. 2ab1968 Fields of ivars of struct types are considered ivars by Fariborz Jahanian · 16 years ago
  20. d1cc804 Support generation of objc_assign_ivar for ivar write-barriers. by Fariborz Jahanian · 16 years ago
  21. 0c43f26 More of objective-c's gc code-gen. Treat objective-c by Fariborz Jahanian · 16 years ago
  22. dbd32c2 Few more changes due to Daniel's feedback. by Fariborz Jahanian · 16 years ago
  23. 5862650 Generate strong write barriers for __strong objects. by Fariborz Jahanian · 16 years ago
  24. 6dc2317 Generate objc_read_weak for __weak objc loads. by Fariborz Jahanian · 16 years ago
  25. 6d657c4 Some basic support toward objective-c's GC code gen. by Fariborz Jahanian · 16 years ago
  26. f951719 Add FIXME about potential problem in how property ref lvalues are handled. by Daniel Dunbar · 16 years ago
  27. 46f45b9 Change CodeGen to emit calls using (RValue,Type) list: by Daniel Dunbar · 16 years ago
  28. 85c59ed Add special "property reference" CodeGen::LValue type for emitting by Daniel Dunbar · 16 years ago
  29. 2eecaab Move [LR]Value into CGValue.h - No (intended) functional change. by Daniel Dunbar · 16 years ago