1. beb6636 Unbreak -stats on cocoa.h by Chris Lattner · 17 years ago
  2. 4ffc541 Implemented type checking for pointer of objects of protocol-qualified types. by Fariborz Jahanian · 17 years ago
  3. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  4. 43d6975 Fix for testcase that assigns a dereferenced reference to a pointer. The by Bill Wendling · 17 years ago
  5. d778f88 Reverted changed to getTagDeclType() introduced in patch 44089: by Ted Kremenek · 17 years ago
  6. f06273f Put back the flags field in the constant CF string type. by Anders Carlsson · 17 years ago
  7. ea0c6fb Modified ASTContext::getTagDeclType() to accept a NULL pointer for the passed by Ted Kremenek · 17 years ago
  8. 6de88a8 Type encoding for structs. by Fariborz Jahanian · 17 years ago
  9. 03ed440 Rewrote type serialization to used the same methodology as we do for Decls. by Ted Kremenek · 17 years ago
  10. 0f84c00 Renamed all serialization "Materialize" methods to "Create" to conform with by Ted Kremenek · 17 years ago
  11. ab37309 by Steve Naroff · 17 years ago
  12. a4559c3 Started work on new serialization approach within ASTContext to by Ted Kremenek · 17 years ago
  13. 2ebc89f Misc. serialization changes to ASTContext and Decls. Serialization by Ted Kremenek · 17 years ago
  14. b8712eb For serialization of ASTContext, added special-casing of serialization by Ted Kremenek · 17 years ago
  15. beaf299 by Steve Naroff · 17 years ago
  16. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  17. a9a4a24 Implemented serialization of QualTypes within ASTContext. Clarified by Ted Kremenek · 17 years ago
  18. ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  19. 4c00c26 Changed serialization/deserialization of BuiltinTypes to explicitly serialize by Ted Kremenek · 17 years ago
  20. 770951b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  21. fee0452 Implemented more of serialization/deserialization for ASTContext. We now by Ted Kremenek · 17 years ago
  22. 5451350 Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
  23. 2e7d352 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
  24. 7192f8e Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". by Ted Kremenek · 17 years ago
  25. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  26. 2d99833 minor code cleanup by Chris Lattner · 17 years ago
  27. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  28. 347b9f3 Added vector to ASTContext to store references to "complete" VLA types by Ted Kremenek · 17 years ago
  29. c0a87b7 Handle function types. by Anders Carlsson · 17 years ago
  30. 2bd24ba VariableArrayTypes (VLAs) without a size expression are now uniqued by Ted Kremenek · 17 years ago
  31. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  32. e8c4953 Address Chris's comments. by Anders Carlsson · 17 years ago
  33. 17df57d Fix logic error. by Anders Carlsson · 17 years ago
  34. 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  35. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  36. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  37. 2198891 by Steve Naroff · 17 years ago
  38. ec0550f by Steve Naroff · 17 years ago
  39. 7e219e4 by Steve Naroff · 17 years ago
  40. 00bb283 slightly simplify interface by Chris Lattner · 17 years ago
  41. b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  42. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  43. b216c88 by Steve Naroff · 17 years ago
  44. 13afd24 remove unneeded #include by Chris Lattner · 17 years ago
  45. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  46. 980e508 by Steve Naroff · 17 years ago
  47. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  48. 21d5a95 by Steve Naroff · 17 years ago
  49. 3f128ad by Steve Naroff · 17 years ago
  50. b1776cb fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
  51. f38661e by Steve Naroff · 17 years ago
  52. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  53. 3536b44 by Steve Naroff · 17 years ago
  54. bdbf7b0 Fix a comment. by Steve Naroff · 17 years ago
  55. c940612 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
  56. fb22d96 by Steve Naroff · 17 years ago
  57. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  58. fb07153 constify some stuff by Chris Lattner · 17 years ago
  59. 6cd862c implement sizeof(enum x), patch inspired by Keith Bauer. by Chris Lattner · 17 years ago
  60. fb0d496 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 17 years ago
  61. 716c730 by Steve Naroff · 17 years ago
  62. f1448a0 by Steve Naroff · 17 years ago
  63. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  64. 9752f25 by Steve Naroff · 17 years ago
  65. 8d1a3b8 by Steve Naroff · 17 years ago
  66. d1861fd by Steve Naroff · 17 years ago
  67. dc0d73e fix bogus warnings about potentially uninit vars Size and Align. by Chris Lattner · 17 years ago
  68. 942cfd3 Fix a valgrind error noticed by Benoit Boissinot by Chris Lattner · 17 years ago
  69. b1c2df9 fix a nasty bug Owen noticed in a gcc warning. by Chris Lattner · 17 years ago
  70. 030d884 implement size/alignment analysis for arrays and vectors. This gets carbon.h working again. by Chris Lattner · 17 years ago
  71. 5d2a630 implement sizeof/alignof support for structs, unions and complex. by Chris Lattner · 17 years ago
  72. 7332292 by Steve Naroff · 17 years ago
  73. 464175b initial layout support for structures and unions. This isn't actually by Chris Lattner · 17 years ago
  74. 6d87fc6 teach -stats about new types by Chris Lattner · 17 years ago
  75. bfef6d7 don't let builtin-type handling code fall into pointer handling code by Chris Lattner · 17 years ago
  76. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  77. 692233e Use target info to decide the sizes of basic types. by Chris Lattner · 17 years ago
  78. 7ab2ed8 Add missing citation. by Chris Lattner · 17 years ago
  79. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  80. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  81. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago