1. cd09847 add an idea by Chris Lattner · 17 years ago
  2. d19144b resolve a fixme, by moving __builtin_va_list to a more logical by Chris Lattner · 17 years ago
  3. 640db42 by Steve Naroff · 17 years ago
  4. e440eb8 by Steve Naroff · 17 years ago
  5. f1af947 Add a dummy for the id typedef. Steve, plz fill this in. :) by Chris Lattner · 17 years ago
  6. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  7. b216c88 by Steve Naroff · 17 years ago
  8. 2c30d8f Recognize while(1) and avoid extra blocks. by Devang Patel · 17 years ago
  9. a2c5342 new test by Devang Patel · 17 years ago
  10. 90ae68a avoid a noop virtual method call on the hot scope poping path. by Chris Lattner · 17 years ago
  11. 05f6e6b Recognize "do {} while (0)" idiom and avoid extra basic blocks. by Devang Patel · 17 years ago
  12. 50c9034 Use LLVMFoldingBuilder by Devang Patel · 17 years ago
  13. 0be657c Remove comment about protocols and namespace no longer relevant. by Fariborz Jahanian · 17 years ago
  14. 8fe5c2a Minor code clean up to make it more readable. by Fariborz Jahanian · 17 years ago
  15. 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 17 years ago
  16. 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  17. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  18. 22f6bbc Switch lexer/pp over to new Token::is/isNot api by Chris Lattner · 17 years ago
  19. df19526 swtich to Token::is/isNot by Chris Lattner · 17 years ago
  20. 4e1d99a switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  21. 04d6666 switch some more of the parser over to using Token::is and isNot by Chris Lattner · 17 years ago
  22. 0007322 Add two new Token helper functions, "is" and "isNot". This allows us to write by Chris Lattner · 17 years ago
  23. 878520b Added better comment about protocol list for class ObjcQualifiedInterfaceType. by Fariborz Jahanian · 17 years ago
  24. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  25. 00ee4e4 Use const& for RHS. by Devang Patel · 17 years ago
  26. 80fd5f9 Fix comment. Describe what it is, instead of how it is used. by Devang Patel · 17 years ago
  27. 22d71d6 Prevent memory leak by not creating a category object when there is a by Fariborz Jahanian · 17 years ago
  28. 71e9908 by Steve Naroff · 17 years ago
  29. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  30. 22cdd23 by Steve Naroff · 17 years ago
  31. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  32. 2d29581 add a comment. by Chris Lattner · 17 years ago
  33. 8307adb Move identifierTable.h to the right folder. by Chris Lattner · 17 years ago
  34. eefc418 by Steve Naroff · 17 years ago
  35. c049e4f Code gen case statement ranges. by Devang Patel · 17 years ago
  36. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago
  37. 6d4caf2 Removed unnecessary base class from some of objective-c classes: by Fariborz Jahanian · 17 years ago
  38. 0332b6c Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
  39. 13afd24 remove unneeded #include by Chris Lattner · 17 years ago
  40. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  41. dbf388b implement the Token class in the Lexer.cpp file instead of IdentifierInfo.cpp by Chris Lattner · 17 years ago
  42. cc1a875 improve layering: by Chris Lattner · 17 years ago
  43. 0edde55 change calls to getMacroInfo into hasMacroDefinition() where possible. by Chris Lattner · 17 years ago
  44. 9c46de4 add a hasMacroDefinition() method to IdentifierInfo, strength reduce a by Chris Lattner · 17 years ago
  45. 6d9a3e6 update comment. by Chris Lattner · 17 years ago
  46. 387b98d Remove the PPID bitfield from IdentifierInfo, shrinking it by a word by Chris Lattner · 17 years ago
  47. 4365a7e First step to fixing a long lived layering violation: this by Chris Lattner · 17 years ago
  48. 60c5218 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
  49. f47a7f8 classof isn't right. This is causing assertion failures somehow now. by Chris Lattner · 17 years ago
  50. adb83b4 Shrink the builtinID down by 3 bits, allowing all the bitfields to by Chris Lattner · 17 years ago
  51. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago
  52. ff38491 simplify the interfaces to create selectors: getSelector can take any by Chris Lattner · 17 years ago
  53. f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
  54. f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
  55. 675218b add comments. by Chris Lattner · 17 years ago
  56. 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
  57. fd5de47 introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
  58. e5ab7f3 Every decl has a SourceLocation, move the location info into the Decl class instead of being in subclasses. by Chris Lattner · 17 years ago
  59. 8e8f64e future notes & minor changes by Kevin · 17 years ago
  60. 7e62072 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
  61. b97de3e simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
  62. 2204ec1 add a missing ; by Chris Lattner · 17 years ago
  63. 9fa5e65 stub out some printing of objc decls. by Chris Lattner · 17 years ago
  64. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  65. eab7792 speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
  66. bafc68f fix grammaro by Chris Lattner · 17 years ago
  67. a08ee28 edits by Chris Lattner · 17 years ago
  68. 89ac4d0 fix accidental commit by Chris Lattner · 17 years ago
  69. 96e778b edits by Chris Lattner · 17 years ago
  70. 7a27439 various minor edits, e.g. & -> &amp; by Chris Lattner · 17 years ago
  71. d68c8f4 New directory. by Kevin · 17 years ago
  72. 36f0935 add a warning. by Chris Lattner · 17 years ago
  73. f8cc40d minor edits by Chris Lattner · 17 years ago
  74. 30d1775 Fix spacing issues. by Bill Wendling · 17 years ago
  75. 9f94f9b Just say "No" to non-ASCII things. by Bill Wendling · 17 years ago
  76. 3c80a51 Remove non-ASCII ' by Bill Wendling · 17 years ago
  77. aef89fc 1. May fix encoding issues: server uses UTF; HTML file assumes Western (ISO 8859-1). by Kevin · 17 years ago
  78. d2d5fab Modifications to XCode project: by Ted Kremenek · 17 years ago
  79. 48569ed Removed DataflowStmtVisitor. It is no longer used, and is obsoleted by Ted Kremenek · 17 years ago
  80. 13043a4 A message on the main page about bulding clang. by Kevin · 17 years ago
  81. bc8e50f new site -- the rest of it by Kevin · 17 years ago
  82. a5dc235 new site by Kevin · 17 years ago
  83. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  84. 2d79d0f Support case statement ranges. by Devang Patel · 17 years ago
  85. ae1d412 Per request... about to make changes to the website. by Kevin · 17 years ago
  86. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  87. 29238a0 by Steve Naroff · 17 years ago
  88. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  89. 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
  90. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  91. 5951965 More tab removal activity. by Fariborz Jahanian · 17 years ago
  92. 0e2dfd3 minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
  93. 1b38642 fix an incorrect assertion by Chris Lattner · 17 years ago
  94. 3f5faf7 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  95. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  96. c97c204 minor cleanup by Chris Lattner · 17 years ago
  97. 16533e5 move DeclObjc.h down to be alphabetically organized by Chris Lattner · 17 years ago
  98. 3a165b0 by Steve Naroff · 17 years ago
  99. 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  100. e260e62 Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were by Ted Kremenek · 17 years ago