1. 7ffc9ed alloca.h is needed on Solaris by Gabor Greif · 17 years ago
  2. 0093359 Uses more description name for method implementation kind argument. by Fariborz Jahanian · 17 years ago
  3. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  4. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  5. 37387c9 by Steve Naroff · 17 years ago
  6. 3f128ad by Steve Naroff · 17 years ago
  7. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  8. 08d92e4 by Steve Naroff · 17 years ago
  9. f13271f by Steve Naroff · 17 years ago
  10. 7421664 by Steve Naroff · 17 years ago
  11. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  12. e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  13. f38661e by Steve Naroff · 17 years ago
  14. 9474504 by Steve Naroff · 17 years ago
  15. 8e74c93 by Steve Naroff · 17 years ago
  16. 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  17. c752d04 by Steve Naroff · 17 years ago
  18. 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  19. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  20. bb20469 by Steve Naroff · 17 years ago
  21. 4473921 by Steve Naroff · 17 years ago
  22. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  23. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  24. 3536b44 by Steve Naroff · 17 years ago
  25. 7cf8c44 by Steve Naroff · 17 years ago
  26. 9e8925e by Steve Naroff · 17 years ago
  27. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  28. 371227d by Steve Naroff · 17 years ago
  29. d35005e by Steve Naroff · 17 years ago
  30. 38374b0 by Steve Naroff · 17 years ago
  31. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
  32. f009063 by Steve Naroff · 17 years ago
  33. d7444aa by Steve Naroff · 17 years ago
  34. 42471f8 by Steve Naroff · 17 years ago
  35. fb22d96 by Steve Naroff · 17 years ago
  36. b7f6e08 Implement GCC-compatible layout and typing of enum constants and enum decl. by Chris Lattner · 17 years ago
  37. e9ca851 Fix a null dereference Neil ran into by Chris Lattner · 17 years ago
  38. 5912a35 by Steve Naroff · 17 years ago
  39. 53a3234 by Steve Naroff · 17 years ago
  40. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  41. 98e0863 fix 80 col violation by Chris Lattner · 17 years ago
  42. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago
  43. 211a30e add a diagnostic: by Chris Lattner · 17 years ago
  44. e37f0be move a todo by Chris Lattner · 17 years ago
  45. e1223f7 by Steve Naroff · 17 years ago
  46. 421a23d Fix a few enum-related fixme's by Chris Lattner · 17 years ago
  47. b7416f9 better error recovery for non-i-c-e enum constants. by Chris Lattner · 17 years ago
  48. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  49. 70c8b2e Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 17 years ago
  50. f1120de by Steve Naroff · 17 years ago
  51. 6a9f3e3 by Steve Naroff · 17 years ago
  52. 02c642e remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
  53. bea0b34 by Steve Naroff · 17 years ago
  54. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  55. 7332292 by Steve Naroff · 17 years ago
  56. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  57. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  58. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  59. 49b4526 by Steve Naroff · 17 years ago
  60. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  61. 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 17 years ago
  62. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago