1. 22c940e Enable CodeGen for member expressions based on call expressions returning aggregate types. This enables expressions like 'foo().member.submember'. by Christopher Lamb · 17 years ago
  2. 1e57144 add a file I forgot to svn add. by Chris Lattner · 17 years ago
  3. cda459e use -emit-llvm-bc by Chris Lattner · 17 years ago
  4. 6d0747d no need to verify this, no errors/warnings are expected. by Chris Lattner · 17 years ago
  5. 516bd46 Fix a crash on a top-level objc string, patch by Nico Weber by Chris Lattner · 17 years ago
  6. cb53b36 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 17 years ago
  7. 9bb947a Remove broken assert from CodeGen. Better check is done in Sema. by Seo Sanghyeon · 17 years ago
  8. ad6ebd6 String literal in aggregate expression by Seo Sanghyeon · 17 years ago
  9. dc5c01b Another test case, testing a variety of objective-c type comparisons. by Fariborz Jahanian · 17 years ago
  10. 7b5e1b8 Another test for objective-c's type comparison. by Fariborz Jahanian · 17 years ago
  11. 4c71f1a This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
  12. 3c40085 Convert opaque type when struct definition is seen. by Devang Patel · 17 years ago
  13. b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
  14. 88d7521 Test case for my last patch. by Fariborz Jahanian · 17 years ago
  15. cfc8738 Another test for objective-c type comparison. by Fariborz Jahanian · 17 years ago
  16. 0f01deb More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
  17. c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
  18. 1b9a079 implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
  19. 2243449 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
  20. cf5f931 Minor test twik. by Fariborz Jahanian · 17 years ago
  21. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  22. 411f373 This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
  23. cd88129 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
  24. d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  25. 2b9d2ca local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
  26. 6538347 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
  27. d7d860d Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
  28. b99a4a3 by Steve Naroff · 17 years ago
  29. a56f616 by Steve Naroff · 17 years ago
  30. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  31. 4a33646 Modified format-string checking to not emit a warning when all of the by Ted Kremenek · 17 years ago
  32. 3cc4af8 by Steve Naroff · 17 years ago
  33. 9b73b39 Array subscription in aggregate expression by Seo Sanghyeon · 17 years ago
  34. 7777bb2 Implement dereference operator in aggregate expression by Seo Sanghyeon · 17 years ago
  35. 1dcf2c8 Don't do integer promotions of LHS for compound shift assignment. The LHS has to be a modifiable lvalue. by Chris Lattner · 17 years ago
  36. 4319b84 Fixed test to match the new diagnostic text. by Fariborz Jahanian · 17 years ago
  37. 79a99f2 Concatenation of objc strings. by Fariborz Jahanian · 17 years ago
  38. beb6636 Unbreak -stats on cocoa.h by Chris Lattner · 17 years ago
  39. a027b86 add run lines. by Chris Lattner · 17 years ago
  40. 4c88d3a add run line by Chris Lattner · 17 years ago
  41. 5113613 add runline, make this test real. by Chris Lattner · 17 years ago
  42. 32a3999 verify that tests contain RUN lines. by Chris Lattner · 17 years ago
  43. a9e6372 Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
  44. 4619366 fix expected errors. by Chris Lattner · 17 years ago
  45. 2d6410d Add -pedantic so test passes. by Fariborz Jahanian · 17 years ago
  46. b3a99cd Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
  47. 4ffc541 Implemented type checking for pointer of objects of protocol-qualified types. by Fariborz Jahanian · 17 years ago
  48. 61477f7 Implemented rewriting of protocol-qualified global variable types. by Fariborz Jahanian · 17 years ago
  49. fe2419a Match union field type when member expression is u->x by Devang Patel · 17 years ago
  50. 0105556 For @optional unimplemented methods do not issue the warning. by Fariborz Jahanian · 17 years ago
  51. f366b4c Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 17 years ago
  52. a924e7c by Steve Naroff · 17 years ago
  53. df5eb71 Reimplement support for strings that initialize global inits now that by Chris Lattner · 17 years ago
  54. 6e8df73 Add support to share llvm fields for bit-fields. by Devang Patel · 17 years ago
  55. 32150f3 by Steve Naroff · 17 years ago
  56. 2fdc374 by Steve Naroff · 17 years ago
  57. 4fd46bc add support for implicit cast from array to pointer that is not the element by Chris Lattner · 17 years ago
  58. 53ea781 disable case that makes this fail. by Chris Lattner · 17 years ago
  59. 14c7500 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
  60. 5ccc701 extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
  61. a44cf73 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
  62. 6e4ab61 Implement correct semantic analysis of subtractions, implementing C99 6.5.6. by Chris Lattner · 17 years ago
  63. 5f18032 The flags on tokens indicate whether they are the start of a *physical* line, by Chris Lattner · 17 years ago
  64. 2ea81a8 implement support for functions that initialize globals. by Chris Lattner · 17 years ago
  65. c92942c Test case for my last patch for implementation of static protocoled type by Fariborz Jahanian · 17 years ago
  66. 36ee2cb Patch for rewriting of @protocol. by Fariborz Jahanian · 17 years ago
  67. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  68. 37884b3 More struct bitfields layout work. Now handle, by Devang Patel · 17 years ago
  69. d20f176 test case for my very last patch. by Fariborz Jahanian · 17 years ago
  70. ec584d6 Fix a bug handling typedefs of functions, patch by Nuno Lopes! by Chris Lattner · 17 years ago
  71. 5ef404f Patch to prevent crash on use of objc2 syntax. by Fariborz Jahanian · 17 years ago
  72. 7127431 Changed type-cast of "struct objc_super"'s 2nd initializer to match definition of by Fariborz Jahanian · 17 years ago
  73. e638639 by Steve Naroff · 17 years ago
  74. e2c4cd8 Test case for my last patch. by Fariborz Jahanian · 17 years ago
  75. 87ce5d1 Fixed a bug exposed by referencing an ivar field using component reference syntax. by Fariborz Jahanian · 17 years ago
  76. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  77. 0d6ca11 Fix an ast-print/ast-dump bug. by Chris Lattner · 17 years ago
  78. 43d6975 Fix for testcase that assigns a dereferenced reference to a pointer. The by Bill Wendling · 17 years ago
  79. ec86b97 Ignore typedefs in pointer arithmetic codegen. by Seo Sanghyeon · 17 years ago
  80. 2de3b3a Fix isStructureType and isUnionType to ignore typedefs, as stated by Seo Sanghyeon · 17 years ago
  81. ce39faa Treat discarding array initializer elements as an extwarn (so -pedantic-errors flags it). Allow CodeGen to truncate the initializer if needed. by Christopher Lamb · 17 years ago
  82. d411e04 all filevar's have static storage. Previously a global with by Chris Lattner · 17 years ago
  83. e86e9ce Commit test for CL 44440. by Christopher Lamb · 17 years ago
  84. e6e25a5 Fix buggy test by Chris Lattner · 17 years ago
  85. 9615bf8 add codegen support for global inits that require array decay. by Chris Lattner · 17 years ago
  86. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  87. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
  88. 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
  89. 1438b49 fix a couple switch codegen problems Oliver reported. by Chris Lattner · 17 years ago
  90. 3907323 GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. by Anders Carlsson · 17 years ago
  91. 3e47be5 fix a bug handling typedefs in member expr codegen. Patch by Seo Sanghyeon by Chris Lattner · 17 years ago
  92. 2202bce Fix a codegen crash on void ?: reported by Oliver by Chris Lattner · 17 years ago
  93. c69a581 Support fully general case expressions, patch by Sanghyeon Seo! by Chris Lattner · 17 years ago
  94. fbd9173 Doh! Check in this long overdue test fix. by Christopher Lamb · 17 years ago
  95. 695dbb6 Support lax vector conversions. by Anders Carlsson · 17 years ago
  96. 5026540 Added "complex.c" (a copy of test/Codegen/complex.) to the serialization by Ted Kremenek · 17 years ago
  97. 016765e Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point. by Christopher Lamb · 17 years ago
  98. b594a40 Fixed test case to not expect a warning when one should not be emitted. by Ted Kremenek · 17 years ago
  99. 9e7f0ec Added test cases for -Wfloat-equal to test comparisons against literals that can be by Ted Kremenek · 17 years ago
  100. 251f732 Inlined test case to make it independent of the stmt_exprs test case in test/Sema. by Ted Kremenek · 17 years ago