1. 85f3d76 Move some of the logic about classifying Objective-C methods into by John McCall · 14 years ago
  2. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  3. fb7cb35 Don't warn about unused values in ternary ?: expressions unless both the LHS and RHS are "unused" (side-effect free). by Ted Kremenek · 14 years ago
  4. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  5. ef165c9 Revert 123553, as sys::fs::unique_file is not finished yet. by Dan Gohman · 14 years ago
  6. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  7. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
  8. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  9. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  10. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  11. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  12. 3b3e1a1 Use CharUnits for TypeAlign variable in LayoutWideBitField(). No change in by Ken Dyck · 14 years ago
  13. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  14. 5dc989c Change the return type of GetVirtualPointersSize() to CharUnits. No change by Ken Dyck · 14 years ago
  15. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 14 years ago
  16. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  17. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  18. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  19. a88f09f Eliminate the last remains of TemplateSpecializationTypes with by Douglas Gregor · 14 years ago
  20. b166e4a Unbreak CMake build by Douglas Gregor · 14 years ago
  21. c304d90 From Vassil Vassilev: by Axel Naumann · 14 years ago
  22. f079b73 Retry r126357. Use CharUnits for the Size and DataSize calculations when by Ken Dyck · 14 years ago
  23. c4002c7 tidy up by Chris Lattner · 14 years ago
  24. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 14 years ago
  25. 4171766 Implement delegating constructors partially. by Sean Hunt · 14 years ago
  26. 3b332ab Don't crash during constant-evaluation of 1/(1/0). PR9262. by John McCall · 14 years ago
  27. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  28. 774e2b4 Clean up some gross code in the printer here. No more string stream by Chandler Carruth · 14 years ago
  29. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  30. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
  31. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
  32. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  33. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
  34. 10aad44 Fix the rest of PR9316 along with some other bugs spotted by inspection. by Chandler Carruth · 14 years ago
  35. 094b643 Likely fix for PR9316 and other unknown bugs: don't use the anonynmous by Chandler Carruth · 14 years ago
  36. c34348a Retain complete source-location information for C++ by Douglas Gregor · 14 years ago
  37. 6b46cd9 Revert "Use CharUnits values for Size and DataSize outside of the bitfield by Daniel Dunbar · 14 years ago
  38. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  39. 8102fae Use CharUnits values for Size and DataSize outside of the bitfield layout by Ken Dyck · 14 years ago
  40. 9911344 Use Context.getCharWidth() in place of literal '8's in assertions. by Ken Dyck · 14 years ago
  41. a0c21c4 Make the Size and DataSize members more CharUnits-friendly by wrapping them by Ken Dyck · 14 years ago
  42. 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 14 years ago
  43. 201e519 Give ImplicitParamDecl a public constructor so that it can be allocated on by John McCall · 14 years ago
  44. aab9e31 Provide a Decl::getNonClosureContext to look through any "closure" (i.e. by John McCall · 14 years ago
  45. dc856af Use an unused-except-in-Debug variable. by Matt Beaumont-Gay · 14 years ago
  46. 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 14 years ago
  47. 967ecd3 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. by Richard Smith · 14 years ago
  48. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
  49. 2882eca Pseudo-revirtualize CallExpr::getSourceRange by making it follow the by John McCall · 14 years ago
  50. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  51. 9ed9a25 Expand use of CharUnits in LayoutField(). No change in functionality intended. by Ken Dyck · 14 years ago
  52. bee5a79 Add const qualifier to getTypeInfoInChars(). by Ken Dyck · 14 years ago
  53. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 14 years ago
  54. 3263e09 Expand use of CharUnits for alignments further. No change in functionality by Ken Dyck · 14 years ago
  55. da2142f Revert all of my commits that devirtualized the Decl hierarchy, which by Douglas Gregor · 14 years ago
  56. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 14 years ago
  57. 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 14 years ago
  58. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 14 years ago
  59. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  60. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  61. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  62. f91d087 Remove the last virtual member function from the Decl hierarchy, by Douglas Gregor · 14 years ago
  63. 2ae442a Devirtualize TagDecl::completeDefinition(). by Douglas Gregor · 14 years ago
  64. afdfdc0 Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart(). by Douglas Gregor · 14 years ago
  65. ebe5a9b Devirtualize NamedDecl::getNameForDiagnostic(). by Douglas Gregor · 14 years ago
  66. 9e6f2a8 Devirtualize RedeclarableTemplateDecl::newCommon(). by Douglas Gregor · 14 years ago
  67. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  68. 4c3e0ee Devirtualize Decl::getNextRedeclaration(). by Douglas Gregor · 14 years ago
  69. 8755836 Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight machinery and indirection that we don't need by Douglas Gregor · 14 years ago
  70. 770877f Devirtualize Decl::getSourceRange() by Douglas Gregor · 14 years ago
  71. 0eccdca Devirtualize Decl::getCanonicalDecl(). by Douglas Gregor · 14 years ago
  72. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  73. 1aa3d81 Devirtualize Decl::getBody() and Decl::hasBody(). by Douglas Gregor · 14 years ago
  74. f4a03cc De-virtualize Decl::isOutOfLine(). by Douglas Gregor · 14 years ago
  75. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 14 years ago
  76. 834945c Convert MaxFieldAlignment to CharUnits from bits. No change in functionality by Ken Dyck · 14 years ago
  77. e996ffd Save a copy expression for non-trivial copy constructions of catch variables. by John McCall · 14 years ago
  78. 6feb4bb Convert the UnpackedAlignment field to CharUnits from bits. No change in by Ken Dyck · 14 years ago
  79. ea7f6c2 Convert Alignment member to CharUnits from bits. No change in functionality by Ken Dyck · 14 years ago
  80. a1fdb0b Convert NonVirtualSize to CharUnits from bits. No change in functionality by Ken Dyck · 14 years ago
  81. df20538 Convert NonVirtualAlignment to CharUnits. No change in functionality intended. by Ken Dyck · 14 years ago
  82. 4e274e9 Add a hack to avoid adding '\01' to asm names when possible. It would be by Rafael Espindola · 14 years ago
  83. dac54c1 Convert RecordLayout::Alignment to CharUnits from bit units. No change in by Ken Dyck · 14 years ago
  84. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
  85. 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
  86. f4e532b Don't emit a dead store for '++' operations unless it occurs with a return statement. We've never seen any other cases that were real bugs. by Ted Kremenek · 14 years ago
  87. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 14 years ago
  88. d263fd1 Fix a block sema bug where result type of initializer by Fariborz Jahanian · 14 years ago
  89. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
  90. ec29903 Convert RecordLayout::DataSize to CharUnits from bits, eliminating two by Ken Dyck · 14 years ago
  91. dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
  92. 0e376a0 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 14 years ago
  93. c4850c2 Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 14 years ago
  94. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
  95. af8ca37 Move the check that gives functions with unique-external types unique-external by John McCall · 14 years ago
  96. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
  97. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago
  98. 086eb9f Non-void functions need to return some value. by Nick Lewycky · 14 years ago
  99. f8c7fdb Give these little helper functions definitions so that newer gccs stop by John McCall · 14 years ago
  100. 63c00d7 Remove vtables from the Stmt hierarchy; this was pretty easy as by John McCall · 14 years ago