1. fe2419a Match union field type when member expression is u->x by Devang Patel · 17 years ago
  2. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  3. e66894c Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for more by Fariborz Jahanian · 17 years ago
  4. 382c643 Refactor bit-field handling code into a separate method. by Devang Patel · 17 years ago
  5. 0105556 For @optional unimplemented methods do not issue the warning. by Fariborz Jahanian · 17 years ago
  6. f366b4c Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 17 years ago
  7. c030f00 mention pork by Chris Lattner · 17 years ago
  8. fb344d3 properly namespacify. by Chris Lattner · 17 years ago
  9. 8e7b692 fix a build issue with non-apple-gcc-4.0 compilers. by Chris Lattner · 17 years ago
  10. 9a4ad37 by Steve Naroff · 17 years ago
  11. a924e7c by Steve Naroff · 17 years ago
  12. db83230 Generate more builtins. by Anders Carlsson · 17 years ago
  13. afedd22 by Steve Naroff · 17 years ago
  14. 4e4ee21 Generate code for some more intrinsics. by Anders Carlsson · 17 years ago
  15. df5eb71 Reimplement support for strings that initialize global inits now that by Chris Lattner · 17 years ago
  16. b8b1e28 Separate access field number is not required. by Devang Patel · 17 years ago
  17. 15dbf79 Beautify comment. by Devang Patel · 17 years ago
  18. 6e8df73 Add support to share llvm fields for bit-fields. by Devang Patel · 17 years ago
  19. 32150f3 by Steve Naroff · 17 years ago
  20. 9a8385d Fixed bug in CFG::PopulateBlkExprMap where the ordering by Ted Kremenek · 17 years ago
  21. 6aad91a Added missing inclusion of stdarg.h. Now CGExprScalar.cpp by Ted Kremenek · 17 years ago
  22. 2fdc374 by Steve Naroff · 17 years ago
  23. 76315ca Fixed off-by-one-error when resizing Bitvectors used for by Ted Kremenek · 17 years ago
  24. 4fd46bc add support for implicit cast from array to pointer that is not the element by Chris Lattner · 17 years ago
  25. 05f753b Revert change that broke the build. by Anders Carlsson · 17 years ago
  26. 53ea781 disable case that makes this fail. by Chris Lattner · 17 years ago
  27. cc23aca Add EmitShuffleVector helper method. by Anders Carlsson · 17 years ago
  28. c099b9a Address comments from Chris. by Anders Carlsson · 17 years ago
  29. cddb2af minor edits. by Chris Lattner · 17 years ago
  30. 9418d31 Add assert to flag incomplete bit-field support. by Devang Patel · 17 years ago
  31. 0fa6023 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
  32. 14c7500 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
  33. 1f2c7d1 Added newline to end of file. by Ted Kremenek · 17 years ago
  34. 74a165b be more clear about what we are comparing. by Chris Lattner · 17 years ago
  35. c916d70 Forgot this file. by Anders Carlsson · 17 years ago
  36. 0d1638e fixes, thanks to Nico Weber by Chris Lattner · 17 years ago
  37. cf086ea clean up the TOC. by Chris Lattner · 17 years ago
  38. ead27db finish the features description. by Chris Lattner · 17 years ago
  39. b5604af now with hackability. by Chris Lattner · 17 years ago
  40. 1a380a0 reorganize features, expound on a couple more. by Chris Lattner · 17 years ago
  41. c222f93 incorporate suggestions from Joel Nelson. by Chris Lattner · 17 years ago
  42. 6908f30 start making features be a more detailed description of the features/goals section on the main page. by Chris Lattner · 17 years ago
  43. ac7e090 add toc by Chris Lattner · 17 years ago
  44. ce90ba6 don't duplicate goals on the features page. by Chris Lattner · 17 years ago
  45. 7ee5cb3 update status by Chris Lattner · 17 years ago
  46. 48b7de6 edits, switch the goals/why section. by Chris Lattner · 17 years ago
  47. 40ae32f minor edits by Chris Lattner · 17 years ago
  48. 2d8e356 add link to comparison page. by Chris Lattner · 17 years ago
  49. 42f956b Be more positive! Add to sidebar. by Chris Lattner · 17 years ago
  50. 6c9a70d updates. by Chris Lattner · 17 years ago
  51. ff11fa3 minor edits by Chris Lattner · 17 years ago
  52. b0c4c63 make more positive. by Chris Lattner · 17 years ago
  53. 8310967 Add a "comparing clang to other compilers" page, to help resolve some FAQ's. by Chris Lattner · 17 years ago
  54. d276964 lots of this is done. by Chris Lattner · 17 years ago
  55. f89dfb2 abort when we lower an initializer to the wrong type, as we currently do for: by Chris Lattner · 17 years ago
  56. 5ccc701 extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
  57. a44cf73 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
  58. 46a26b0 Address Chris's comments. by Anders Carlsson · 17 years ago
  59. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  60. 6e4ab61 Implement correct semantic analysis of subtractions, implementing C99 6.5.6. by Chris Lattner · 17 years ago
  61. 5adb570 Implement __builtin_ia32_mulps. by Anders Carlsson · 17 years ago
  62. ca6fcfa Generate code for target specific intrinsics. by Anders Carlsson · 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. 5c0887c Fix a pretty big but subtle bug counting the number of newlines to emit. by Chris Lattner · 17 years ago
  65. c3d8d57 Add dumping support for locations, make -dumptokens print out the location by Chris Lattner · 17 years ago
  66. 65b3c27 Fix typo noticed by Nico Weber by Chris Lattner · 17 years ago
  67. 5ea7493 many edits to the main page, add a prominant 'status' section. by Chris Lattner · 17 years ago
  68. 217543b unindent, don't zap whitespace before/after paragraphs. by Chris Lattner · 17 years ago
  69. 1c05726 simplify the menu css, make it a bit more attractive. by Chris Lattner · 17 years ago
  70. 29754e6 cleanup some markup, e.g. & -> & by Chris Lattner · 17 years ago
  71. b3de9e7 avoid ///usr/include/foo.h, patch by Sean Middleditch by Chris Lattner · 17 years ago
  72. 2ea81a8 implement support for functions that initialize globals. by Chris Lattner · 17 years ago
  73. 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
  74. c92942c Test case for my last patch for implementation of static protocoled type by Fariborz Jahanian · 17 years ago
  75. 75ae776 by Steve Naroff · 17 years ago
  76. 7dd8283 Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
  77. 32c3904 by Steve Naroff · 17 years ago
  78. 9feba02 by Steve Naroff · 17 years ago
  79. 36ee2cb Patch for rewriting of @protocol. by Fariborz Jahanian · 17 years ago
  80. 9bcb5fc by Steve Naroff · 17 years ago
  81. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  82. b2f08e0 Add workaround to get test/Parser/compound_literal.c working again. by Anders Carlsson · 17 years ago
  83. d0ee6f9 On Steve's suggestion, moved handling of use of undeclared method in a message by Fariborz Jahanian · 17 years ago
  84. 37884b3 More struct bitfields layout work. Now handle, by Devang Patel · 17 years ago
  85. d20f176 test case for my very last patch. by Fariborz Jahanian · 17 years ago
  86. ec584d6 Fix a bug handling typedefs of functions, patch by Nuno Lopes! by Chris Lattner · 17 years ago
  87. 39caea9 make it more clear what 'foo' is by Chris Lattner · 17 years ago
  88. c002726 A missing method in a messaging expression issues a warning, clients must not by Fariborz Jahanian · 17 years ago
  89. 8904f15 Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage, by Ted Kremenek · 17 years ago
  90. 4f03783 Avoid passing Diags into InitializeIncludePaths. by Chris Lattner · 17 years ago
  91. 887407e by Steve Naroff · 17 years ago
  92. 665dd4a Removed dependence on including iostream (use llvm/Support/Streams.h instead). by Ted Kremenek · 17 years ago
  93. 3553766 Converted SerializationTest (--test-pickling) to use the new TranslationUnit by Ted Kremenek · 17 years ago
  94. b26d713 by Steve Naroff · 17 years ago
  95. 8b5f658 Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to the by Ted Kremenek · 17 years ago
  96. 2f74359 Added "TranslationUnit" class that will be used to provide an interface by Ted Kremenek · 17 years ago
  97. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  98. 589fd42 Added Basic/LangOptions.cpp to XCode project. by Ted Kremenek · 17 years ago
  99. 4914209 Implemented serialization of LangOptions. by Ted Kremenek · 17 years ago
  100. 82817ba I'm apparently the only sad lonely ppc user left :) by Chris Lattner · 17 years ago