1. a3c814d Separately track input and output denormal mode by Matt Arsenault · 6 years ago
  2. dbc96b5 Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" by Fangrui Song · 6 years ago
  3. 789a46f [CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition by Fangrui Song · 6 years ago
  4. fd09f12 Implement -fsemantic-interposition by serge-sans-paille · 6 years ago
  5. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  6. 458676d [WPD/VFE] Always emit vcall_visibility metadata for -fwhole-program-vtables by Teresa Johnson · 6 years ago
  7. e15fb06 [RISCV] Pass target-abi via module flag metadata by Zakk Chen · 6 years ago
  8. a4451d8 Consolidate internal denormal flushing controls by Matt Arsenault · 6 years ago
  9. d437fba Reapply Allow system header to provide their own implementation of some builtin by serge-sans-paille · 6 years ago
  10. 25b542c [OPENMP]Do not emit RTTI descriptor for NVPTX devices. by Alexey Bataev · 6 years ago
  11. 19c5057 Fix "pointer is null" static analyzer warnings. NFCI. by Simon Pilgrim · 6 years ago
  12. 3d210ed Revert "Allow system header to provide their own implementation of some builtin" by Amy Huang · 6 years ago
  13. 53539bb [DebugInfo] Add another level to DebugInfoKind called Constructor by Amy Huang · 6 years ago
  14. 921f871 Allow system header to provide their own implementation of some builtin by serge-sans-paille · 6 years ago
  15. d35bcbb [Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize. by Craig Topper · 6 years ago
  16. e3d8ee3 reland "[DebugInfo] Support to emit debugInfo for extern variables" by Yonghong Song · 6 years ago
  17. 891e25b Revert "[DebugInfo] Support to emit debugInfo for extern variables" by Reid Kleckner · 6 years ago
  18. b3c06db [OpenMP] Use the OpenMP-IR-Builder by Johannes Doerfert · 6 years ago
  19. f21c081 CodeGen: Allow annotations on globals in non-zero address space by Nicolai Hähnle · 6 years ago
  20. d77ae15 [DebugInfo] Support to emit debugInfo for extern variables by Yonghong Song · 6 years ago
  21. 505aa24 [Attr] Move ParsedTargetAttr out of the TargetAttr class by Craig Topper · 6 years ago
  22. eff08f4 Revert "[Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize." by Reid Kleckner · 6 years ago
  23. e1578fd [Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize. by Craig Topper · 6 years ago
  24. 9c3f9b9 [Clang] Define Fuchsia C++ABI by Petr Hosek · 6 years ago
  25. bbc328c [OPENMP]Fix PR41826: symbols visibility in device code. by Alexey Bataev · 6 years ago
  26. e956952 DebugInfo: Flag Dwarf Version metadata for merging during LTO by David Blaikie · 6 years ago
  27. c63f1b1 [DeclCXX] Remove unknown external linkage specifications by Ehud Katz · 6 years ago
  28. b0561b3 [NFC] Refactor representation of materialized temporaries by Tyker · 6 years ago
  29. c9276fb Revert "[NFC] Refactor representation of materialized temporaries" by Nico Weber · 6 years ago
  30. 08ea1ee [NFC] Refactor representation of materialized temporaries by Tyker · 6 years ago
  31. 4516dc1 Don't add optnone or noinline if the function is already marked as by Akira Hatanaka · 6 years ago
  32. 4c1a1d3 Add missing includes needed to prune LLVMContext.h include, NFC by Reid Kleckner · 6 years ago
  33. 2073dd2 Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. by Adrian Prantl · 6 years ago
  34. 0a220de [HIP] Fix visibility for 'extern' device variables. by Michael Liao · 6 years ago
  35. bb1616b [CodeGen] Fix invalid llvm.linker.options about pragma detect_mismatch by Yaxun (Sam) Liu · 6 years ago
  36. d157a9b Add Windows Control Flow Guard checks (/guard:cf). by Andrew Paverd · 6 years ago
  37. 40ab8ae OpenMP: Add helper function for convergent runtime calls by Matt Arsenault · 6 years ago
  38. e6125fc [AMDGPU] Fix assertion due to initializer list by Yaxun Liu · 6 years ago
  39. 1598445 Revert Tag CFI-generated data structures with "#pragma clang section" attributes. by Dmitry Mikulin · 6 years ago
  40. e2692b3 Tag CFI-generated data structures with "#pragma clang section" attributes. by Dmitry Mikulin · 6 years ago
  41. 5836c35 [Clang][OpenMP Offload] Move offload registration code to the wrapper by Sergey Dmitriev · 6 years ago
  42. f14642f Added support for "#pragma clang section relro=<name>" by Dmitry Mikulin · 6 years ago
  43. c2cd2d4 [OPENMP50]Support for declare variant directive for NVPTX target. by Alexey Bataev · 6 years ago
  44. 48632af Fix crash or wrong code bug if a lifetime-extended temporary contains a by Richard Smith · 6 years ago
  45. 772e266 Properly handle instantiation-dependent array bounds. by Richard Smith · 6 years ago
  46. 1fae744 Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI. by Simon Pilgrim · 6 years ago
  47. c79099e [Alignment][Clang][NFC] Add CharUnits::getAsAlign by Guillaume Chatelet · 6 years ago
  48. 2df5f12 [OPENMP50]Initial codegen for declare variant implementation vendor. by Alexey Bataev · 6 years ago
  49. 2b4fa53 For P0784R7: compute whether a variable has constant destruction if it by Richard Smith · 6 years ago
  50. 350de4f Support for DWARF-5 C++ language tags. by Adrian Prantl · 6 years ago
  51. 5c49c26 Revert "Support for DWARF-5 C++ language tags." by Jonas Devlieghere · 6 years ago
  52. bf9c8ff Support for DWARF-5 C++ language tags. by Adrian Prantl · 6 years ago
  53. 9ca1b94 [CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linkage type by Fangrui Song · 6 years ago
  54. 729e242 [OPENMP5.0]Add support for device_type clause in declare target construct. by Alexey Bataev · 6 years ago
  55. f21bca0 [Clang][CodeGen] set alias linkage on QualType by Nick Desaulniers · 6 years ago
  56. 2b3d49b [Clang] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  57. 0e497d1 cfi-icall: Allow the jump table to be optionally made non-canonical. by Peter Collingbourne · 6 years ago
  58. a5af238 CodeGen: ensure 8-byte aligned String Swift CF ABI by Saleem Abdulrasool · 6 years ago
  59. 49a3ad2 Fix parameter name comments using clang-tidy. NFC. by Rui Ueyama · 6 years ago
  60. c5e7f56 ARM MTE stack sanitizer. by Evgeniy Stepanov · 6 years ago
  61. 960ff08 [OpenCL][PR41727] Prevent ICE on global dtors by Anastasia Stulova · 6 years ago
  62. d7aae33 [Concepts] Concept definitions (D40381) by Saar Raz · 6 years ago
  63. c3dfe90 [HIP] Support attribute hip_pinned_shadow by Yaxun Liu · 6 years ago
  64. 15e678e [CUDA][HIP] Don't set comdat attribute for CUDA device stub functions.\nDifferential Revision: https://reviews.llvm.org/D63277 by Konstantin Pyzhov · 6 years ago
  65. 0034e84 [OpenMP] Add support for handling declare target to clause when unified memory is required by Gheorghe-Teodor Bercea · 6 years ago
  66. e40f879 [HIP] Add the interface deriving the stub name of device kernels. by Michael Liao · 6 years ago
  67. 6cb2d9d [CodeGen][ObjC] Annotate retain-agnostic ObjC globals with attribute by Akira Hatanaka · 6 years ago
  68. e08e68d Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition flag. by Peter Collingbourne · 6 years ago
  69. f61b548 [OpenCL] Fix OpenCL/SPIR version metadata in C++ mode. by Anastasia Stulova · 6 years ago
  70. 4b7a713 [CUDA][HIP] Skip setting `externally_initialized` for static device variables. by Michael Liao · 6 years ago
  71. 02afe4e [CUDA][HIP] Emit dependent libs for host only by Yaxun Liu · 6 years ago
  72. e637cbe Refactor: split Uninitialized state on APValue into an "Absent" state by Richard Smith · 6 years ago
  73. 66cdbb47 [OpenMP] Add support for registering requires directives with the runtime by Gheorghe-Teodor Bercea · 6 years ago
  74. 6b21c4a [OPENMP]Use the attributes for dso locality when building for device. by Alexey Bataev · 6 years ago
  75. 1d16515 [ELF] Implement Dependent Libraries Feature by Ben Dunbobbin · 6 years ago
  76. ab8cde4 make -ftime-trace also print template arguments by Lubos Lunak · 6 years ago
  77. e6cf6c7 [OpenCL] Make global ctor init function a kernel by Anastasia Stulova · 6 years ago
  78. eba9a6e [SPIR] Simplified target checking. by Anastasia Stulova · 6 years ago
  79. 6bf108d [COFF] Use COFF stubs for extern_weak functions by Reid Kleckner · 6 years ago
  80. 1808c02 Re-land r359250, [COFF] Statically link certain runtime library functions by Reid Kleckner · 7 years ago
  81. 1be5369 Revert [COFF] Statically link certain runtime library functions by Reid Kleckner · 7 years ago
  82. 4730604 [COFF] Statically link certain runtime library functions by Reid Kleckner · 7 years ago
  83. 899d139 Use llvm::stable_sort by Fangrui Song · 7 years ago
  84. fb59fef Move setTargetAttributes after setGVProperties in SetFunctionAttributes by Scott Linder · 7 years ago
  85. d880de2 Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps. by Anton Afanasyev · 7 years ago
  86. d1c5b28 IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI. by Peter Collingbourne · 7 years ago
  87. c568725 [OPENMP]Codegen support for allocate directive on global variables. by Alexey Bataev · 7 years ago
  88. a03ae73 Add XCOFF triple object format type for AIX by Jason Liu · 7 years ago
  89. 25ed0c0 [OPENMP 5.0]Add initial support for 'allocate' directive. by Alexey Bataev · 7 years ago
  90. 39f6d7e [PGO] Use the explicit parameter in ProfileSummary API. NFC by Rong Xu · 7 years ago
  91. e739ac0 [HIP] change kernel stub name by Yaxun Liu · 7 years ago
  92. 0ee7bd4 [CodeGen] Fix string literal address space casting. by Michael Liao · 7 years ago
  93. c18e9ec [CUDA][HIP] Use device side kernel and variable names when registering them by Yaxun Liu · 7 years ago
  94. 80a1ee4 [AMDGPU] Require at least protected visibility for certain symbols by Scott Linder · 7 years ago
  95. 892e633 Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS. by Erich Keane · 7 years ago
  96. 9871db0 [opaque pointer types] Pass function types for runtime function calls. by James Y Knight · 7 years ago
  97. 916db65 Remove redundant FunctionDecl argument from a couple functions. by James Y Knight · 7 years ago
  98. 251e148 [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive. by Michael Kruse · 7 years ago
  99. 3933add Cleanup: replace uses of CallSite with CallBase. by James Y Knight · 7 years ago
  100. bef2663 Add -fapply-global-visibility-to-externs for -cc1 by Scott Linder · 7 years ago