1. c4856a6 handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
  2. 7437562 Add comment to CheckVectorCast.h by Anders Carlsson · 17 years ago
  3. f257b4c Report errors for invalid casts from/to vectors. by Anders Carlsson · 17 years ago
  4. 4ce4230 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
  5. 98a425c Fix sema support for the gnu ?: expression with a by Chris Lattner · 17 years ago
  6. 30c6675 Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
  7. 49dadd6 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
  8. 759f45d Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  9. b4487a8 Check asm input and output expressions. by Anders Carlsson · 17 years ago
  10. 965d520 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
  11. 076c111 Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  12. 60476ff Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago
  13. edafc0b by Steve Naroff · 17 years ago
  14. 3340c23 by Steve Naroff · 17 years ago
  15. a324907 Tighten up address-of checking, implementing test/Sema/expr-address-of.c. by Chris Lattner · 17 years ago
  16. 9f176d1 by Steve Naroff · 17 years ago
  17. 29fe746 by Steve Naroff · 17 years ago
  18. 6b759ce by Steve Naroff · 17 years ago
  19. 4fbfb45 by Steve Naroff · 17 years ago
  20. 82bb479 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
  21. 84079d7 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  22. 2240f54 Rename Sema method to follow class naming convention by Nate Begeman · 17 years ago
  23. 0d054eb Modified -Wfloat-equal logic to suppress warnings where floating point values by Ted Kremenek · 17 years ago
  24. e12201e Updated diagnostic for -Wfloat-equal to underline the offending expressions. by Ted Kremenek · 17 years ago
  25. 3b43562 by Steve Naroff · 17 years ago
  26. d0cfcd0 by Steve Naroff · 17 years ago
  27. a645d87 Patch to set context (interface, category, etc.) in which method is declared. by Fariborz Jahanian · 17 years ago
  28. eed7684 by Steve Naroff · 17 years ago
  29. 4af7249 Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
  30. 3123363 by Steve Naroff · 17 years ago
  31. 342f360 Minor twik for when there is no super class and 'super' is errornously used. by Fariborz Jahanian · 17 years ago
  32. 2ce5dc5 'super' nailed. by Fariborz Jahanian · 17 years ago
  33. 8ec45b5 by Steve Naroff · 17 years ago
  34. 5eb2a4a by Steve Naroff · 17 years ago
  35. dd2e26c by Steve Naroff · 17 years ago
  36. e25dc13 by Steve Naroff · 17 years ago
  37. fa63d9d by Steve Naroff · 17 years ago
  38. 434fa8d by Steve Naroff · 17 years ago
  39. 99ee430 by Steve Naroff · 17 years ago
  40. 0091d14 by Steve Naroff · 17 years ago
  41. b82c50f by Steve Naroff · 17 years ago
  42. ce82758 by Steve Naroff · 17 years ago
  43. b1c7ad9 by Steve Naroff · 17 years ago
  44. 642bcba Fixed a bug which exposed the internally built type to user code. by Fariborz Jahanian · 17 years ago
  45. 1ddb6f5 by Steve Naroff · 17 years ago
  46. 92053fd Minor code clean up in method def area. by Fariborz Jahanian · 17 years ago
  47. e6f59f1 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  48. ff746bc Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  49. 8473b22 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  50. ea86cb8 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  51. dfb1c37 First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  52. 08df2c6 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  53. d8df6d8 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  54. 1470b07 improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
  55. f9167d1 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
  56. 75c4baf by Steve Naroff · 17 years ago
  57. 1e1c391 by Steve Naroff · 17 years ago
  58. 0add5d2 by Steve Naroff · 17 years ago
  59. 8593cbf Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  60. b8bf607 AST for @try statement. by Fariborz Jahanian · 17 years ago
  61. de3abf8 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  62. 0679836 AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  63. 65e7eb5 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  64. f616a24 Propagate bitfield info. by Devang Patel · 17 years ago
  65. 2fd0daa 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  66. 8709373 Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  67. ae84af8 by Steve Naroff · 17 years ago
  68. c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  69. 7f23e3d Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  70. 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  71. 02a82aa by Steve Naroff · 17 years ago
  72. 193c125 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
  73. 77470dc minor tweaks by Chris Lattner · 17 years ago
  74. c0e96dd Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  75. 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  76. 667f168 by Steve Naroff · 17 years ago
  77. 1ccf463 by Steve Naroff · 17 years ago
  78. ef20ed3 by Steve Naroff · 17 years ago
  79. 1a7fa7b by Steve Naroff · 17 years ago
  80. 486509e Added some comments. by Ted Kremenek · 17 years ago
  81. cf8b77d For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  82. dbb14ce For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
  83. 7543914 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  84. a703c2e when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
  85. db52673 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  86. 8a40a83 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  87. 3774dd9 by Steve Naroff · 17 years ago
  88. 09d26e5 This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
  89. f185aef Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  90. f31a2fb Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
  91. 96f136d by Steve Naroff · 17 years ago
  92. 20b40e4 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
  93. bc8c52e by Steve Naroff · 17 years ago
  94. 45d52f7 Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  95. 7438fdf by Steve Naroff · 17 years ago
  96. 144667e by Steve Naroff · 17 years ago
  97. 6931830 UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  98. 2edd56e by Steve Naroff · 17 years ago
  99. b391e6e Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  100. 855d78d Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago