1. 2d8e356 add link to comparison page. by Chris Lattner · 17 years ago
  2. 42f956b Be more positive! Add to sidebar. by Chris Lattner · 17 years ago
  3. 6c9a70d updates. by Chris Lattner · 17 years ago
  4. ff11fa3 minor edits by Chris Lattner · 17 years ago
  5. b0c4c63 make more positive. by Chris Lattner · 17 years ago
  6. 8310967 Add a "comparing clang to other compilers" page, to help resolve some FAQ's. by Chris Lattner · 17 years ago
  7. d276964 lots of this is done. by Chris Lattner · 17 years ago
  8. f89dfb2 abort when we lower an initializer to the wrong type, as we currently do for: by Chris Lattner · 17 years ago
  9. 5ccc701 extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
  10. a44cf73 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
  11. 46a26b0 Address Chris's comments. by Anders Carlsson · 17 years ago
  12. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  13. 6e4ab61 Implement correct semantic analysis of subtractions, implementing C99 6.5.6. by Chris Lattner · 17 years ago
  14. 5adb570 Implement __builtin_ia32_mulps. by Anders Carlsson · 17 years ago
  15. ca6fcfa Generate code for target specific intrinsics. by Anders Carlsson · 17 years ago
  16. 5f18032 The flags on tokens indicate whether they are the start of a *physical* line, by Chris Lattner · 17 years ago
  17. 5c0887c Fix a pretty big but subtle bug counting the number of newlines to emit. by Chris Lattner · 17 years ago
  18. c3d8d57 Add dumping support for locations, make -dumptokens print out the location by Chris Lattner · 17 years ago
  19. 65b3c27 Fix typo noticed by Nico Weber by Chris Lattner · 17 years ago
  20. 5ea7493 many edits to the main page, add a prominant 'status' section. by Chris Lattner · 17 years ago
  21. 217543b unindent, don't zap whitespace before/after paragraphs. by Chris Lattner · 17 years ago
  22. 1c05726 simplify the menu css, make it a bit more attractive. by Chris Lattner · 17 years ago
  23. 29754e6 cleanup some markup, e.g. & -> & by Chris Lattner · 17 years ago
  24. b3de9e7 avoid ///usr/include/foo.h, patch by Sean Middleditch by Chris Lattner · 17 years ago
  25. 2ea81a8 implement support for functions that initialize globals. by Chris Lattner · 17 years ago
  26. 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
  27. c92942c Test case for my last patch for implementation of static protocoled type by Fariborz Jahanian · 17 years ago
  28. 75ae776 by Steve Naroff · 17 years ago
  29. 7dd8283 Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
  30. 32c3904 by Steve Naroff · 17 years ago
  31. 9feba02 by Steve Naroff · 17 years ago
  32. 36ee2cb Patch for rewriting of @protocol. by Fariborz Jahanian · 17 years ago
  33. 9bcb5fc by Steve Naroff · 17 years ago
  34. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  35. b2f08e0 Add workaround to get test/Parser/compound_literal.c working again. by Anders Carlsson · 17 years ago
  36. d0ee6f9 On Steve's suggestion, moved handling of use of undeclared method in a message by Fariborz Jahanian · 17 years ago
  37. 37884b3 More struct bitfields layout work. Now handle, by Devang Patel · 17 years ago
  38. d20f176 test case for my very last patch. by Fariborz Jahanian · 17 years ago
  39. ec584d6 Fix a bug handling typedefs of functions, patch by Nuno Lopes! by Chris Lattner · 17 years ago
  40. 39caea9 make it more clear what 'foo' is by Chris Lattner · 17 years ago
  41. c002726 A missing method in a messaging expression issues a warning, clients must not by Fariborz Jahanian · 17 years ago
  42. 8904f15 Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage, by Ted Kremenek · 17 years ago
  43. 4f03783 Avoid passing Diags into InitializeIncludePaths. by Chris Lattner · 17 years ago
  44. 887407e by Steve Naroff · 17 years ago
  45. 665dd4a Removed dependence on including iostream (use llvm/Support/Streams.h instead). by Ted Kremenek · 17 years ago
  46. 3553766 Converted SerializationTest (--test-pickling) to use the new TranslationUnit by Ted Kremenek · 17 years ago
  47. b26d713 by Steve Naroff · 17 years ago
  48. 8b5f658 Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to the by Ted Kremenek · 17 years ago
  49. 2f74359 Added "TranslationUnit" class that will be used to provide an interface by Ted Kremenek · 17 years ago
  50. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  51. 589fd42 Added Basic/LangOptions.cpp to XCode project. by Ted Kremenek · 17 years ago
  52. 4914209 Implemented serialization of LangOptions. by Ted Kremenek · 17 years ago
  53. 82817ba I'm apparently the only sad lonely ppc user left :) by Chris Lattner · 17 years ago
  54. db094a2 Moved creation of ASTConsumers that can operate on both freshly-parsed and by Ted Kremenek · 17 years ago
  55. 5ef404f Patch to prevent crash on use of objc2 syntax. by Fariborz Jahanian · 17 years ago
  56. 7127431 Changed type-cast of "struct objc_super"'s 2nd initializer to match definition of by Fariborz Jahanian · 17 years ago
  57. 68e7ff8 fix some bogus code noticed by Kevin Andre by Chris Lattner · 17 years ago
  58. 7019a9e Implement CodeGen for vectors. Don't create unnecessary conversion instructions if the value to be converted is a constant. by Anders Carlsson · 17 years ago
  59. d35c832 Add sema checking for compound literal expressions. by Anders Carlsson · 17 years ago
  60. c8ee798 Implement codegen for builtin infinity functions. by Anders Carlsson · 17 years ago
  61. 677cda1 Revert DidWarn change - It won't catch all cases anyway and GCC warns for every excess element. Maybe later we can add back the limit and make it smarter. by Anders Carlsson · 17 years ago
  62. e638639 by Steve Naroff · 17 years ago
  63. 8f6dc77 Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr. by Ted Kremenek · 17 years ago
  64. dca2466 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 17 years ago
  65. 1f94100 Renamed SourceManager::Read to SourceManager::CreateAndRegister. by Ted Kremenek · 17 years ago
  66. 099b474 Implemented initial serialization support for SourceManager. by Ted Kremenek · 17 years ago
  67. 3cadd03 by Steve Naroff · 17 years ago
  68. 8fbc88e Removed serialization of FileEntry and DirectoryEntry. This objects will by Ted Kremenek · 17 years ago
  69. ceee3e8 Type-cast initializers for "struct objc_super" parameter to avoid warning. by Fariborz Jahanian · 17 years ago
  70. e2c4cd8 Test case for my last patch. by Fariborz Jahanian · 17 years ago
  71. a70711b Don't assert if objc.h not declared when rewriting. by Fariborz Jahanian · 17 years ago
  72. e21272f Implemented serialization of SrcMgr::ContentCache. by Ted Kremenek · 17 years ago
  73. 04b3824 Removed a "TODO" comment as objc1 runtime does not need to do the "TODO". by Fariborz Jahanian · 17 years ago
  74. b107ce8 Simplified setting up Method's scope before generating AST for its nody. by Fariborz Jahanian · 17 years ago
  75. b6427f8 Fixed a few more comments to change "FileInfo" to "ContentCache." by Ted Kremenek · 17 years ago
  76. 9551a2c Implemented serialization of FileEntry and DirectoryEntry. by Ted Kremenek · 17 years ago
  77. 8448d38 Removed searching for "darwin" keyword in target triple. We don't really support by Ted Kremenek · 17 years ago
  78. 05db37e Removed IntrusiveSPtr. There are no clients of this class anymore, so it is by Ted Kremenek · 17 years ago
  79. 46dc0a5 Implemented serialization of ObjCStringLiteral. by Ted Kremenek · 17 years ago
  80. 5bdd4e3 Implemented serialization for ObjcAtThrowStmt. by Ted Kremenek · 17 years ago
  81. 9c1efff Implemented serialization of ObjcAtTryStmt. by Ted Kremenek · 17 years ago
  82. 04be5aa Implemented serialization for ObjcAtFinallyStmt. by Ted Kremenek · 17 years ago
  83. af52677 Implemented serialization for ObjcAtCatchStmt. by Ted Kremenek · 17 years ago
  84. 05ca599 Fixed order of operands to strstr call. by Ted Kremenek · 17 years ago
  85. aead472 For target processing, on non-Darwin systems instead of using the host triple, by Ted Kremenek · 17 years ago
  86. 2c1e9c7 Change <Objc/objc.h> to <objc/objc.h> by Fariborz Jahanian · 17 years ago
  87. c4ca288 Implemented serialization of TargetInfo. by Ted Kremenek · 17 years ago
  88. f4c45b0 Added some notes on the -triple and -arch options. by Ted Kremenek · 17 years ago
  89. 87ce5d1 Fixed a bug exposed by referencing an ivar field using component reference syntax. by Fariborz Jahanian · 17 years ago
  90. 9b4ebc2 Few cleanups to patch 44551: by Ted Kremenek · 17 years ago
  91. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  92. 0d6ca11 Fix an ast-print/ast-dump bug. by Chris Lattner · 17 years ago
  93. acb4977 Support for rewriteing of messaging of methods which return float. by Fariborz Jahanian · 17 years ago
  94. 80a6a5a Added support for messagings which return a structure-value. by Fariborz Jahanian · 17 years ago
  95. 395a2ab Added getTrueExpr() and getFalseExpr() to ConditionalOperator. These methods by Ted Kremenek · 17 years ago
  96. 43d6975 Fix for testcase that assigns a dereferenced reference to a pointer. The by Bill Wendling · 17 years ago
  97. ec86b97 Ignore typedefs in pointer arithmetic codegen. by Seo Sanghyeon · 17 years ago
  98. f0049e6 Handle initializing vector elements correctly. Emit just one warning if there are excess initializers, instead of one per initializer. by Anders Carlsson · 17 years ago
  99. 7c6b3d3 add a fixme by Chris Lattner · 17 years ago
  100. df4852a Implement __builtin_bswap32 and __builtin_bswap64. by Anders Carlsson · 17 years ago