1. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 15 years ago
  2. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 15 years ago
  3. 6be3cb8 remove some obsolete super-handling code that I forgot to zap. by Chris Lattner · 15 years ago
  4. 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 15 years ago
  5. 1dbca6e Introduce a parsing action to distinguish between class, instance, and by Douglas Gregor · 15 years ago
  6. f19de1c Mark a function declaration invalid if any of its parameter declarations by John McCall · 15 years ago
  7. 74256f5 Parse friend template ids as types instead of ending up in by John McCall · 15 years ago
  8. aa1d761 Add encoding of reference types like gcc does for objc methods and by Fariborz Jahanian · 15 years ago
  9. 709210f Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance by Ted Kremenek · 15 years ago
  10. ecdb41e IRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 15 years ago
  11. 21c0160 Fix an embarrasing memory error. I was apparently very tired when I wrote this by John McCall · 15 years ago
  12. ab970f9 IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "policy" with which a bit-field should be accessed. by Daniel Dunbar · 15 years ago
  13. 4895a8c Remove unnecessary cast. by Daniel Dunbar · 15 years ago
  14. 77e8b11 Support befriending members of class template specializations. by John McCall · 15 years ago
  15. c034974 Twik to radar 7839485. Do not attach weak_import attribute to class by Fariborz Jahanian · 15 years ago
  16. a50d750 Turn off warning about weak_import attribute by Fariborz Jahanian · 15 years ago
  17. 08adf32 Removes a FIXME. by Fariborz Jahanian · 15 years ago
  18. 15bd588 Variation of objc_copyStruct API generation when by Fariborz Jahanian · 15 years ago
  19. 8ce9e45 Rework the ConstStructBuilder code to emit missing initializer by Chris Lattner · 15 years ago
  20. b5e8156 unbreak tests. by Chris Lattner · 15 years ago
  21. eba3e5a move a bunch of ConstStructBuilder methods out of line. by Chris Lattner · 15 years ago
  22. 4357a82 minor cleanups by Chris Lattner · 15 years ago
  23. 363ff23 Teach HasSideEffect about InitListExprs. Not having by Chris Lattner · 15 years ago
  24. 553e583 make the rewriter add a #ifndef around the #define of __attribute__. by Chris Lattner · 15 years ago
  25. abe183d Refactor and simplify the computation of implicit conversion sequences by Douglas Gregor · 15 years ago
  26. aa0be17 When returning the result of a call to an object of class type, do not by Douglas Gregor · 15 years ago
  27. d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 15 years ago
  28. bc9ad74 Make all cases that we don't handle explicit. by Zhongxing Xu · 15 years ago
  29. 0d9d736 Dispatch all C++ cast expr to VisitCast(). by Zhongxing Xu · 15 years ago
  30. c5354a2 CFGBuilder: always add C++ member call expr as block-level expr. by Zhongxing Xu · 15 years ago
  31. 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 15 years ago
  32. c09289d Add a cc1 option to specify the max number of nodes the analyzer can explore. by Zhongxing Xu · 15 years ago
  33. ba9d853 Parse constructor names in friend declarations. Part of the fix for PR6207. by John McCall · 15 years ago
  34. 9ea6397 Don't try to find a scope corresponding to the search DC for an unfound by John McCall · 15 years ago
  35. bbea716 add frontend support for -fdata-sections and -ffunction-sections, by Chris Lattner · 15 years ago
  36. 0b2bd47 Add support for objc_copyStruct to enforce by Fariborz Jahanian · 15 years ago
  37. cd9199e Fix debug info for cleanup block. by Devang Patel · 15 years ago
  38. df72140 cache the PP's SourceManager. by Chris Lattner · 15 years ago
  39. a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 15 years ago
  40. 88aae91 make the preprocessor listen to linemarker directives in -E mode, by Chris Lattner · 15 years ago
  41. c0b53c2 Remove some dead FIXMEs by Douglas Gregor · 15 years ago
  42. c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 15 years ago
  43. 05baacb Improve source-location information for C++ conversion functions, by by Douglas Gregor · 15 years ago
  44. 515f43f fix a minor bug I noticed while work with Jordy's patch for PR6101, by Chris Lattner · 15 years ago
  45. 987aa87 Add fixit hint for missing ':' in ternary expressions. by Ted Kremenek · 15 years ago
  46. 04e4427 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic by Chris Lattner · 15 years ago
  47. 0eea9f9 fix PR6660/6168: emit padding as zeros instead of undef. Because by Chris Lattner · 15 years ago
  48. 9b28daf IRgen: Factor out ComputeBitFieldInfo. by Daniel Dunbar · 15 years ago
  49. 01e56ae Implement C++ [temp.local]p4, which specifies how we eliminate by Douglas Gregor · 15 years ago
  50. ec55c94 Fix null dereference in 'WriteSourceLocation' when the FileEntry is null. by Ted Kremenek · 15 years ago
  51. 6cc5906 Add some API code for future work. by Fariborz Jahanian · 15 years ago
  52. 93c6296 IRgen: Add CGRecordLayout::dump, and dump (irgen) record layouts as part of -fdump-record-layouts. by Daniel Dunbar · 15 years ago
  53. a7a98c9 fix PR6819 by Chris Lattner · 15 years ago
  54. 8b9f187 tighten the check for cast of super to avoid rejecting valid code, by Chris Lattner · 15 years ago
  55. 6275e0c When creating the implicitly-declared special member functions, be by Douglas Gregor · 15 years ago
  56. 3be1794 Issue warning when 'weak_import' attribute is applied on a class only by Fariborz Jahanian · 15 years ago
  57. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 15 years ago
  58. cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 15 years ago
  59. 1e46136 fix a bug I noticed by inspection, correcting two reject-valid bugs. by Chris Lattner · 15 years ago
  60. a823d6a fix a rejects-valid bug that I introduced, pointed out by David Chisnall by Chris Lattner · 15 years ago
  61. c987a41 use pointer comparison instead of isStr by Chris Lattner · 15 years ago
  62. 236beab fix a rejects-valid testcase involving super that I dreamt up. by Chris Lattner · 15 years ago
  63. 966c78b change Scope::WithinElse to be a normal scope flag, widen the by Chris Lattner · 15 years ago
  64. 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 15 years ago
  65. aec43db fix a fixme, stop evaluating getCurMethodDecl() repeatedly by Chris Lattner · 15 years ago
  66. 9f6c772 other half of r101005 by Chris Lattner · 15 years ago
  67. 80638c5 Have the CXXBaseOrMemberInitializer keep track of whether an initializer initializes a virtual base or not. by Anders Carlsson · 15 years ago
  68. 73e6fa0 Fix another bug where we wouldn't generate secondary vtables for construction vtables in some cases. by Anders Carlsson · 15 years ago
  69. 718d069 More renames. by Anders Carlsson · 15 years ago
  70. 9123284 Rename a function parameter. by Anders Carlsson · 15 years ago
  71. 836d9dd Clarify an assertion. by Anders Carlsson · 15 years ago
  72. af6ddf2 Fix a bug where we were adding too many vcall offsets in some cases. by Anders Carlsson · 15 years ago
  73. 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
  74. 115c1b9 Fix CFG bug where bases of member expressions were not always evaluated in a lvalue context. Fixes <rdar://problem/7813989>. by Ted Kremenek · 15 years ago
  75. 431ac2d Fix bug in AddStmtChoice:asLValue() where 'AsLValueNotAlwaysAdd' would not be treated as indicating an lvalue. by Ted Kremenek · 15 years ago
  76. 7ea2136 Sort visitor methods. No functionality change. by Ted Kremenek · 15 years ago
  77. eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 15 years ago
  78. b9d4fc1 actually the interface grossness in the previous patch was due to by Chris Lattner · 15 years ago
  79. 7f81652 factor the code that handles "expr.field" when expr is a by Chris Lattner · 15 years ago
  80. 0784fcd fix a problem causing us to lose the ''s around objc interface names by Chris Lattner · 15 years ago
  81. 4995997 Enable an assert and remove a now unnecessary assert. by Anders Carlsson · 15 years ago
  82. 573021f Fix another vbase layout bug. by Anders Carlsson · 15 years ago
  83. a1e8716 Add a simple debug-only verification pass to the record layout builder. by Anders Carlsson · 15 years ago
  84. f622b45 Fix a bug where we would add the same function twice in a vtable. by Anders Carlsson · 15 years ago
  85. c603d09 revert 100942, pending discussion. by Chris Lattner · 15 years ago
  86. 9446481 Rename VtableComponent and VtableBuilder. by Anders Carlsson · 15 years ago
  87. 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 15 years ago
  88. d281915 Fix for PR6811. by David Chisnall · 15 years ago
  89. bdda6c1 Simplify the virtual base layout code and fix a bug where we wouldn't store the offset for a virtual base. by Anders Carlsson · 15 years ago
  90. c24b9c4 fix PR6805: llvm.objectsize changed to take an i1 instead of an i32. by Chris Lattner · 15 years ago
  91. e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 15 years ago
  92. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 15 years ago
  93. 35f59b6 A bunch of string-related microoptimizations in Mangler. by Benjamin Kramer · 15 years ago
  94. dbf02bc Fix use after free. Incrementing an use_iterator after its user is erased is unsafe. by Benjamin Kramer · 15 years ago
  95. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 15 years ago
  96. 739bf09 Doug pointed out that we have a perfectly reasonable expression here to by John McCall · 15 years ago
  97. 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 15 years ago
  98. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 15 years ago
  99. 35db3b9 rely even less on CallInst internals by Gabor Greif · 15 years ago
  100. 6ba728d do not rely on CallInst interna, use CallSite to access arguments by Gabor Greif · 15 years ago