1. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  2. eecf847 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
  3. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  4. 49f109c by Steve Naroff · 17 years ago
  5. 335eafa by Steve Naroff · 17 years ago
  6. 9298d96 Handle "bool" in all places that touch _Bool. by Chris Lattner · 17 years ago
  7. 71c0a95 by Steve Naroff · 17 years ago
  8. 1b4e251 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  9. 4c1a2a9 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  10. 0523aaf 'super' nailed. by Fariborz Jahanian · 17 years ago
  11. 1150821 by Steve Naroff · 17 years ago
  12. d6d054d by Steve Naroff · 17 years ago
  13. 409be83 by Steve Naroff · 17 years ago
  14. 0416fb9 by Steve Naroff · 17 years ago
  15. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  16. 60fbca0 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  17. 360300c Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  18. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  19. 306d68f First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  20. f9ed315 Refactored parsing of main function body for reuse by objective-c methods. by Fariborz Jahanian · 17 years ago
  21. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  22. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  23. beaf299 by Steve Naroff · 17 years ago
  24. 7794cb8 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 17 years ago
  25. bd49a64 AST for @try statement. by Fariborz Jahanian · 17 years ago
  26. 161a9c5 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  27. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  28. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  29. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  30. 8749be5 by Steve Naroff · 17 years ago
  31. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  32. b4292f2 by Steve Naroff · 17 years ago
  33. 8ee529b by Steve Naroff · 17 years ago
  34. 423cb56 by Steve Naroff · 17 years ago
  35. 2feac5e by Steve Naroff · 17 years ago
  36. f908a87 by Steve Naroff · 17 years ago
  37. 91fa0b7 by Steve Naroff · 17 years ago
  38. 60fccee by Steve Naroff · 17 years ago
  39. b96728d improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
  40. cd4b83c The callers of ParseStructDeclaration are not expecting it to by Chris Lattner · 17 years ago
  41. 69efba7 Fix a parser bug on labeled inline asm stmts, allowing us to parse stuff like: by Chris Lattner · 17 years ago
  42. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  43. bef1185 by Steve Naroff · 17 years ago
  44. e61933d Fix a recovery bug Fariborz and I noticed yesterday. We were producing: by Chris Lattner · 17 years ago
  45. 58065b2 add NL at end of file by Gabor Greif · 17 years ago
  46. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  47. 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  48. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  49. f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
  50. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  51. a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
  52. a642beb by Steve Naroff · 17 years ago
  53. 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  54. 58ff9e8 by Steve Naroff · 17 years ago
  55. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  56. dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
  57. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  58. d19144b resolve a fixme, by moving __builtin_va_list to a more logical by Chris Lattner · 17 years ago
  59. 640db42 by Steve Naroff · 17 years ago
  60. e440eb8 by Steve Naroff · 17 years ago
  61. b216c88 by Steve Naroff · 17 years ago
  62. 90ae68a avoid a noop virtual method call on the hot scope poping path. by Chris Lattner · 17 years ago
  63. df19526 swtich to Token::is/isNot by Chris Lattner · 17 years ago
  64. 4e1d99a switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  65. 04d6666 switch some more of the parser over to using Token::is and isNot by Chris Lattner · 17 years ago
  66. 0007322 Add two new Token helper functions, "is" and "isNot". This allows us to write by Chris Lattner · 17 years ago
  67. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  68. 71e9908 by Steve Naroff · 17 years ago
  69. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  70. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago
  71. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  72. ff38491 simplify the interfaces to create selectors: getSelector can take any by Chris Lattner · 17 years ago
  73. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  74. 29238a0 by Steve Naroff · 17 years ago
  75. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  76. c97c204 minor cleanup by Chris Lattner · 17 years ago
  77. 3a165b0 by Steve Naroff · 17 years ago
  78. 37e58d1 by Steve Naroff · 17 years ago
  79. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  80. 4db1089 by Steve Naroff · 17 years ago
  81. 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
  82. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  83. 5b6b72f by Steve Naroff · 17 years ago
  84. bcfb06a by Steve Naroff · 17 years ago
  85. d064951 Patch to use case-stmt for keywords used as selectgor names. by Fariborz Jahanian · 17 years ago
  86. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  87. 271f1a6 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
  88. 68d331a by Steve Naroff · 17 years ago
  89. 095ffca Removed a few TODOs on things which are done. by Fariborz Jahanian · 17 years ago
  90. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  91. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  92. 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  93. 563477d by Steve Naroff · 17 years ago
  94. fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  95. 0093359 Uses more description name for method implementation kind argument. by Fariborz Jahanian · 17 years ago
  96. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  97. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  98. 708391a by Steve Naroff · 17 years ago
  99. 37387c9 by Steve Naroff · 17 years ago
  100. d16245b Fix a few 80 column violations. by Steve Naroff · 17 years ago