1. 68228a9 Implemented more of serialization/deserialization for ASTContext. We now by Ted Kremenek · 17 years ago
  2. 809b4f0 by Steve Naroff · 17 years ago
  3. 0ae1541 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
  4. 6dab49b More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  5. 85efa66 New test to verify llvm struct layout. by Devang Patel · 17 years ago
  6. 125e584 Check whether next slot meets field type's alignment requirements. by Devang Patel · 17 years ago
  7. ebeb428 by Steve Naroff · 17 years ago
  8. a092334 Implemented short-circuited version of Builtin::Info::operator!=. by Ted Kremenek · 17 years ago
  9. 5a61ca5 Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
  10. a8fccb8 Take 2. by Devang Patel · 17 years ago
  11. 9af4d5c Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
  12. 32e20f9 Initialize MemCpyFn by Devang Patel · 17 years ago
  13. 8709373 Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  14. ae84af8 by Steve Naroff · 17 years ago
  15. 215c2c8 Preliminary support for serializing statements. by Ted Kremenek · 17 years ago
  16. 81a1029 Updated path to clang.cpp in build documentation. by Ted Kremenek · 17 years ago
  17. 1a4a663 Updated build instructions to not include an absolute line number in clang.cpp to add hard-coded paths. by Ted Kremenek · 17 years ago
  18. 27f9c9b Updated a comment to hopefully silence a Lattner warning. by Ted Kremenek · 17 years ago
  19. c825319 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
  20. 6acfa2b Rewriteing of ivars changed to just copy directly from the source. by Fariborz Jahanian · 17 years ago
  21. 738e6c0 Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". by Ted Kremenek · 17 years ago
  22. 5b77c21 by Steve Naroff · 17 years ago
  23. c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  24. 19cb0e4 Added a few clarifying steps the the "building clang" section. by Ted Kremenek · 17 years ago
  25. 07e8232 temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  26. 05d6ff5 by Steve Naroff · 17 years ago
  27. 7f23e3d Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  28. 6e05ca9 Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
  29. 2f1a2fc Make target info available to clang code generator. by Devang Patel · 17 years ago
  30. 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  31. 2d9b34b Avoid unnecessary PATypeHolder copy. by Devang Patel · 17 years ago
  32. 02a82aa by Steve Naroff · 17 years ago
  33. 7670cca Updated some comments. by Ted Kremenek · 17 years ago
  34. 5bf7202 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
  35. 7c6c0fd Refactored CFG construction code that processes DeclStmts to use StmtIterator. by Ted Kremenek · 17 years ago
  36. 08a10cc Refactor code into a separate method. by Devang Patel · 17 years ago
  37. dd364ea Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a by Ted Kremenek · 17 years ago
  38. 193c125 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
  39. 0f2a8fb Fix 80 col violations. by Devang Patel · 17 years ago
  40. 77470dc minor tweaks by Chris Lattner · 17 years ago
  41. 2c6e283 Use by Devang Patel · 17 years ago
  42. b9b9361 Fixed tests. by Fariborz Jahanian · 17 years ago
  43. cb034cb minor code cleanup by Chris Lattner · 17 years ago
  44. c48deec shrinkify storage class to a bitfield, add a fixme about merging it in the future. by Chris Lattner · 17 years ago
  45. ce6c837 Remove commented out line. by Devang Patel · 17 years ago
  46. c0e96dd Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  47. acc56d4 update some comments. by Chris Lattner · 17 years ago
  48. fe54770 Avoid using macro expansions, which causes these to come out in -E mode. by Chris Lattner · 17 years ago
  49. 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  50. f4b7d6a by Steve Naroff · 17 years ago
  51. 2058dc4 Added vector to ASTContext to store references to "complete" VLA types by Ted Kremenek · 17 years ago
  52. 667f168 by Steve Naroff · 17 years ago
  53. 1ccf463 by Steve Naroff · 17 years ago
  54. ef20ed3 by Steve Naroff · 17 years ago
  55. 5695bb7 Handle function types. by Anders Carlsson · 17 years ago
  56. 9b57fba Assert if isObjcIdType is called before 'id' type is built. by Fariborz Jahanian · 17 years ago
  57. 3793e1a VariableArrayTypes (VLAs) without a size expression are now uniqued by Ted Kremenek · 17 years ago
  58. c81f316 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  59. e4d3ffd Updated VC++ build system by Hartmut Kaiser · 17 years ago
  60. 7f70eb7 Added a missing #include. by Hartmut Kaiser · 17 years ago
  61. 5b96e2e by Steve Naroff · 17 years ago
  62. 1a7fa7b by Steve Naroff · 17 years ago
  63. e3a5daf Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
  64. c2205b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
  65. a1ace4a Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
  66. fce813e Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
  67. 256a259 Modified CFG pretty-printing to directly use the (reverse) body by Ted Kremenek · 17 years ago
  68. e0f9761 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
  69. d5ea461 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 17 years ago
  70. 486509e Added some comments. by Ted Kremenek · 17 years ago
  71. 4926e10 Added to test case for "self-comparison check" uses of relation operators: x < x and x > x by Ted Kremenek · 17 years ago
  72. cf8b77d For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  73. 83eab63 Insetead of assert() just emit an error message for by Devang Patel · 17 years ago
  74. dbb14ce For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
  75. 7543914 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  76. e3f0257 Address Chris's comments. by Anders Carlsson · 17 years ago
  77. b86605e Fix logic error. by Anders Carlsson · 17 years ago
  78. a703c2e when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
  79. 84b2071 improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
  80. 36f07d8 Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  81. ced5b4f The callers of ParseStructDeclaration are not expecting it to by Chris Lattner · 17 years ago
  82. db52673 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  83. de4d2bd Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on by Chris Lattner · 17 years ago
  84. 4e21a9b Fix a parser bug on labeled inline asm stmts, allowing us to parse stuff like: by Chris Lattner · 17 years ago
  85. 8a40a83 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  86. 2afc72b Fix a major bug in the Type::getAs*Type methods: they didn't strip off by Chris Lattner · 17 years ago
  87. 4043840 Generate code for __builtin_classify_type. by Anders Carlsson · 17 years ago
  88. 25baae4 Add BuiltinType::Char_S to Type::isCharType by Anders Carlsson · 17 years ago
  89. 68ee6a6 Implemented serialization for TypedefType. by Ted Kremenek · 17 years ago
  90. 0b365b4 Implemented serialization of FunctionTypeProto. by Ted Kremenek · 17 years ago
  91. b4498bd Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
  92. b90d06f Implemented serialization for VectorType. by Ted Kremenek · 17 years ago
  93. 27a32d6 More work on type serialization: added support for serializing BuiltinTypes. by Ted Kremenek · 17 years ago
  94. ab3ec25 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  95. f43c291 Completed serialization of ConstantArrayTypes (now that APInt serialization is in place). by Ted Kremenek · 17 years ago
  96. 3774dd9 by Steve Naroff · 17 years ago
  97. 09d26e5 This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
  98. 78f138f Added skeleton implementation of serialization for types (not complete). by Ted Kremenek · 17 years ago
  99. f185aef Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  100. 9b1ca9e Codegen union member references. by Devang Patel · 17 years ago