1. 5564e07 add an ivar_size() method that never returns -1. by Chris Lattner · 17 years ago
  2. 25bb23a Constified a predicate method. by Ted Kremenek · 17 years ago
  3. a9793ed Added class FullContextSourceLocation: a tuple class that by Ted Kremenek · 17 years ago
  4. 609e4c7 simplify some code, bump j. This fixes the remaining test failures. by Chris Lattner · 17 years ago
  5. bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago
  6. 23c3bb7 handle the -1'ness of undefined lists by Chris Lattner · 17 years ago
  7. 4c52509 unbreak the build. I'm still working on test failures. by Chris Lattner · 17 years ago
  8. 33ef259 fix typo by Chris Lattner · 17 years ago
  9. be6df08 more cleanups changing things like getInstanceVariables to iterators. by Chris Lattner · 17 years ago
  10. ab4c4d5 resolve some fixmes and clean up some code by eliminating the get*Vars apis to some classes and use iterators instead. by Chris Lattner · 17 years ago
  11. 0157c51 start cleaning up interfaces for objc bits and pieces by switching to an by Chris Lattner · 17 years ago
  12. 4d39148 split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp by Chris Lattner · 17 years ago
  13. 5399ce2 Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: by Ted Kremenek · 17 years ago
  14. e8b724d move function to a more logical location, add its grammar productions. by Chris Lattner · 17 years ago
  15. fbb9898 remove todo by Chris Lattner · 17 years ago
  16. f155e46 Removed VisitDeclStmt(). The initializers of a DeclStmt are now automatically by Ted Kremenek · 17 years ago
  17. beb6636 Unbreak -stats on cocoa.h by Chris Lattner · 17 years ago
  18. a027b86 add run lines. by Chris Lattner · 17 years ago
  19. 4c88d3a add run line by Chris Lattner · 17 years ago
  20. 5113613 add runline, make this test real. by Chris Lattner · 17 years ago
  21. 32a3999 verify that tests contain RUN lines. by Chris Lattner · 17 years ago
  22. dcc2cbc simplify some code. by Chris Lattner · 17 years ago
  23. ca5eede implement correct semantic analysis for shifts. For: by Chris Lattner · 17 years ago
  24. 6590d21 Simplify some code, don't force the triple to a darwin triple if non-darwin. by Chris Lattner · 17 years ago
  25. aeae19c typo reported by Gabor Greif by Chris Lattner · 17 years ago
  26. a9e6372 Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
  27. 45918f3 fix typo pointed out by gordon by Chris Lattner · 17 years ago
  28. 4619366 fix expected errors. by Chris Lattner · 17 years ago
  29. 2d6410d Add -pedantic so test passes. by Fariborz Jahanian · 17 years ago
  30. b3a99cd Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
  31. 4ffc541 Implemented type checking for pointer of objects of protocol-qualified types. by Fariborz Jahanian · 17 years ago
  32. 31e703b Moved creation of SourceManager, HeaderSearch, TargetInfo, and LangOptions by Ted Kremenek · 17 years ago
  33. 33b7b06 simplify code now that isConstantExpr really does always return a loc. by Chris Lattner · 17 years ago
  34. 239c15e Fix a case where we'd return "is not a constant expr" without return a location. by Chris Lattner · 17 years ago
  35. 291e04b 80-column please. by Fariborz Jahanian · 17 years ago
  36. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  37. 61477f7 Implemented rewriting of protocol-qualified global variable types. by Fariborz Jahanian · 17 years ago
  38. c26df99 gcc supports more targets. by Chris Lattner · 17 years ago
  39. 0b11baa update pch discussion by Chris Lattner · 17 years ago
  40. 0fcc09e improve title by Chris Lattner · 17 years ago
  41. 03c58a3 add a con of clang vs gcc by Chris Lattner · 17 years ago
  42. fe2419a Match union field type when member expression is u->x by Devang Patel · 17 years ago
  43. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  44. e66894c Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for more by Fariborz Jahanian · 17 years ago
  45. 382c643 Refactor bit-field handling code into a separate method. by Devang Patel · 17 years ago
  46. 0105556 For @optional unimplemented methods do not issue the warning. by Fariborz Jahanian · 17 years ago
  47. f366b4c Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 17 years ago
  48. c030f00 mention pork by Chris Lattner · 17 years ago
  49. fb344d3 properly namespacify. by Chris Lattner · 17 years ago
  50. 8e7b692 fix a build issue with non-apple-gcc-4.0 compilers. by Chris Lattner · 17 years ago
  51. 9a4ad37 by Steve Naroff · 17 years ago
  52. a924e7c by Steve Naroff · 17 years ago
  53. db83230 Generate more builtins. by Anders Carlsson · 17 years ago
  54. afedd22 by Steve Naroff · 17 years ago
  55. 4e4ee21 Generate code for some more intrinsics. by Anders Carlsson · 17 years ago
  56. df5eb71 Reimplement support for strings that initialize global inits now that by Chris Lattner · 17 years ago
  57. b8b1e28 Separate access field number is not required. by Devang Patel · 17 years ago
  58. 15dbf79 Beautify comment. by Devang Patel · 17 years ago
  59. 6e8df73 Add support to share llvm fields for bit-fields. by Devang Patel · 17 years ago
  60. 32150f3 by Steve Naroff · 17 years ago
  61. 9a8385d Fixed bug in CFG::PopulateBlkExprMap where the ordering by Ted Kremenek · 17 years ago
  62. 6aad91a Added missing inclusion of stdarg.h. Now CGExprScalar.cpp by Ted Kremenek · 17 years ago
  63. 2fdc374 by Steve Naroff · 17 years ago
  64. 76315ca Fixed off-by-one-error when resizing Bitvectors used for by Ted Kremenek · 17 years ago
  65. 4fd46bc add support for implicit cast from array to pointer that is not the element by Chris Lattner · 17 years ago
  66. 05f753b Revert change that broke the build. by Anders Carlsson · 17 years ago
  67. 53ea781 disable case that makes this fail. by Chris Lattner · 17 years ago
  68. cc23aca Add EmitShuffleVector helper method. by Anders Carlsson · 17 years ago
  69. c099b9a Address comments from Chris. by Anders Carlsson · 17 years ago
  70. cddb2af minor edits. by Chris Lattner · 17 years ago
  71. 9418d31 Add assert to flag incomplete bit-field support. by Devang Patel · 17 years ago
  72. 0fa6023 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
  73. 14c7500 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
  74. 1f2c7d1 Added newline to end of file. by Ted Kremenek · 17 years ago
  75. 74a165b be more clear about what we are comparing. by Chris Lattner · 17 years ago
  76. c916d70 Forgot this file. by Anders Carlsson · 17 years ago
  77. 0d1638e fixes, thanks to Nico Weber by Chris Lattner · 17 years ago
  78. cf086ea clean up the TOC. by Chris Lattner · 17 years ago
  79. ead27db finish the features description. by Chris Lattner · 17 years ago
  80. b5604af now with hackability. by Chris Lattner · 17 years ago
  81. 1a380a0 reorganize features, expound on a couple more. by Chris Lattner · 17 years ago
  82. c222f93 incorporate suggestions from Joel Nelson. by Chris Lattner · 17 years ago
  83. 6908f30 start making features be a more detailed description of the features/goals section on the main page. by Chris Lattner · 17 years ago
  84. ac7e090 add toc by Chris Lattner · 17 years ago
  85. ce90ba6 don't duplicate goals on the features page. by Chris Lattner · 17 years ago
  86. 7ee5cb3 update status by Chris Lattner · 17 years ago
  87. 48b7de6 edits, switch the goals/why section. by Chris Lattner · 17 years ago
  88. 40ae32f minor edits by Chris Lattner · 17 years ago
  89. 2d8e356 add link to comparison page. by Chris Lattner · 17 years ago
  90. 42f956b Be more positive! Add to sidebar. by Chris Lattner · 17 years ago
  91. 6c9a70d updates. by Chris Lattner · 17 years ago
  92. ff11fa3 minor edits by Chris Lattner · 17 years ago
  93. b0c4c63 make more positive. by Chris Lattner · 17 years ago
  94. 8310967 Add a "comparing clang to other compilers" page, to help resolve some FAQ's. by Chris Lattner · 17 years ago
  95. d276964 lots of this is done. by Chris Lattner · 17 years ago
  96. f89dfb2 abort when we lower an initializer to the wrong type, as we currently do for: by Chris Lattner · 17 years ago
  97. 5ccc701 extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
  98. a44cf73 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
  99. 46a26b0 Address Chris's comments. by Anders Carlsson · 17 years ago
  100. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago