1. c81f316 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  2. e4d3ffd Updated VC++ build system by Hartmut Kaiser · 17 years ago
  3. 7f70eb7 Added a missing #include. by Hartmut Kaiser · 17 years ago
  4. 5b96e2e by Steve Naroff · 17 years ago
  5. 1a7fa7b by Steve Naroff · 17 years ago
  6. e3a5daf Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
  7. c2205b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
  8. a1ace4a Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
  9. fce813e Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
  10. 256a259 Modified CFG pretty-printing to directly use the (reverse) body by Ted Kremenek · 17 years ago
  11. e0f9761 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
  12. d5ea461 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 17 years ago
  13. 486509e Added some comments. by Ted Kremenek · 17 years ago
  14. 4926e10 Added to test case for "self-comparison check" uses of relation operators: x < x and x > x by Ted Kremenek · 17 years ago
  15. cf8b77d For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  16. 83eab63 Insetead of assert() just emit an error message for by Devang Patel · 17 years ago
  17. dbb14ce For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
  18. 7543914 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  19. e3f0257 Address Chris's comments. by Anders Carlsson · 17 years ago
  20. b86605e Fix logic error. by Anders Carlsson · 17 years ago
  21. a703c2e when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
  22. 84b2071 improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
  23. 36f07d8 Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  24. ced5b4f The callers of ParseStructDeclaration are not expecting it to by Chris Lattner · 17 years ago
  25. db52673 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  26. de4d2bd Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on by Chris Lattner · 17 years ago
  27. 4e21a9b Fix a parser bug on labeled inline asm stmts, allowing us to parse stuff like: by Chris Lattner · 17 years ago
  28. 8a40a83 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  29. 2afc72b Fix a major bug in the Type::getAs*Type methods: they didn't strip off by Chris Lattner · 17 years ago
  30. 4043840 Generate code for __builtin_classify_type. by Anders Carlsson · 17 years ago
  31. 25baae4 Add BuiltinType::Char_S to Type::isCharType by Anders Carlsson · 17 years ago
  32. 68ee6a6 Implemented serialization for TypedefType. by Ted Kremenek · 17 years ago
  33. 0b365b4 Implemented serialization of FunctionTypeProto. by Ted Kremenek · 17 years ago
  34. b4498bd Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  35. b90d06f Implemented serialization for VectorType. by Ted Kremenek · 17 years ago
  36. 27a32d6 More work on type serialization: added support for serializing BuiltinTypes. by Ted Kremenek · 17 years ago
  37. ab3ec25 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  38. f43c291 Completed serialization of ConstantArrayTypes (now that APInt serialization is in place). by Ted Kremenek · 17 years ago
  39. 3774dd9 by Steve Naroff · 17 years ago
  40. 09d26e5 This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
  41. 78f138f Added skeleton implementation of serialization for types (not complete). by Ted Kremenek · 17 years ago
  42. f185aef Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  43. 9b1ca9e Codegen union member references. by Devang Patel · 17 years ago
  44. 2b24fd9 Handle non LValue base expressions. by Devang Patel · 17 years ago
  45. 2ecd901 by Devang Patel · 17 years ago
  46. ddde6d5 Codegen array initializers. by Devang Patel · 17 years ago
  47. 8b5f530 Codegen global array initializers. by Devang Patel · 17 years ago
  48. f468b31 Pretty printing for ivar list of an interface block. by Fariborz Jahanian · 17 years ago
  49. f70959b Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 17 years ago
  50. 78a724f Updated VC++ build system by Hartmut Kaiser · 17 years ago
  51. 1529405 Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls. by Ted Kremenek · 17 years ago
  52. 0401180 Fix "strbuf += stufflen;" crash. by Devang Patel · 17 years ago
  53. f3e2d53 Document ConvertNewType() method and make it a private method. by Devang Patel · 17 years ago
  54. af37833 Added DeclSerialization.cpp to XCode project. by Ted Kremenek · 17 years ago
  55. 17377da Added skeleton for Decl serialization. by Ted Kremenek · 17 years ago
  56. cf89c7e Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
  57. bd2c278 Cache llvm::Type through PATypeHolder. by Devang Patel · 17 years ago
  58. ec86966 changed #include of Serialization.h to SerializationFwd.h to reduce by Ted Kremenek · 17 years ago
  59. 265937d Fix a recovery bug Fariborz and I noticed yesterday. We were producing: by Chris Lattner · 17 years ago
  60. bc68f69 simplify change. by Chris Lattner · 17 years ago
  61. a8a7368 Fix a bug steve noticed when handling nested rewrites. We now turn this: by Chris Lattner · 17 years ago
  62. c3aa5c4 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
  63. 2cf7a5c Added SourceLocation.cpp to XCode project. by Ted Kremenek · 17 years ago
  64. 9511ec8 Implemented serialization of SourceLocation and SourceRange objects. by Ted Kremenek · 17 years ago
  65. 000f48f Added constness to accessors in CompoundStmt. by Ted Kremenek · 17 years ago
  66. f624cd2 Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
  67. a398637 Refactored RewriteObjcMethodsMetaData to better rewrite by Fariborz Jahanian · 17 years ago
  68. 68e0227 Added accessors to CompoundStmt to retrieve the source locations for the by Ted Kremenek · 17 years ago
  69. 1bd623e Remove unused #includes by Devang Patel · 17 years ago
  70. 7122603 More work on translating message expressions. by Steve Naroff · 17 years ago
  71. 9dd3e2b Handle foo()->a = 42; by Devang Patel · 17 years ago
  72. afe113b Remove explicit use of size of known structs in metadata generation. by Fariborz Jahanian · 17 years ago
  73. 0cb4d92 Couple of minor changes. 1) Metaclass metadata also has a reference to by Fariborz Jahanian · 17 years ago
  74. ec0da44 Move RecordOrganizer into CodeGenTypes.cpp by Devang Patel · 17 years ago
  75. 9b4e4ff Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
  76. ce797d9 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 17 years ago
  77. 32c3983 Handle non-constant initializers. by Devang Patel · 17 years ago
  78. 01ab130 Visit CompoundLiteralExpr and InitListExpr by Devang Patel · 17 years ago
  79. fce2c5a Fix some long lines, move code around into logical groups. by Chris Lattner · 17 years ago
  80. 0021f45 Use Ted's new mutable child iterators to update the tree as we rewrite it. by Chris Lattner · 17 years ago
  81. c65a1fc Modified operator* for StmtIterator to return Stmt*& instead of Stmt*. by Ted Kremenek · 17 years ago
  82. 95b28c1 by Steve Naroff · 17 years ago
  83. 29c1309 by Devang Patel · 17 years ago
  84. 93ca245 check base type. by Devang Patel · 17 years ago
  85. b3e16ba Add notes. by Devang Patel · 17 years ago
  86. 6478e4b Use isUnionType() predicate. by Devang Patel · 17 years ago
  87. 30f6f13 untabify by Devang Patel · 17 years ago
  88. 68c1010 Fixed a strange construct, please review. by Hartmut Kaiser · 17 years ago
  89. 9b7c4ac Silenced a VC++ warning. by Hartmut Kaiser · 17 years ago
  90. e978058 by Steve Naroff · 17 years ago
  91. 50279e1 Fix typo. by Devang Patel · 17 years ago
  92. 317c716 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  93. 634cadf Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  94. 41b6625 Handle simple struct member expr. by Devang Patel · 17 years ago
  95. 4c4abed by Steve Naroff · 17 years ago
  96. f8fa1e7 Patch to complete metadata generation for each implemented class. by Fariborz Jahanian · 17 years ago
  97. aebd83f Begin struct layout work. by Devang Patel · 17 years ago
  98. 0f013d1 Patch for initialization of class's Meta-class metadata. by Fariborz Jahanian · 17 years ago
  99. 0445519 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago
  100. f31a2fb Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago