1. 9cf933a Handle -ffunction-sections and -fdata-sections in the driver. by Rafael Espindola · 14 years ago
  2. 4cadeec Basic: Update getClangRepositoryPath for my change to integration branch layout. by Daniel Dunbar · 14 years ago
  3. b697e08 Diagnose deprecated/unavailable functions selected by overload resolution. by John McCall · 14 years ago
  4. 64219a2 Try to work around a Visual C++ bug with copy-assignment. by Douglas Gregor · 14 years ago
  5. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 14 years ago
  6. 97a73cd Code Gen support for Getter/Setter synthesis of by Fariborz Jahanian · 14 years ago
  7. c3ec9ae Reverted part of r103177 (repositioning of clang-builtin include/) by mike-m · 14 years ago
  8. ac78b7a Reposition clang-builtin include/ to immediately precede /usr/include/, by mike-m · 14 years ago
  9. 3c385c2 Push TypeSourceInfo::getTypeLoc() into a header file so that it's by John McCall · 14 years ago
  10. 04a025e Kill a never-defined, never-used member function. Thanks, Enea. by John McCall · 14 years ago
  11. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 14 years ago
  12. 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 14 years ago
  13. 985f739 simplify EmitAggMemberInitializer a bit and make it work in 32-bit mode, by Chris Lattner · 14 years ago
  14. 58ae5b4 add todos for isinf_sign and isnormal, which I don't intend to implement by Chris Lattner · 14 years ago
  15. ed07415 implement codegen support for __builtin_isfinite, part of PR6083 by Chris Lattner · 14 years ago
  16. 81368fb optimize builtin_isnan/isinf to not do an extraneous extension from by Chris Lattner · 14 years ago
  17. 420b118 implement part of PR6083: codegen support for isinf. Like isnan, by Chris Lattner · 14 years ago
  18. a842697 Mark a variable as used in the absence of asserts to silence a GCC warning. by Chandler Carruth · 14 years ago
  19. c40f73c Remove a dependency on Frontend headers in the Driver library. Also saves by Chandler Carruth · 14 years ago
  20. 1c625f2 Turn -analyzer-inline-call on for C functions. This also fixed a bug that by Zhongxing Xu · 14 years ago
  21. 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 14 years ago
  22. 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 14 years ago
  23. 672c003 Workaround a really serious caching bug in SourceManager::isBeforeInTranslationUnit() where the by Ted Kremenek · 14 years ago
  24. bc397cf Clean up the {} and else placement. This fixes an ambiguous else as well as by Chandler Carruth · 14 years ago
  25. 0ee93de Silence a pedantic GCC warning by making the grouping of && and || explicit. by Chandler Carruth · 14 years ago
  26. 2fc46bf Add IgnoreParenImpCasts() to Expr, which is basically like IgnoreParenCasts by John McCall · 14 years ago
  27. 7e21ffb Pass the globaldecl into GetOrCreateLLVMFunction so that llvm by Chris Lattner · 14 years ago
  28. 60a8fbb When implicit definition of the copy-assignment operator fails, by Douglas Gregor · 14 years ago
  29. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 14 years ago
  30. c446d18 When we emit a non-constant initializer for a global variable of by Douglas Gregor · 14 years ago
  31. a608737 Test commit. by mike-m · 14 years ago
  32. cc6a44b For thread-safe static initialization of local statics with by Douglas Gregor · 14 years ago
  33. 4bfe196 Reapplying patch to change StmtNodes.def to StmtNodes.td, this time by Sean Hunt · 14 years ago
  34. c302113 Revert r103072; I accidentally ended up deleting a bunch of trailing by Sean Hunt · 14 years ago
  35. 0278e12 Support for 'template' as a disambiguator (PR7030) by Douglas Gregor · 14 years ago
  36. c3d26cc add a new --print-diagnostic-categories option, which causes the driver to by Chris Lattner · 14 years ago
  37. fb8cc25 Reimplement code generation for copying fields in the by Douglas Gregor · 14 years ago
  38. 68e3013 Use a more appropriate LLVM type for the vtable pointer. by Anders Carlsson · 14 years ago
  39. 71b1d0e Unbreak CMake build. by Douglas Gregor · 14 years ago
  40. 0e3cc05 fit in 80 cols by Chris Lattner · 14 years ago
  41. 391c40c Add forgotten CMakeFiles.txt by Sean Hunt · 14 years ago
  42. 9d90d62 Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes by Sean Hunt · 14 years ago
  43. 28a43a4 document -fdiagnostics-show-category by Chris Lattner · 14 years ago
  44. fbd84ca Rework clang_annotateTokens() to annotate tokens with information that more closely matches by Ted Kremenek · 14 years ago
  45. aa8a66d Map Objective-C keywords to CXToken_Keyword. by Ted Kremenek · 14 years ago
  46. 11949cb Move post-processing of token annotations to method in AnnotateTokensWorker. by Ted Kremenek · 14 years ago
  47. 6db6109 Refactor visitor logic for clang_annotateTokens() into a worker class. No functionality change yet. by Ted Kremenek · 14 years ago
  48. 6fbe839 add a new -fdiagnostics-show-category=none/id/name option, giving control by Chris Lattner · 14 years ago
  49. c9b8890 When -fdiagnostics-print-source-range-info is specified, by Chris Lattner · 14 years ago
  50. fe67f3b Emit the globals, metadata, etc. associated with static variables even when by John McCall · 14 years ago
  51. 27b0f51 add the ability to associate 'category' names with diagnostics by Chris Lattner · 14 years ago
  52. 8b688ed Fixes a code gen. crash when ivar object has trivial constructor. by Fariborz Jahanian · 14 years ago
  53. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 14 years ago
  54. d33ded5 Fixes a code gen crash when block is a reference type, etc. (radar 7495203). by Fariborz Jahanian · 14 years ago
  55. 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 14 years ago
  56. 6cdc161 When creating a call to a base subobject's operator= in an by Douglas Gregor · 14 years ago
  57. 0ca4359 Let StmtDumper.cpp handle using declarations. by Sebastian Redl · 14 years ago
  58. 01ebd9d An access is permitted if the current template instantiates to the appropriate by John McCall · 14 years ago
  59. 3d6c178 When inheriting a default argument expression, inherit the full expression, by John McCall · 14 years ago
  60. 3c347f2 Fixes a Code Gen. Crash when calling destructor on a __block by Fariborz Jahanian · 14 years ago
  61. e7089b0 When computing the template arguments for the instantiation of a by Douglas Gregor · 14 years ago
  62. e65ce96 Just bail out immediately when emitting an unreachable function-local static by John McCall · 14 years ago
  63. a36f3ed Test for my last patch. by Fariborz Jahanian · 14 years ago
  64. d8d3441 For the sake of Objective-c++ overload resolution, by Fariborz Jahanian · 14 years ago
  65. f7d72f5 When instantiating a function-local variable definition, introduce the by Douglas Gregor · 14 years ago
  66. da5a428 Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since they don't go in by Ted Kremenek · 14 years ago
  67. e174bd0 If we're generating code to create a pointer-to-member function by Douglas Gregor · 14 years ago
  68. 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 14 years ago
  69. 4d9e738 Complain when we try to initialize an object of Objective-C class type by Douglas Gregor · 14 years ago
  70. 8fc6d23 It's okay to reference an enum in a template definition, even though by Douglas Gregor · 14 years ago
  71. 32897fd When computing the address of a virtual member function pointer, use the pointer width instead of hardcoding for 64-bit. by Anders Carlsson · 14 years ago
  72. 7362258 Try to unbreak clang-i686-darawin10 builder by Douglas Gregor · 14 years ago
  73. 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 14 years ago
  74. 6cfb1ca Get rid of virt.cpp. by Anders Carlsson · 14 years ago
  75. 48c9501 The array form of 'new' can never have initializers. by Anders Carlsson · 14 years ago
  76. 62b71f4 When creating the declaration reference for implicit copy-construction by Douglas Gregor · 14 years ago
  77. ae37475 When declaring a namespace alias, ignore previous declarations that by Douglas Gregor · 14 years ago
  78. 6920cdc When instantiating a member function declared via a typedef, don't try by Douglas Gregor · 14 years ago
  79. fe60f84 When a class contains a non-empty anonymous union or struct, mark is by Douglas Gregor · 14 years ago
  80. e99bdb6 Don't build an aggregate constructor loop when the constructor is trivial. by Anders Carlsson · 14 years ago
  81. 33d73fa Add test case that I forgot to check in. by Anders Carlsson · 14 years ago
  82. d566381 Replace a char*/size pair with stringref. by Benjamin Kramer · 14 years ago
  83. 28e9483 Simplify. by Anders Carlsson · 14 years ago
  84. 0d7c583 Don't copy or initialize empty classes. Fixes PR7012. by Anders Carlsson · 14 years ago
  85. 3855a07 Store the entire base subobject in SubVTTIndices. by Anders Carlsson · 14 years ago
  86. 4337396 Remove OldGetAddressOfBaseClass - bye bye ambiguities. by Anders Carlsson · 14 years ago
  87. 8246cc7 Get rid of the last caller of OldGetAddressOfBaseClass. by Anders Carlsson · 14 years ago
  88. 4235840 More work towards getting rid of OldGetAddressOfBaseClass. by Anders Carlsson · 14 years ago
  89. 77fae58 Get rid of a call to GetAddressOfDirectBaseInCompleteClass. by Anders Carlsson · 14 years ago
  90. c11bb21 Have getSubVTTIndex take a BaseSubobject instead of just a base. by Anders Carlsson · 14 years ago
  91. fcaeef2 Change CXXConstructExpr::Create to take a ConstructionKind. by Anders Carlsson · 14 years ago
  92. 314e622 Pass ForVirtualBase all the way to GetVTTParameter. by Anders Carlsson · 14 years ago
  93. 8e6404c Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall. by Anders Carlsson · 14 years ago
  94. 155ed4a Revert my last change and add a 'ForVirtualBase' parameter to EmitCXXConstructorCall instead. by Anders Carlsson · 14 years ago
  95. 24eb78e Pass the construction kind down to EmitCXXConstructorCall. by Anders Carlsson · 14 years ago
  96. 72e96fd Add an enum to CXXConstructExpr so we can determine if the construction expression constructs a non-virtual or virtual base. by Anders Carlsson · 14 years ago
  97. 8292931 Remove another unused function. by Anders Carlsson · 14 years ago
  98. 05dd1f6 Remove an unused function. by Anders Carlsson · 14 years ago
  99. 81bf3b3 CodeGen: Shrink RValue. 4 words -> 2 words. by Benjamin Kramer · 14 years ago
  100. 4b02afc As per Chris' request, return the Instruction from EmitCall and add the metadata in the caller. by David Chisnall · 14 years ago