1. 0c67829 Put constant CFStrings in the __DATA,__cfstring section. by Anders Carlsson · 17 years ago
  2. d6a275f 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. c2527d1 Remove unnecessary method. by Devang Patel · 17 years ago
  4. f9fef92 start adding pading fields. by Devang Patel · 17 years ago
  5. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  6. 50b5a30 Fix a typo that prevented pointer-to-int conversions from working. by Anders Carlsson · 17 years ago
  7. 0bd41f2 Refactor code into a separate method. by Devang Patel · 17 years ago
  8. 212b768 Fixed a bug exposed by fixing the assert in previous patch (one of the tests asserted). by Fariborz Jahanian · 17 years ago
  9. aff56d0 Changed direction of assert. Added more comments. by Fariborz Jahanian · 17 years ago
  10. fee0452 Implemented more of serialization/deserialization for ASTContext. We now by Ted Kremenek · 17 years ago
  11. 8749be5 by Steve Naroff · 17 years ago
  12. 148fe67 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
  13. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  14. 9544ff2 New test to verify llvm struct layout. by Devang Patel · 17 years ago
  15. 9e124d9 Check whether next slot meets field type's alignment requirements. by Devang Patel · 17 years ago
  16. b4292f2 by Steve Naroff · 17 years ago
  17. 9b181b3 Implemented short-circuited version of Builtin::Info::operator!=. by Ted Kremenek · 17 years ago
  18. d9e9ede Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
  19. 7a4718e Take 2. by Devang Patel · 17 years ago
  20. 5451350 Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
  21. 61bb9ca Initialize MemCpyFn by Devang Patel · 17 years ago
  22. 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  23. 8ee529b by Steve Naroff · 17 years ago
  24. e522d85 Preliminary support for serializing statements. by Ted Kremenek · 17 years ago
  25. 3cf4746 Updated path to clang.cpp in build documentation. by Ted Kremenek · 17 years ago
  26. 2d8a830 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. d1c0eee Updated a comment to hopefully silence a Lattner warning. by Ted Kremenek · 17 years ago
  28. 2e7d352 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
  29. fdc08a0 Rewriteing of ivars changed to just copy directly from the source. by Fariborz Jahanian · 17 years ago
  30. 7192f8e Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". by Ted Kremenek · 17 years ago
  31. 498856c by Steve Naroff · 17 years ago
  32. dea84f8 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  33. 2722622 Added a few clarifying steps the the "building clang" section. by Ted Kremenek · 17 years ago
  34. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  35. 9165ad3 by Steve Naroff · 17 years ago
  36. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  37. 8967e9e Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
  38. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  39. 8be9d0a 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. 47c87b4 Avoid unnecessary PATypeHolder copy. by Devang Patel · 17 years ago
  41. 09b266e by Steve Naroff · 17 years ago
  42. 0d892d8 Updated some comments. by Ted Kremenek · 17 years ago
  43. 7da36f6 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
  44. 8f54c1f Refactored CFG construction code that processes DeclStmts to use StmtIterator. by Ted Kremenek · 17 years ago
  45. 9e32d4b Refactor code into a separate method. by Devang Patel · 17 years ago
  46. 78d85f5 Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a by Ted Kremenek · 17 years ago
  47. 59092d0 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
  48. e9b8c0a Fix 80 col violations. by Devang Patel · 17 years ago
  49. fb1051b minor tweaks by Chris Lattner · 17 years ago
  50. 0ffe89a Use by Devang Patel · 17 years ago
  51. ca4e19e Fixed tests. by Fariborz Jahanian · 17 years ago
  52. 2d99833 minor code cleanup by Chris Lattner · 17 years ago
  53. e6889f9 shrinkify storage class to a bitfield, add a fixme about merging it in the future. by Chris Lattner · 17 years ago
  54. 03f7c03 Remove commented out line. by Devang Patel · 17 years ago
  55. bb60846 Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  56. f17765d update some comments. by Chris Lattner · 17 years ago
  57. d65d8ee Avoid using macro expansions, which causes these to come out in -E mode. by Chris Lattner · 17 years ago
  58. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  59. 752d6ef by Steve Naroff · 17 years ago
  60. 347b9f3 Added vector to ASTContext to store references to "complete" VLA types by Ted Kremenek · 17 years ago
  61. 423cb56 by Steve Naroff · 17 years ago
  62. 2feac5e by Steve Naroff · 17 years ago
  63. f908a87 by Steve Naroff · 17 years ago
  64. c0a87b7 Handle function types. by Anders Carlsson · 17 years ago
  65. 7ed0507 Assert if isObjcIdType is called before 'id' type is built. by Fariborz Jahanian · 17 years ago
  66. 2bd24ba VariableArrayTypes (VLAs) without a size expression are now uniqued by Ted Kremenek · 17 years ago
  67. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  68. 10b945c Updated VC++ build system by Hartmut Kaiser · 17 years ago
  69. 481038b Added a missing #include. by Hartmut Kaiser · 17 years ago
  70. 91fa0b7 by Steve Naroff · 17 years ago
  71. 60fccee by Steve Naroff · 17 years ago
  72. 771fe16 Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
  73. 103a1b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
  74. 86522b9 Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
  75. 92866e2 Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
  76. 7a9d9d7 Modified CFG pretty-printing to directly use the (reverse) body by Ted Kremenek · 17 years ago
  77. 65f31e4 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
  78. 160eb65 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 17 years ago
  79. 72cb1ae Added some comments. by Ted Kremenek · 17 years ago
  80. a8335a9 Added to test case for "self-comparison check" uses of relation operators: x < x and x > x by Ted Kremenek · 17 years ago
  81. 3ca0bf2 For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  82. 6cb812e Insetead of assert() just emit an error message for by Devang Patel · 17 years ago
  83. e780f0d For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
  84. 6a26155 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  85. e8c4953 Address Chris's comments. by Anders Carlsson · 17 years ago
  86. 17df57d Fix logic error. by Anders Carlsson · 17 years ago
  87. 84d35ce when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
  88. b96728d improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
  89. 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  90. cd4b83c The callers of ParseStructDeclaration are not expecting it to by Chris Lattner · 17 years ago
  91. 3da2db4 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  92. 52735a0 Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on by Chris Lattner · 17 years ago
  93. 69efba7 Fix a parser bug on labeled inline asm stmts, allowing us to parse stuff like: by Chris Lattner · 17 years ago
  94. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  95. dea6146 Fix a major bug in the Type::getAs*Type methods: they didn't strip off by Chris Lattner · 17 years ago
  96. 89799cf Generate code for __builtin_classify_type. by Anders Carlsson · 17 years ago
  97. c67ad5f Add BuiltinType::Char_S to Type::isCharType by Anders Carlsson · 17 years ago
  98. 4f50ee3 Implemented serialization for TypedefType. by Ted Kremenek · 17 years ago
  99. 4340bfa Implemented serialization of FunctionTypeProto. by Ted Kremenek · 17 years ago
  100. e81e24c Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago