1. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  2. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  3. f7616b9 Move the "volatile" bit into QualType's "fast" qualifier set, by Douglas Gregor · 14 years ago
  4. 9f71a8f PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  5. d016ec2 Add BlocksAttr assert on __block specific routines. by Fariborz Jahanian · 14 years ago
  6. f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 14 years ago
  7. b97c403 Merge transparent union types using member's canonical param type by Peter Collingbourne · 14 years ago
  8. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  9. 1ceee5c Sema/AST work for capturing copy init expression by Fariborz Jahanian · 14 years ago
  10. dae0cb5 Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. by Anders Carlsson · 14 years ago
  11. 7eb0a9e Switch a lot of call-sites over to using the new value-kind calculations. by John McCall · 14 years ago
  12. e38be61 Fixes synthesis of type for the object which holds info. by Fariborz Jahanian · 14 years ago
  13. 231da7e ASTContext::getVectorType should preserve the vector kind for canonical types. by Bob Wilson · 14 years ago
  14. cf33b24 Bring UsualArithmeticConversionsType back into Sema and cast the by John McCall · 14 years ago
  15. f69eb7c Generalize ASTContext::areCompatibleVectorTypes to handle new Neon vector types. by Bob Wilson · 14 years ago
  16. e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 14 years ago
  17. ba8bda0 Restore patch reversed in r118475. Fixes // rdar://8632525 by Fariborz Jahanian · 14 years ago
  18. ee743f9 Use the right calling convention when mangling names in the Microsoft C++ by Charles Davis · 14 years ago
  19. c8c62c4 Reverse patch for // rdar://8632525. It might has broken a build. by Fariborz Jahanian · 14 years ago
  20. ed171b8 Provide a precise builtin declaration for objc_msgSend by Fariborz Jahanian · 14 years ago
  21. 910f800 Remove broken support for variadic templates, along with the various by Douglas Gregor · 14 years ago
  22. 643f843 add a comment to my last commit by Douglas Gregor · 14 years ago
  23. 264bf66 When canonicalizing nested-name-specifiers involving dependent names by Douglas Gregor · 14 years ago
  24. de5b17e Restore patch for PR8453 which was undone in r117829 (was project bugs). by Fariborz Jahanian · 14 years ago
  25. 2e8994e Revert r117678, "Qualified 'id' should implement all of static class type's", it breaks things. by Daniel Dunbar · 14 years ago
  26. 0483dce Qualified 'id' should implement all of static class type's by Fariborz Jahanian · 14 years ago
  27. 9a44b5f Initialize the ASTMutationListener. Thanks goes to Abramo Bagnara! by Argyrios Kyrtzidis · 14 years ago
  28. 3fa5cae No really, we don't have a retain/release system for statements/expressions by John McCall · 14 years ago
  29. 32adc8b When de-serializing a type that is supposed to be canonical, call by Douglas Gregor · 14 years ago
  30. 4846675 Implement GNU C extension: two types are compatible if they appear by Peter Collingbourne · 14 years ago
  31. 7b90340 Put the mechanism in place to track modifications in an AST entity that were committed after by Argyrios Kyrtzidis · 14 years ago
  32. 2a984ca Add some infrastructure for dealing with expressions of 'placeholder' type, by John McCall · 14 years ago
  33. 3a0be84 IRgen/Obj-C: Fix encoding of "long double". - The mind boggles. by Daniel Dunbar · 14 years ago
  34. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  35. 4081a5c __attribute__((aligned(n))) directly specifies the alignment of a declaration by John McCall · 14 years ago
  36. e6012c7 Fix a crash encoding ivars of vector types and by Fariborz Jahanian · 14 years ago
  37. 14e0e74 enhance ASTContext::GetBuiltinType to return a bitmask indicating which arguments by Chris Lattner · 14 years ago
  38. 33daae6 random cleanups, no functionality change. by Chris Lattner · 14 years ago
  39. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  40. 393bd8e Various builtins a require an integer constant. Not providing by Chris Lattner · 14 years ago
  41. 2cf9d65 Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  42. 2a674e8 Temporarily revert 114929 114925 114924 114921. It looked like they (or at least by Bill Wendling · 14 years ago
  43. cdbfa6c Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
  44. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  45. 78a916e Implement -Wpadded and -Wpacked. by Argyrios Kyrtzidis · 14 years ago
  46. afac01d Transfer calling-convention attributes down to member function pointers. by Douglas Gregor · 14 years ago
  47. 53b9441 Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 14 years ago
  48. 6320064 Heap-allocate the attribute vectors in by Douglas Gregor · 14 years ago
  49. df1367a Don't recurse twice when we can recurse once by Douglas Gregor · 14 years ago
  50. 8028bfa Revert r112043, static volatiles are removed by the optimizer. Thanks Chris! by Argyrios Kyrtzidis · 14 years ago
  51. f869d20 Make sure volatile variables are emitted even if static. Fixes rdar://8315219 by Argyrios Kyrtzidis · 14 years ago
  52. a7e6845 Detabify. by Eli Friedman · 14 years ago
  53. ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 14 years ago
  54. 2c18bb7 objective-c ivar refactoring patch. Iterations by Fariborz Jahanian · 14 years ago
  55. 20cf717 Add some enum goodness as requested by Chris. Now instead of storing the by Charles Davis · 14 years ago
  56. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  57. 4087f27 StringRef'ication of lots stuff, patch by Peter Davies! by Daniel Dunbar · 14 years ago
  58. 071cc7d Implement support for member pointers under the Microsoft C++ ABI in the by Charles Davis · 14 years ago
  59. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  60. bbc6454 Commit improved version of 111026 & 111027. by Argyrios Kyrtzidis · 14 years ago
  61. 192b146 Fixes block type matching bug. Radar 8302845. by Fariborz Jahanian · 14 years ago
  62. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  63. deacbdc Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 14 years ago
  64. 74c730a - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition. by Sebastian Redl · 14 years ago
  65. d1909bb Warn if class object does not implement qualified by Fariborz Jahanian · 14 years ago
  66. 569c316 Allow reference binding of a reference of Objective-C object type to by Douglas Gregor · 14 years ago
  67. 255210e Introduce implicit conversions between AltiVec vectors and GCC by Douglas Gregor · 14 years ago
  68. e04f5fc Compute width/align of objc builtin types (id, etc) for radar 8258797. by Fariborz Jahanian · 14 years ago
  69. 4ac7c0b Change the name to something less terrible; suggestion by Doug. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  70. ab411c8 Weak references and variables that are not definitions are not required for early codegen/deserialization. by Argyrios Kyrtzidis · 14 years ago
  71. 90e99a8 Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  72. 447234d Allow a looser form of compatibility checking (which ignores by Douglas Gregor · 14 years ago
  73. 63fe86b Make ASTContext always use the BumpPtrAllocator. by Douglas Gregor · 14 years ago
  74. f609462 Vectors are not integer types, so the type system should not classify by Douglas Gregor · 14 years ago
  75. a8f8dac Patch to type match comparing Objective-C Classes which implement by Fariborz Jahanian · 14 years ago
  76. ed8abf1 Reinstate the fix for PR7556. A silly use of isTrivial() was by Douglas Gregor · 14 years ago
  77. 3472430 When printing statistics for the ASTContext, also print them for its BumpPtrAllocator by Douglas Gregor · 14 years ago
  78. 400f512 Fix a regression of a previous commit of mine (rdar://8158953). by Argyrios Kyrtzidis · 14 years ago
  79. c91e9f4 Read/write more information of ASTContext for PCH. Overriden methods and instantiated-from information. by Argyrios Kyrtzidis · 14 years ago
  80. 0061138 Don't try to install the __[u]int128_t identifier if it is already installed by PCHReader. by Argyrios Kyrtzidis · 14 years ago
  81. 9421adc Read/write specialization info of static data members for PCH. by Argyrios Kyrtzidis · 14 years ago
  82. 1827403 Lazily declare default constructors. We now delay the construction of by Douglas Gregor · 14 years ago
  83. 2258431 Lazily declare implicit copy constructors. by Douglas Gregor · 14 years ago
  84. a376d10 Lazily declare copy-assignment operators. by Douglas Gregor · 14 years ago
  85. 4923aa2 Lazily declare the implicitly-declared destructor in a C++ class. by Douglas Gregor · 14 years ago
  86. 37ffed3 Fully read/write CXXRecordDecl for PCH. by Argyrios Kyrtzidis · 14 years ago
  87. 9763e22 - Allow a typedef type to be read from PCH even if its decl is currently initializing. by Argyrios Kyrtzidis · 14 years ago
  88. 788b0fd improve altivec vector bool/pixel support, patch by Anton Yartsev by Chris Lattner · 14 years ago
  89. 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 14 years ago
  90. f057bf7 Change two static variables into instance variables of ASTContext. This allows us to have multiple copies by Ted Kremenek · 14 years ago
  91. 3e1274f Canonicalize template template parameters when canonicalizing a by Douglas Gregor · 14 years ago
  92. efed5c8 Revert r106099; it broke self-host. by Douglas Gregor · 14 years ago
  93. 6cd8087 Added TemplateTypeParmType::getDecl(). by Abramo Bagnara · 14 years ago
  94. 2ade35e Introduce Type::isIntegralOrEnumerationType(), to cover those places by Douglas Gregor · 14 years ago
  95. 71d74bc TemplateSpecializationType's isCurrentInstantiation bit can be derived by John McCall · 14 years ago
  96. ef99001 Don't store ASTContext references in the TST nodes just to support profiling. by John McCall · 14 years ago
  97. 24da709 Provide an Objective C mangling for wchar_t. Patch by Nico Weber! by John McCall · 14 years ago
  98. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  99. 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 14 years ago
  100. dcfcfbe Fix memory leak in ASTContext where ASTRecordLayout objects involving C++ structures wouldn't have by Ted Kremenek · 14 years ago