1. 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 14 years ago
  2. c6cd5fd Changed signature of GenerateMessageSend() function to pass the ObjCInterfaceDecl for class messages and removed the boolean IsClassMessage argument, which wasn't used anywhere. by David Chisnall · 14 years ago
  3. a96698e Stub out NEON support, more to come. by Nate Begeman · 14 years ago
  4. 6a15c85 Revert "Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of", it is breaking the builds of quite a few projects (emacs, dovecot, gnutar, bison). by Daniel Dunbar · 14 years ago
  5. e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 14 years ago
  6. 07c55e3 Remove unused function. by Benjamin Kramer · 14 years ago
  7. 68eebbb Reduce string trashing in getQualifiedNameAsString. by Benjamin Kramer · 14 years ago
  8. 8c757f9 Emit the correct symbol name for the class (GNU runtime). by David Chisnall · 14 years ago
  9. b21b405 Written storage class for declarations inside linkage specifications without braces is none. by Abramo Bagnara · 14 years ago
  10. e6ec5c4 When the qualifier of a id-expression is non-dependent but not by Douglas Gregor · 14 years ago
  11. 1e9268e Improve name mangling for dependent template names (e.g., typename by Douglas Gregor · 14 years ago
  12. d4598a2 When instantiating a function template specialization following by Douglas Gregor · 14 years ago
  13. 784f211 Properly pass the address of a lazily-generated function declaration with by John McCall · 14 years ago
  14. 15dedf0 It's okay to refer to non-type template parameters anywhere they are by Douglas Gregor · 14 years ago
  15. 493ec51 Removed spaces at end of line. (Test commit.) by Abramo Bagnara · 14 years ago
  16. 24f2801 Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of by Eli Friedman · 14 years ago
  17. 1c63b9c When explicitly building a temporary object (CXXTemporaryObjectExpr), by Douglas Gregor · 14 years ago
  18. 254e2d9 Fixed message send to void (broken by my last commit - GNU runtime). by David Chisnall · 14 years ago
  19. 138bb23 Diagnose the use of abstract types as array element types. Previously, by Douglas Gregor · 14 years ago
  20. c96be1e During template instantiation, set the naming class of by Douglas Gregor · 14 years ago
  21. b170ca5 More simplifications. by Benjamin Kramer · 14 years ago
  22. 786cd15 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 14 years ago
  23. 0237941 Simplify some code. No change in functionality. by Benjamin Kramer · 14 years ago
  24. c8fd2da When checking the redeclaration context of a typedef that refers to a by Douglas Gregor · 14 years ago
  25. a6a292b Don't look into incomplete types when trying to warn about unused by Douglas Gregor · 14 years ago
  26. 40e7192 CMake: Fix DESTDIR-related installation problem on Windows, from the by Douglas Gregor · 14 years ago
  27. 66c4515 When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr by Douglas Gregor · 14 years ago
  28. 1744a35 Simplify. by Daniel Dunbar · 14 years ago
  29. f35f14d Add Driver support for -fno-constant-cfstrings. by Daniel Dunbar · 14 years ago
  30. 664b7c7 Ensure return from a message to nil is always 0 (GNU runtime). by David Chisnall · 14 years ago
  31. 50810d3 Fix comments. by Daniel Dunbar · 14 years ago
  32. 049c51e Wrap a couple of long lines. (Test commit.) by Enea Zaffanella · 14 years ago
  33. 110acc1 Improve the diagnostic you get when making a qualified member access by John McCall · 14 years ago
  34. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  35. 184d790 New method to construct/destruct ivars that have non-trivial default by Fariborz Jahanian · 14 years ago
  36. 2b594b9 Enable debug info for local variables at -O1+. by Devang Patel · 14 years ago
  37. 57fdc8a Improve source-location information in a C++ typeid (type) expression by Douglas Gregor · 14 years ago
  38. fcaa9e7 fix PR6936: don't generate line marker directives when preprocessing by Chris Lattner · 14 years ago
  39. 0b7bc8e Diagnose declaration of reference typed ivars. by Fariborz Jahanian · 14 years ago
  40. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 14 years ago
  41. fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 14 years ago
  42. 5512ba5 Cleanup error recovery for a missing '-'|'+' by Fariborz Jahanian · 14 years ago
  43. 9cbfdd2 Implement template instantiation for implicit property references in by Douglas Gregor · 14 years ago
  44. e330354 Implement template instantiation for ObjCPropertyRefExpr. by Douglas Gregor · 14 years ago
  45. c9a85f9 emit dtors with the right calling convention in -fno-use-cxa-atexit mode. by Chris Lattner · 14 years ago
  46. f9b9eab Implement template instantiation for value-dependent Objective-C ivar by Douglas Gregor · 14 years ago
  47. fa3c982 remove alignment specifier on this. CAn't this test be removed yet? :) by Chris Lattner · 14 years ago
  48. 36998f5 Test case for NeXt's -fno-constant-cfstrings option. by Fariborz Jahanian · 14 years ago
  49. be270a0 Implement template instantiation for Objective-C @catch by Douglas Gregor · 14 years ago
  50. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 14 years ago
  51. c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 14 years ago
  52. 087fb7d Ensure that we have completed a type before attempting initialization by Douglas Gregor · 14 years ago
  53. b19f0ac tests: Force a triple. by Daniel Dunbar · 14 years ago
  54. 2b147f0 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 14 years ago
  55. b0fd483 Improve the diagnostic when we find something we did not expect in a by Douglas Gregor · 14 years ago
  56. 4b429ae IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: by Daniel Dunbar · 14 years ago
  57. 94e67c6 tests: Convert test to FileCheck. by Daniel Dunbar · 14 years ago
  58. fce176b IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fixes Clang to correctly emit the "CorrectedSynthesize" bit when using the non-fragile ABI. by Daniel Dunbar · 14 years ago
  59. 6bf356f When performing name lookup for an operator name, be sure to look by Douglas Gregor · 14 years ago
  60. d7d5bb1 exclude cmake build directories from being installed by Chris Lattner · 14 years ago
  61. 9675466 Land another cleanup patch. by Anders Carlsson · 14 years ago
  62. 9fd682b Land this test. by Anders Carlsson · 14 years ago
  63. 9994eed Tweak test for destruction of copied temporary objects by Douglas Gregor · 14 years ago
  64. b86cf0c When copying a temporary object to initialize an entity for which the by Douglas Gregor · 14 years ago
  65. 8e142cc Revert enough of my patches to fix self-host again :( by Anders Carlsson · 14 years ago
  66. 4154e0b When we create a temporary of class type that we don't immediately by Douglas Gregor · 14 years ago
  67. df1147e Cleanup SynthesizeCXXCopyConstructor. by Anders Carlsson · 14 years ago
  68. 5f7cc73 Clean up SynthesizeCXXCopyAssignment a little. by Anders Carlsson · 14 years ago
  69. 8561a86 RenameGetAddressOfBaseOfCompleteClass to GetAddressOfDirectBaseInCompleteClass to reflect that it only handles direct bases. by Anders Carlsson · 14 years ago
  70. 8f2abbc Add an explicit UsuallyTinyPtrVector that takes a single element. by Anders Carlsson · 14 years ago
  71. f500de5 More cleanup. by Anders Carlsson · 14 years ago
  72. 6444c41 Simplify EmitClassMemberwiseCopy now that it's only used for fields. by Anders Carlsson · 14 years ago
  73. 89fe019 Switch this to new API. by Nick Lewycky · 14 years ago
  74. e127abe DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create implicit base initializers. (Member initializers are still handled by CodeGenFunction::SynthesizeCXXCopyConstructor for now). by Anders Carlsson · 14 years ago
  75. c795750 When building implicit base initializers, add a derived-to-base cast that points to the exact base specifier. by Anders Carlsson · 14 years ago
  76. a88ad56 Rename GetAddressOfBaseClass to OldGetAddressOfBaseClass. by Anders Carlsson · 14 years ago
  77. e04d45e Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to use the new version. by Anders Carlsson · 14 years ago
  78. a04efdf Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath. by Anders Carlsson · 14 years ago
  79. fc89c31 Convert more call sites over to the new GetAddressOfBaseClass. by Anders Carlsson · 14 years ago
  80. f86fcb3 When we attempt to create a temporary object of class type, be sure by Douglas Gregor · 14 years ago
  81. 34a2d38 Add a new GetAddressOfBaseClass overload that takes a base path and. Use it for derived-to-base casts. by Anders Carlsson · 14 years ago
  82. d1a2722 When we are performing copy initialization of a class type via its by Douglas Gregor · 14 years ago
  83. 564618f Headers: Hide intptr_t and uintptr_t definitions behind _INTPTR_T and _UINTPTR_T by Daniel Dunbar · 14 years ago
  84. d3651cc Fix pasto, add a comment. by Benjamin Kramer · 14 years ago
  85. 48c70f6 Factor code. No functionality change. by Benjamin Kramer · 14 years ago
  86. f9d68e1 Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. by Anders Carlsson · 14 years ago
  87. cee2242 Add base paths to CK_UncheckedDerivedToBase and CK_DerivedToBaseMemberPointer. by Anders Carlsson · 14 years ago
  88. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 14 years ago
  89. 41b2dcd Add BasePath arguments to all cast expr constructors. by Anders Carlsson · 14 years ago
  90. f645aaa Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, which were wrong in numerous places. by Daniel Dunbar · 14 years ago
  91. 77c13e0 When we take the address of a declaration to bind it to a non-type by Douglas Gregor · 14 years ago
  92. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 14 years ago
  93. 40788d9 Simplify. by Daniel Dunbar · 14 years ago
  94. e25a96c Pass the base specifiers through to CheckDerivedToBaseConversion. No functionality change yet. by Anders Carlsson · 14 years ago
  95. f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 14 years ago
  96. c70e93c Tweak test case slightly by Douglas Gregor · 14 years ago
  97. 48c89f4 Be more careful around dependent nested-name-specifiers, complaining by Douglas Gregor · 14 years ago
  98. 80971bd isValue is set to false by default. by Anders Carlsson · 14 years ago
  99. 7ab9d57 Rename InheritancePath to BasePath, rename CastExpr::CXXBaseVector to CXXBaseSpecifierArray. More to come. by Anders Carlsson · 14 years ago
  100. 107de90 Keep track of when DependentNameTypes have no associated keyword by Douglas Gregor · 14 years ago