1. c195c25 Don't speculatively emit VTTs for classes unless we are able to correctly emit references to all the functions they will (directly or indirectly) reference. by Richard Smith · 7 years ago
  2. de6480a3 [NFC] Move storage of dispatch-version to GlobalDecl by Erich Keane · 7 years ago
  3. 64a2630 Pass the function type instead of the return type to FunctionDecl::Create by Jonas Devlieghere · 7 years ago
  4. 3fee351 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
  5. 3b12b7e Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation by Andrew Savonichev · 7 years ago
  6. 35dfce7 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
  7. 0eb5008 Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-address-poison-custom-array-cookie by Filipe Cabecinhas · 7 years ago
  8. 4dc0b1a Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 7 years ago
  9. 3ad0636 Part of PR39508: Emit an @llvm.invariant.start after storing to __tls_guard. by Richard Smith · 7 years ago
  10. be0c5b6 [CodeGen] Align rtti and vtable data by David Green · 7 years ago
  11. 5a559e6 Add a new flag and attributes to control static destructor registration by Erik Pilkington · 7 years ago
  12. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  13. 1f82d9b Revert r337456: [CodeGen] Disable aggressive structor optimizations at -O0, take 3 by Chandler Carruth · 7 years ago
  14. b6d87cf Borrow visibility from __fundamental_type_info for generated fundamental type infos by Thomas Anderson · 7 years ago
  15. 45a8dfa [CodeGen] Disable aggressive structor optimizations at -O0, take 3 by Pavel Labath · 7 years ago
  16. e44acad Implement CFI for indirect calls via a member function pointer. by Peter Collingbourne · 7 years ago
  17. d914fd2 IRgen: Mark aliases of ctors and dtors as unnamed_addr. by Peter Collingbourne · 7 years ago
  18. ab80f3c [Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents by Leonard Chan · 7 years ago
  19. e368de3 Add -fforce-emit-vtables by Piotr Padlewski · 7 years ago
  20. f921d85 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
  21. 0d485db Revert "This diff includes changes for supporting the following types." by Leonard Chan · 7 years ago
  22. db55d83 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
  23. 1eb074d [WebAssembly] Hide new Wasm EH behind its feature flag by Heejin Ahn · 7 years ago
  24. c647919 [WebAssembly] Use Windows EH instructions for Wasm EH by Heejin Ahn · 7 years ago
  25. 6ca999b Revert r332839. by Richard Smith · 7 years ago
  26. 1da9dbb [CodeGen][Darwin] Set the calling-convention of thread-local variable by Akira Hatanaka · 7 years ago
  27. bbb2655 Revert r332028; see PR37545 for details. by Richard Smith · 7 years ago
  28. b3b0255 [CodeGen] Disable aggressive structor optimizations at -O0, take 2 by Pavel Labath · 7 years ago
  29. 138ab49 Fix a mangling failure on clang-cl C++17 by Reid Kleckner · 7 years ago
  30. c370f26 Revert "[CodeGen] Disable aggressive structor optimizations at -O0" by Pavel Labath · 7 years ago
  31. f639eb0 [CodeGen] Disable aggressive structor optimizations at -O0 by Pavel Labath · 7 years ago
  32. 85ba332 [Itanium] Emit type info names with external linkage. by Eric Fiselier · 7 years ago
  33. 864ef70 Revert "[Itanium] Emit type info names with external linkage." by Eric Fiselier · 7 years ago
  34. ae56a95 [Itanium] Emit type info names with external linkage. by Eric Fiselier · 7 years ago
  35. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  36. eaf11ad Track the result of evaluating a computed noexcept specification on the by Richard Smith · 7 years ago
  37. 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago
  38. 617e261 Add a command line option 'fregister_global_dtors_with_atexit' to by Akira Hatanaka · 7 years ago
  39. 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
  40. e78fac5 PR36992: do not store beyond the dsize of a class object unless we know by Richard Smith · 7 years ago
  41. fcbe17c [ObjC++] Make parameter passing and function return compatible with ObjC by Akira Hatanaka · 7 years ago
  42. fe9a55a Bring r328238 back with a fix. by Rafael Espindola · 8 years ago
  43. f668812 Revert "Set dso_local on vtables." by Rafael Espindola · 8 years ago
  44. e006b8f Set dso_local on vtables. by Rafael Espindola · 8 years ago
  45. 5b330e8 Recommit r326946 after reducing CallArgList memory footprint by Yaxun Liu · 8 years ago
  46. 3f727a8 Set dso_local on external rtti GVs. by Rafael Espindola · 8 years ago
  47. 007cb6d Revert r326946. It caused stack overflows by significantly increasing the size of a CallArgList. by Richard Smith · 8 years ago
  48. abdb322 Set dso_local on tls init functions. by Rafael Espindola · 8 years ago
  49. 06dd811 CodeGen: Fix address space of indirect function argument by Yaxun Liu · 8 years ago
  50. 00f70bd Remove redundant casts. NFC by George Burgess IV · 8 years ago
  51. b735004 Start setting dllimport/dllexport in setGVProperties. by Rafael Espindola · 8 years ago
  52. fa2fc90 Pass a GlobalDecl to setAliasAttributes. NFC. by Rafael Espindola · 8 years ago
  53. 922f2aa Bring r325915 back. by Rafael Espindola · 8 years ago
  54. 43ce3a3 Revert "Start setting dso_local for COFF." by Rafael Espindola · 8 years ago
  55. 004d240 Start setting dso_local for COFF. by Rafael Espindola · 8 years ago
  56. 3dd4981 Simplify setting dso_local. NFC. by Rafael Espindola · 8 years ago
  57. 4ba5817 ASan+operator new[]: Add an option for more thorough operator new[] cookie poisoning by Filipe Cabecinhas · 8 years ago
  58. 699f5d6 Recommit r324107 again. by Rafael Espindola · 8 years ago
  59. 880c3b2 Revert "Recommit r324107." by Rafael Espindola · 8 years ago
  60. fa9874c Recommit r324107. by Rafael Espindola · 8 years ago
  61. deb10be Don't pass ForDefinition_t in places it is redundant. by Rafael Espindola · 8 years ago
  62. 9831b84 Pass around function pointers as CGCallees, not bare llvm::Value*s. by John McCall · 8 years ago
  63. ea21100 IRGen: Move vtable load after argument evaluation. by Peter Collingbourne · 8 years ago
  64. 02914dc Add support for attribute 'trivial_abi'. by Akira Hatanaka · 8 years ago
  65. 9f34b7b Revert "Start setting dso_local in clang." by Rafael Espindola · 8 years ago
  66. 7e34a30 Start setting dso_local in clang. by Rafael Espindola · 8 years ago
  67. 3b52894 [MinGW] Emit typeinfo locally for dllimported classes without key functions by Martin Storsjo · 8 years ago
  68. 1860b52 [CodeGen] Decorate aggregate accesses with TBAA tags by Ivan A. Kosarev · 8 years ago
  69. 8c85bca No -fsanitize=function warning when calling noexcept function through non-noexcept pointer in C++17 by Stephan Bergmann · 8 years ago
  70. 6f83fa9 Revert "ASan+operator new[]: Fix operator new[] cookie poisoning" by Filipe Cabecinhas · 8 years ago
  71. 016860c ASan+operator new[]: Fix operator new[] cookie poisoning by Filipe Cabecinhas · 8 years ago
  72. 6010880 IRGen: When performing CFI checks, load vtable pointer from vbase when necessary. by Peter Collingbourne · 8 years ago
  73. ba874ad Reland "Fix vtable not receiving hidden visibility when using push(visibility)" by Jake Ehrlich · 8 years ago
  74. 32c9de0 Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)" by Petr Hosek · 8 years ago
  75. 9696dbb [CodeGen] Fix vtable not receiving hidden visibility when using push(visibility) by Petr Hosek · 8 years ago
  76. 06239e4 [MS] Apply adjustments after storing 'this' by Reid Kleckner · 8 years ago
  77. c451cf2 Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fission by Jake Ehrlich · 8 years ago
  78. 5b34958 Support for destroying operator delete, per C++2a proposal P0722. by Richard Smith · 8 years ago
  79. cc623ad Recommit "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
  80. 9aeedde Revert "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
  81. ab36f33 Add _Float16 as a C/C++ source language type by Sjoerd Meijer · 8 years ago
  82. c6c5af7 Reland r312224 - [ItaniumCXXABI] Always use linkonce_odr linkage for RTTI data on MinGW by Martin Storsjo · 8 years ago
  83. 7bfb697 Revert r312224: "[ItaniumCXXABI] Always use linkonce_odr linkage for RTTI data on MinGW" by Martin Storsjo · 8 years ago
  84. cd7d552 [ItaniumCXXABI] Always use linkonce_odr linkage for RTTI data on MinGW by Martin Storsjo · 8 years ago
  85. f667ad5 Add flag to request Clang is ABI-compatible with older versions of itself by Richard Smith · 8 years ago
  86. 96cd671 PR19668, PR23034: Fix handling of move constructors and deleted copy by Richard Smith · 8 years ago
  87. 0c9f193 Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy constructors when deciding whether classes should be passed indirectly." by Diana Picus · 8 years ago
  88. f1a425e PR19668, PR23034: Fix handling of move constructors and deleted copy by Richard Smith · 8 years ago
  89. c47fcf0 Revert r264998 and r265035. by Akira Hatanaka · 8 years ago
  90. ae8d62c Add branch weights to branches for static initializers. by Richard Smith · 8 years ago
  91. cef66e5 [CodeGen] Propagate dllexport to thunks by Shoaib Meenai · 8 years ago
  92. 1283e98 [modules ts] Basic for module linkage. by Richard Smith · 8 years ago
  93. 61118e7 [CodeGen] Check key function for typeinfo import by Shoaib Meenai · 8 years ago
  94. 5622323 [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer. by Alexey Bataev · 8 years ago
  95. d3b1cbd Emit available_externally vtables opportunistically by Piotr Padlewski · 8 years ago
  96. 1d99327 Suppress all uses of LLVM_END_WITH_NULL. NFC. by Serge Guelton · 8 years ago
  97. de86482 Update Clang for LLVM rename AttributeSet -> AttributeList by Reid Kleckner · 9 years ago
  98. 5ad7407 Promote ConstantInitBuilder to be a public CodeGen API; it's by John McCall · 9 years ago
  99. f203dbf [CodeGen] Note where we add ABI-specific args in ctors. NFC. by George Burgess IV · 9 years ago
  100. 58984e7 [OpenCL] Correct ndrange_t implementation by Anastasia Stulova · 9 years ago