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