1. 0b2b6e1 Switch attributes to be allocated from the declcontext bump pointer just like by Chris Lattner · 16 years ago
  2. cc58147 add an a Attr::Destroy method and force clients to go through it. As part of by Chris Lattner · 16 years ago
  3. 7976932 Minor cleanup for choose expressions: add a helper that returns the by Eli Friedman · 16 years ago
  4. 24e1e70 Change Parser::ParseCaseStatement to use an iterative approach to parsing by Chris Lattner · 16 years ago
  5. 7ba138a Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel, please verify). by Steve Naroff · 16 years ago
  6. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 16 years ago
  7. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  8. 6393519 Rework the way we find locally-scoped external declarations when we by Douglas Gregor · 16 years ago
  9. 91b0b0c Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). by Steve Naroff · 16 years ago
  10. 93b2bdb ObjCAtCatchStmt's ParamStmt is always a DeclStmt. by Daniel Dunbar · 16 years ago
  11. 3aa1861 "This patch addresses two FIXME on ObjCCategoryImplDecl: by Chris Lattner · 16 years ago
  12. 722c717 Fix obvious shortcoming in the implementations of Evaluate for by Eli Friedman · 16 years ago
  13. c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  14. 5a61f0e Fix enumeration in switch warnings, plus misc comment changes. No by Eli Friedman · 16 years ago
  15. 5e30100 Silence warnings. by Mike Stump · 16 years ago
  16. 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 16 years ago
  17. 664a104 Some minor improvements to Evaluate. by Eli Friedman · 16 years ago
  18. 60ce963 Make isICE assert when Evaluate can't evaluate an ICE, as suggested by by Eli Friedman · 16 years ago
  19. befbcf4 The middle operand in ?: is optional, really. by Mike Stump · 16 years ago
  20. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  21. 3a25032 make ASTContext::WCharTy a bit more sensical. In C++, it is a disctint type, by Chris Lattner · 16 years ago
  22. 19753cf ok, not as broken as I thought, just confusing. This allows by Chris Lattner · 16 years ago
  23. fb41ca8 Do not issue bogus error on __weak/__strong ivar access. by Fariborz Jahanian · 16 years ago
  24. fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 16 years ago
  25. 8958891 Add Type::hasPointerRepresentation predicate. by Daniel Dunbar · 16 years ago
  26. 68694ad Remove PointerLikeType. by Daniel Dunbar · 16 years ago
  27. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 16 years ago
  28. b558422 Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search in inherited protocols. by Steve Naroff · 16 years ago
  29. 33ef145 Remove short-circuit evaluation and the extension warnings. I'm by Eli Friedman · 16 years ago
  30. e28d719 Rewrite of isIntegerConstantExpr to be centered around Evaluate. This by Eli Friedman · 16 years ago
  31. 54cc43f Fixup spacing. by Mike Stump · 16 years ago
  32. 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 16 years ago
  33. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 16 years ago
  34. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  35. 2224f84 C99 DR #316 implies that the function parameter types that are known by Douglas Gregor · 16 years ago
  36. eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 16 years ago
  37. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 16 years ago
  38. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 16 years ago
  39. 207c521 We should not generate __weak write barrier on indirect reference by Fariborz Jahanian · 16 years ago
  40. d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 16 years ago
  41. 01011d4 Add copy assignment operator, caught by doug. by Chris Lattner · 16 years ago
  42. 91110ee A few small improvements to Evaluate for stuff I noted in FIXMEs. by Eli Friedman · 16 years ago
  43. 0de21fd Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). by Steve Naroff · 16 years ago
  44. 44baa8a More objc gc work. Match gcc's treatment of ivar access by Fariborz Jahanian · 16 years ago
  45. 2217c87 A bit of Evaluate cleanup. Also, a full audit of what's missing that by Eli Friedman · 16 years ago
  46. 4bdf087 Enhance Evaluate to handle ObjC qualified id and class types; as far as by Eli Friedman · 16 years ago
  47. c508203 Fix for PR3433: map __alignof__ to preferred alignment. (This was by Eli Friedman · 16 years ago
  48. dcdafb6 Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in by Eli Friedman · 16 years ago
  49. 559a833 Correctly encode incomplete and variable length arrays. Fixes PR3639. by Anders Carlsson · 16 years ago
  50. f7f52e7 More work to integrate newly added ObjCQualifiedClassType into the type system. by Steve Naroff · 16 years ago
  51. 15509f4 Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 16 years ago
  52. 86f938b Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 16 years ago
  53. 4fff481 Evaluation of unary deref could call integer evaluator on non-integral by Daniel Dunbar · 16 years ago
  54. 61490e9 Fix build on windows. by Cedric Venet · 16 years ago
  55. 5fd659d by Steve Naroff · 16 years ago
  56. 4ee413b allocate and dellocate objc decl list through AST Context instead of by Chris Lattner · 16 years ago
  57. 38af2de add plumbing to get ASTContext& down to allocation/deallocation points in ObjCList, by Chris Lattner · 16 years ago
  58. 11e1e1a newly factored, we can now move the set and destroy methods out of line. by Chris Lattner · 16 years ago
  59. 88cf7a1 rename ObjCList::clear() -> ObjCList::Destroy(). Require that destroy is called by Chris Lattner · 16 years ago
  60. ab35163 rearrange the contents of DeclObjC to be by-class. Fix some 80 column issues by Chris Lattner · 16 years ago
  61. 077e0f0 destroy should forward to base class. by Chris Lattner · 16 years ago
  62. 7a21bd0 move the @implementation ivar list to being an ObjCList, which prevents by Chris Lattner · 16 years ago
  63. 89951a8 remove some more methods from objc decls, using the iterator by Chris Lattner · 16 years ago
  64. 69ab26a Handle constant int -> ptr casts of lvalue results. - PR3463 (again). by Daniel Dunbar · 16 years ago
  65. cafeb35 remove some slow O(n) methods. by Chris Lattner · 16 years ago
  66. 07fa774 Change ObjCForwardProtocolDecl to use an ObjCList. by Chris Lattner · 16 years ago
  67. 6795605 move the interace list of @class to use ObjCList. by Chris Lattner · 16 years ago
  68. 4a323d9 remove a dead list. by Chris Lattner · 16 years ago
  69. 2073216 switch ObjCMethodDecl's parameter list from being explicitly managed to an ObjCList. by Chris Lattner · 16 years ago
  70. e881483 switch the interface ivar list from being explicitly managed to using ObjCList. by Chris Lattner · 16 years ago
  71. 0b7ebb3 move more objc destruction out of dtors into Destroy. by Chris Lattner · 16 years ago
  72. 411280e move some objc decl destruction out of dtors into Destroy method. by Chris Lattner · 16 years ago
  73. 1f4a6db A few small tweaks to isConstantInitializer. (No test because this by Eli Friedman · 16 years ago
  74. e8761c8 Add support for * (unary dereference) operator to ExprConstant. by Eli Friedman · 16 years ago
  75. 67762a3 optimize the 'StoredDeclsMap' for the common case where there is by Chris Lattner · 16 years ago
  76. be26570 ExprConstant handling for a couple more cases of pointer-to-int casts by Eli Friedman · 16 years ago
  77. bdc3d00 make the redeclaration case faster for the common instance of a redeclaration by Chris Lattner · 16 years ago
  78. 7f0be13 80 cols by Chris Lattner · 16 years ago
  79. 9194250 slight code simplifications. by Chris Lattner · 16 years ago
  80. 08eddd9 pretty printing vector types should print the element type, not just the attribute. by Chris Lattner · 16 years ago
  81. a223cca More objc's gc ir-gen stuff. by Fariborz Jahanian · 16 years ago
  82. dd21164 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 16 years ago
  83. b92dac8 Simplify, no functionality change. by Daniel Dunbar · 16 years ago
  84. b83d287 Add enough checking to ensure that non-constant block literals don't by Mike Stump · 16 years ago
  85. 30c37f4 Change IntExprEvaluator to operate on an APValue not an APSInt. by Daniel Dunbar · 16 years ago
  86. 3f7d995 Add another IntExprEvaluator::Success overload to suck up remained of by Daniel Dunbar · 16 years ago
  87. 0be2ef2 Fix PR3619 by properly considering size modifiers and type quals when by Chris Lattner · 16 years ago
  88. 131eb43 Add IntExprEvaluator::Success method. by Daniel Dunbar · 16 years ago
  89. afa7444 Add Type::getAsFunctionNoProto by Daniel Dunbar · 16 years ago
  90. f823288 only do one DenseMap lookup instead of two (one to find out if there is by Chris Lattner · 16 years ago
  91. ba1bd5c minor simplification. by Chris Lattner · 16 years ago
  92. bd6c800 use early exit to reduce indentation. by Chris Lattner · 16 years ago
  93. 8a778d6 fix warning in no-assert mode. by Chris Lattner · 16 years ago
  94. 4d4c50d Handle the GNU void* and function pointer arithmetic extensions for constant expressions as well. by Anders Carlsson · 16 years ago
  95. bd65cac More codegen for blocks. The type of block literals should be better. by Mike Stump · 16 years ago
  96. 3b6b83b minor name changes, no functionality change. by Chris Lattner · 16 years ago
  97. b7d2553 fix some subtle bugs handling the mix of cvr qualifiers, addr spaces, by Chris Lattner · 16 years ago
  98. 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
  99. 4fd83ea Some refactoring and simplificaiotn of objc's gc ir gen. by Fariborz Jahanian · 16 years ago
  100. ca2f3fd Codegen for int (^bp)(int) = 0; by Mike Stump · 16 years ago