1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 9a3be4c Fix crashes when creating global instances of polymorphic classes without fields by Timur Iskhodzhanov · 11 years ago
  7. c5c6fa7 [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does by Reid Kleckner · 11 years ago
  8. 942f9fe [ms-cxxabi] Implement guard variables for static initialization by Reid Kleckner · 11 years ago
  9. c47063e Order initializers of static data members of explicit specializations by Reid Kleckner · 11 years ago
  10. c7971a9 Revert "PR14569: Omit debug info for thunks" by David Blaikie · 11 years ago
  11. c3030bc Simplify/clean up debug info suppression in CodeGenFunction by David Blaikie · 11 years ago
  12. b969e84 Add a separate llvm.global_ctors entry for linkonce_odr data initializers by Reid Kleckner · 11 years ago
  13. d4ec562 Simplify: we don't need any special-case lifetime extension when initializing by Richard Smith · 11 years ago
  14. 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
  15. 7c6b7ba Emit the TLS intialization functions into a list. by Bill Wendling · 11 years ago
  16. c7b5f38 ArrayRefize code. No functionality change. by Benjamin Kramer · 11 years ago
  17. 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
  18. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  19. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 11 years ago
  20. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  21. 9d232c8 Change hasAggregateLLVMType, which conflates complex and by John McCall · 11 years ago
  22. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  23. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 11 years ago
  24. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  25. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  26. 72390b3 Rename llvm::Attributes to llvm::Attribute. by Bill Wendling · 12 years ago
  27. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  28. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  29. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  30. 4179ddd Implement codegen for init_priority attribute properly - make sure it by Anton Korobeynikov · 12 years ago
  31. ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 12 years ago
  32. 7edf9e3 Simplify: replace getContext().getLangOpts() with just getLangOpts(). by Richard Smith · 12 years ago
  33. 34b41f8 Initialize debug info for special cases of functions that lack declarations and are generated by Clang (global initializers/destructors, thunks) . Fixes PR13942. by Alexey Samsonov · 12 years ago
  34. a240df2 Transform pattern: by Alexey Samsonov · 12 years ago
  35. fac6310 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. by Bill Wendling · 12 years ago
  36. 78d1a10 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 12 years ago
  37. b9d2b3b [asan] add missing asan instrumentation in generated global init functions by Kostya Serebryany · 12 years ago
  38. 20bb175 Abstract the emission of global destructors into ABI-specific code by John McCall · 12 years ago
  39. 7444639 Fix a trivial oversight with apple-kext static local destructors by John McCall · 12 years ago
  40. 30fa370 Use atexit when __cxa_atexit isn't available instead of adding a by John McCall · 12 years ago
  41. 3f88f68 Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc. by John McCall · 12 years ago
  42. 0f30a12 Revert r153723, and its follow-ups r153728 and r153733. by Chandler Carruth · 12 years ago
  43. 49d26d2 Do the static-locals thing properly in the face of unions and by John McCall · 12 years ago
  44. 649b4a1 Revert r153613 as it's causing large compile-time regressions on the nightly testers. by Chad Rosier · 12 years ago
  45. 57cd1b8 When we can't prove that the target of an aggregate copy is by John McCall · 12 years ago
  46. a0786c9 CodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDestructFunction(). by NAKAMURA Takumi · 12 years ago
  47. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  48. ef78446 Emit the exact size for the invariant intrinsics. by Nick Lewycky · 12 years ago
  49. 00a8c3f Don't emit optimization-specific intrinsic at -O0. by Richard Smith · 12 years ago
  50. abb9432 The clang half of r150794: after the construction of a global or static const by Richard Smith · 12 years ago
  51. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 12 years ago
  52. 7ca4850 Deal with a horrible C++11 special case. If a non-literal type has a constexpr by Richard Smith · 12 years ago
  53. 8b41868 simplify a bunch of code to use the well-known LLVM IR types computed by CodeGenModule. by Chris Lattner · 12 years ago
  54. 516bbd4 Use function pointers, rather than references, to pass Destroyers by Peter Collingbourne · 13 years ago
  55. 6da2c71 Switch LValue so that it exposes alignment in CharUnits. (No functional change.) by Eli Friedman · 13 years ago
  56. bcfd1f5 Extend the ASTContext constructor to delay the initialization of by Douglas Gregor · 13 years ago
  57. 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
  58. 7c2349b Use stronger typing for the flags on AggValueSlot and require by John McCall · 13 years ago
  59. da549e8 Remove some unnecessary single element array temporaries. by Jay Foad · 13 years ago
  60. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  61. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  62. 4c7d9f1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  63. a91f666 Generalize the routine for destroying an object with static by John McCall · 13 years ago
  64. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  65. e67d151 Emit guard variables for any weak global that has a run-time by Douglas Gregor · 13 years ago
  66. a07398e Restore correct use of GC barriers. by John McCall · 13 years ago
  67. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  68. 95d318c Eliminate temporary argument vectors. by Benjamin Kramer · 13 years ago
  69. 54ec6c5 Reset the emitted initializers. by Axel Naumann · 13 years ago
  70. 99ace16 Template static data members can have weak_odr linkage, not just by John McCall · 13 years ago
  71. bd4a073 __cxa_atexit does not throw. by Anders Carlsson · 13 years ago
  72. 3209669 The Darwin kernel does not provide useful guard variable support. by John McCall · 13 years ago
  73. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 13 years ago
  74. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 13 years ago
  75. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 13 years ago
  76. 7a17851 Get rid of the areExceptionsEnabled() getter from LangOptions. by Anders Carlsson · 13 years ago
  77. c1cfdf8 Add a LangOptions::areExceptionsEnabled and start using it. by Anders Carlsson · 13 years ago
  78. d6c9a0f In -fapple-kext mode, global object construction code by Fariborz Jahanian · 13 years ago
  79. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 13 years ago
  80. 0990b00 Save getObjCGCAttrKind and use it in two places by Fariborz Jahanian · 14 years ago
  81. ec80512 Generate write-barriers for global objc assigns. // rdar://8761767 by Fariborz Jahanian · 14 years ago
  82. 3030eb8 Simplify the logic for emitting guard variables for template static by John McCall · 14 years ago
  83. 354e712 Do the guarding of instantiated static data members by Fariborz Jahanian · 14 years ago
  84. 92d835a Patch to provide guard when initializing instances by Fariborz Jahanian · 14 years ago
  85. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
  86. 5cd91b5 Implement ARM static local initialization guards, which are more compact than by John McCall · 14 years ago
  87. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  88. 91a16fa IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and by Daniel Dunbar · 14 years ago
  89. 224124c When initializing a static local, pop the guard-abort EH cleanup after by John McCall · 14 years ago
  90. 85aca0f Emit global destructors even if the destroyed object has no initializers or has by John McCall · 14 years ago
  91. 1f0fca5 Rename LazyCleanup -> Cleanup. No functionality change for these last three by John McCall · 14 years ago
  92. e540e63 Switch the __cxa_guard_abort cleanup to being a lazy cleanup. by John McCall · 14 years ago
  93. bf40cb5 When deferring the emission of declarations with initializers in C++, remember by John McCall · 14 years ago
  94. 044cc54 When creating functions to run global initializers and destructors, mark them by John McCall · 14 years ago
  95. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  96. 1d110e0 Remove unnecessary ASTContext parameter from by Douglas Gregor · 14 years ago
  97. 045a6d8 Correctly destroy reference temporaries with global storage. Remove ErrorUnsupported call when binding a global reference to a non-lvalue. Fixes PR7326. by Anders Carlsson · 14 years ago
  98. 77b89b8 finally get around to doing a significant cleanup to irgen: by Chris Lattner · 14 years ago
  99. ec2830d tidy up OrderGlobalInits by Chris Lattner · 14 years ago
  100. 32f36ba Change EmitReferenceBindingToExpr to take a decl instead of a boolean. by Anders Carlsson · 14 years ago