1. 4967a71 Update aosp/master Clang for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. 87d948e Update aosp/master clang for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  3. b6d6993 Update aosp/master clang for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  4. 58878f8 Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  5. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  6. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  7. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  8. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  9. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  10. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  11. 82e23c2 Merging r196145: by Manman Ren · 11 years ago
  12. f8609ea Merging r196143: by Manman Ren · 11 years ago
  13. 1f856a0 Merging r195495: by Manman Ren · 11 years ago
  14. a36ef5b Merging r195556: by Bill Wendling · 11 years ago
  15. 0cbb3ed Merging r195283: by Bill Wendling · 11 years ago
  16. 54307da Fix test failures after addrspacecast added. by Matt Arsenault · 11 years ago
  17. 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
  18. 081c215 Keep the old function order in CodeGenModule::applyReplacements. by Rafael Espindola · 11 years ago
  19. e7baa02 Revert "Keep the old function order in CodeGenModule::applyReplacements." by Rafael Espindola · 11 years ago
  20. 90f535f Keep the old function order in CodeGenModule::applyReplacements. by Rafael Espindola · 11 years ago
  21. 471b52a Avoid double StringMap lookups. No functionality change. by Benjamin Kramer · 11 years ago
  22. 61a0a75 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  23. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  24. d205498 New fix for pr17535. by Rafael Espindola · 11 years ago
  25. 87017a7 Revert "This patch causes clang to reject alias attributes that point to undefined names. For example, with this patch we now reject" by Rafael Espindola · 11 years ago
  26. e37bf44 This patch causes clang to reject alias attributes that point to undefined by Rafael Espindola · 11 years ago
  27. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  28. 9686f12 Emit a .ident saying that clang produced this file. by Rafael Espindola · 11 years ago
  29. feba9f2 TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  30. 1596e5b Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 11 years ago
  31. 8a06d8f TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  32. 0d520f7 Do not emit duplicate global initializers for template static data members inside namespaces by David Blaikie · 11 years ago
  33. dc1ac5e Emit uuid globals as linkonce_odr by Reid Kleckner · 11 years ago
  34. 344472e Use pop_back_val() instead of both back() and pop_back(). by Robert Wilhelm · 11 years ago
  35. 0a1c862 PR16933: Don't try to codegen things after we've seen errors. by David Blaikie · 11 years ago
  36. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  37. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  38. 6a4c5dc Use new llvm::SpecialCaseList API in CodeGenModule by Alexey Samsonov · 11 years ago
  39. c8fe011 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  40. 17ffbd0 Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section" by David Majnemer · 11 years ago
  41. ea3db97 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  42. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  43. bb1b797 Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735 by Timur Iskhodzhanov · 11 years ago
  44. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  45. 73701ea Rename D to GD to match the type, which is GlobalDecl by Reid Kleckner · 11 years ago
  46. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  47. e579889 Get rid of dead/useless code for block mangling. by Eli Friedman · 11 years ago
  48. 7a36a59 Simplify linkage code for static local vars. by Eli Friedman · 11 years ago
  49. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  50. 3b50e8d Restore r184205 and associated commits (after commit of r185290) by Stephen Lin · 11 years ago
  51. 3258abc Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO) by Stephen Lin · 11 years ago
  52. 1fea06d Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  53. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  54. d4c0cd0 CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute. by Stephen Lin · 11 years ago
  55. 3282b84 Emit initializers for static-storage-duration temporaries as constants where by Richard Smith · 11 years ago
  56. 678eca4 Fix the linkage of static locals inside a CapturedStmt. (Found in the by Eli Friedman · 11 years ago
  57. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  58. 144a31f [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage. by Peter Collingbourne · 11 years ago
  59. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  60. a7ff62f Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 11 years ago
  61. d27e5cb [PATCH] Generate cold attribute for functions marked __atribute__((cold)) by Diego Novillo · 11 years ago
  62. fc46ebc PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 11 years ago
  63. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  64. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  65. 06a9d04 CodeGen: Refactor SetLLVMFunctionAttributesForDefinition to use an AttrBuilder. by Benjamin Kramer · 11 years ago
  66. 0a050f7 Debug Info: Fix a problem that resulted in missing DW_AT_specifications by Adrian Prantl · 11 years ago
  67. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  68. 6b20351 by Ulrich Weigand · 11 years ago
  69. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 11 years ago
  70. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  71. 4e3b54b Use the Itanium ABI for thread_local on Darwin. by Bill Wendling · 11 years ago
  72. 8f4bdc0 Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin systems and did not do the right thing on Darwin. by Richard Smith · 11 years ago
  73. 7c6b7ba Emit the TLS intialization functions into a list. by Bill Wendling · 11 years ago
  74. 1601a4a Support debug info for using directives at global/namespace scope. by David Blaikie · 11 years ago
  75. db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 11 years ago
  76. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  77. 3abae09 Don't propagate around TargetOptions in IR-gen; we don't use it. by John McCall · 11 years ago
  78. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  79. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  80. 428edb7 Objective-C IRGen. Use llvm::WeakVH by Fariborz Jahanian · 11 years ago
  81. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 11 years ago
  82. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  83. 84083b7 Use MapVector rather than simulating it. by Richard Smith · 11 years ago
  84. ca83518 Struct-path aware TBAA: uniformize scalar tag and path tag. by Manman Ren · 11 years ago
  85. 6797204 Remove nondeterminism introduced in r178950. by Richard Smith · 11 years ago
  86. 0024937 When an internal-linkage function or variable is declared within an extern "C" by Richard Smith · 11 years ago
  87. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 11 years ago
  88. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 11 years ago
  89. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 11 years ago
  90. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  91. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  92. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  93. 495cfa4 Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring. by Nadav Rotem · 11 years ago
  94. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 11 years ago
  95. 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 11 years ago
  96. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  97. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 11 years ago
  98. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 11 years ago
  99. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 11 years ago
  100. afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 11 years ago