1. c3dfe90 [HIP] Support attribute hip_pinned_shadow by Yaxun Liu · 6 years ago
  2. 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
  3. 0034e84 [OpenMP] Add support for handling declare target to clause when unified memory is required by Gheorghe-Teodor Bercea · 6 years ago
  4. e40f879 [HIP] Add the interface deriving the stub name of device kernels. by Michael Liao · 6 years ago
  5. 6cb2d9d [CodeGen][ObjC] Annotate retain-agnostic ObjC globals with attribute by Akira Hatanaka · 6 years ago
  6. e08e68d Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition flag. by Peter Collingbourne · 6 years ago
  7. f61b548 [OpenCL] Fix OpenCL/SPIR version metadata in C++ mode. by Anastasia Stulova · 6 years ago
  8. 4b7a713 [CUDA][HIP] Skip setting `externally_initialized` for static device variables. by Michael Liao · 6 years ago
  9. 02afe4e [CUDA][HIP] Emit dependent libs for host only by Yaxun Liu · 6 years ago
  10. e637cbe Refactor: split Uninitialized state on APValue into an "Absent" state by Richard Smith · 6 years ago
  11. 66cdbb47 [OpenMP] Add support for registering requires directives with the runtime by Gheorghe-Teodor Bercea · 6 years ago
  12. 6b21c4a [OPENMP]Use the attributes for dso locality when building for device. by Alexey Bataev · 6 years ago
  13. 1d16515 [ELF] Implement Dependent Libraries Feature by Ben Dunbobbin · 6 years ago
  14. ab8cde4 make -ftime-trace also print template arguments by Lubos Lunak · 6 years ago
  15. e6cf6c7 [OpenCL] Make global ctor init function a kernel by Anastasia Stulova · 6 years ago
  16. eba9a6e [SPIR] Simplified target checking. by Anastasia Stulova · 6 years ago
  17. 6bf108d [COFF] Use COFF stubs for extern_weak functions by Reid Kleckner · 6 years ago
  18. 1808c02 Re-land r359250, [COFF] Statically link certain runtime library functions by Reid Kleckner · 6 years ago
  19. 1be5369 Revert [COFF] Statically link certain runtime library functions by Reid Kleckner · 7 years ago
  20. 4730604 [COFF] Statically link certain runtime library functions by Reid Kleckner · 7 years ago
  21. 899d139 Use llvm::stable_sort by Fangrui Song · 7 years ago
  22. fb59fef Move setTargetAttributes after setGVProperties in SetFunctionAttributes by Scott Linder · 7 years ago
  23. d880de2 Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps. by Anton Afanasyev · 7 years ago
  24. d1c5b28 IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI. by Peter Collingbourne · 7 years ago
  25. c568725 [OPENMP]Codegen support for allocate directive on global variables. by Alexey Bataev · 7 years ago
  26. a03ae73 Add XCOFF triple object format type for AIX by Jason Liu · 7 years ago
  27. 25ed0c0 [OPENMP 5.0]Add initial support for 'allocate' directive. by Alexey Bataev · 7 years ago
  28. 39f6d7e [PGO] Use the explicit parameter in ProfileSummary API. NFC by Rong Xu · 7 years ago
  29. e739ac0 [HIP] change kernel stub name by Yaxun Liu · 7 years ago
  30. 0ee7bd4 [CodeGen] Fix string literal address space casting. by Michael Liao · 7 years ago
  31. c18e9ec [CUDA][HIP] Use device side kernel and variable names when registering them by Yaxun Liu · 7 years ago
  32. 80a1ee4 [AMDGPU] Require at least protected visibility for certain symbols by Scott Linder · 7 years ago
  33. 892e633 Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS. by Erich Keane · 7 years ago
  34. 9871db0 [opaque pointer types] Pass function types for runtime function calls. by James Y Knight · 7 years ago
  35. 916db65 Remove redundant FunctionDecl argument from a couple functions. by James Y Knight · 7 years ago
  36. 251e148 [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive. by Michael Kruse · 7 years ago
  37. 3933add Cleanup: replace uses of CallSite with CallBase. by James Y Knight · 7 years ago
  38. bef2663 Add -fapply-global-visibility-to-externs for -cc1 by Scott Linder · 7 years ago
  39. f09c19c [CodeGen] Implement isTriviallyRecursive with StmtVisitor instead of RecursiveASTVisitor by Reid Kleckner · 7 years ago
  40. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  41. ac991bb Emit !callback metadata and introduce the callback attribute by Johannes Doerfert · 7 years ago
  42. e9f5210 CodeGen: Remove debug printf unintentionally added in r351228. by Peter Collingbourne · 7 years ago
  43. 93165d6 [MSP430] Provide a toolchain description by Anton Korobeynikov · 7 years ago
  44. 39287e7 [CodeGen] Clarify comment about COFF common symbol alignment by Shoaib Meenai · 7 years ago
  45. 85c6224 Limit COFF 'common' emission to <=32 alignment types. by Erich Keane · 7 years ago
  46. 175890e CodeGen: fix autolink emission on ELF by Saleem Abdulrasool · 7 years ago
  47. da32d7f CodeGen: switch iteration to range based for loop (NFC) by Saleem Abdulrasool · 7 years ago
  48. 9953577 [CUDA] Treat extern global variable shadows same as regular extern vars. by Artem Belevich · 7 years ago
  49. de6beb0 Implement -frecord-command-line (-frecord-gcc-switches) by Scott Linder · 7 years ago
  50. 7b05666 [CUDA] Make all host-side shadows of device-side variables undef. by Artem Belevich · 7 years ago
  51. 6368818 Move CodeGenOptions from Frontend to Basic by Richard Trieu · 7 years ago
  52. 248ed07 Make CPUDispatch resolver emit dependent functions. by Erich Keane · 7 years ago
  53. 5337c74 Remove CodeGen dependencies on Sema. by Richard Trieu · 7 years ago
  54. 7304f0a Correct 'target' default behavior on redecl, allow forward declaration. by Erich Keane · 7 years ago
  55. 5c0d192 [NFC] Move MultIversioning::Type into Decl so that it can be used in CodeGen by Erich Keane · 7 years ago
  56. 7555771 [codeview] Expose -gcodeview-ghash for global type hashing by Reid Kleckner · 7 years ago
  57. de6480a3 [NFC] Move storage of dispatch-version to GlobalDecl by Erich Keane · 7 years ago
  58. 21e7f5e Use the correct address space when emitting the ctor function list by Dylan McKay · 7 years ago
  59. 9e94c18 CPU-Dispatch- Fix type of a member function, prevent deferrals by Erich Keane · 7 years ago
  60. 44731c5 CPU-Dispatch-- Fix conflict between 'generic' and 'pentium' by Erich Keane · 7 years ago
  61. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  62. 7c7e531 PR31978: Don't crash if CodeGen sees a top-level BindingDecl. by Richard Smith · 7 years ago
  63. 98ac998 CodeGen: correct the case for swift 4.2, 5.0 by Saleem Abdulrasool · 7 years ago
  64. 85822b3 Change keep-static-consts to work on static storage duration, not storage class. by Erich Keane · 7 years ago
  65. 19a8adc Implement Function Multiversioning for Non-ELF Systems. by Erich Keane · 7 years ago
  66. 0c16a13 CodeGen: alter CFConstantString class name for swift 5.0 by Saleem Abdulrasool · 7 years ago
  67. 81a650e Driver,CodeGen: introduce support for Swift CFString layout by Saleem Abdulrasool · 7 years ago
  68. d5a2788 CodeGen: extract some local variables in CFConstantString creation (NFC) by Saleem Abdulrasool · 7 years ago
  69. 9b36a9c [CodeGen] Attach InlineHint to more functions by Richard Trieu · 7 years ago
  70. 7ef210d Give Multiversion-inline functions linkonce linkage by Erich Keane · 7 years ago
  71. 8aa5370 NFC: Remove trailing space from CodeGenModule.cpp by Takuto Ikuta · 7 years ago
  72. 8654ae5 Add a flag to remap manglings when reading profile data information. by Richard Smith · 7 years ago
  73. 8bddfdd clang: Allow ifunc resolvers to accept arguments by Ed Maste · 7 years ago
  74. 1d38c13 Use the container form llvm::sort(C, ...) by Fangrui Song · 7 years ago
  75. 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  76. 1408f91 [OPENMP] Add support for OMP5 requires directive + unified_address clause by Kelvin Li · 7 years ago
  77. 34e24d5 Reland "[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cfstrings`" by Kristina Brooks · 7 years ago
  78. a6398cd Revert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cfstrings`." by Kristina Brooks · 7 years ago
  79. 7c142a5 [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cfstrings`. by Kristina Brooks · 7 years ago
  80. 6227973 Add necessary support for storing code-model to module IR. by Caroline Tice · 7 years ago
  81. 05cf443 [XRay][clang] Emit "never-instrument" attribute by Dean Michael Berris · 7 years ago
  82. f353ae1 [NFC]Refactor MultiVersion Resolver Emission to combine types by Erich Keane · 7 years ago
  83. be0c5b6 [CodeGen] Align rtti and vtable data by David Green · 7 years ago
  84. 7a36896 Re-land r334417 "[MS] Use mangled names and comdats for string merging with ASan" by Reid Kleckner · 7 years ago
  85. bd8ff9b [OPENMP] Fix PR38710: static functions are not emitted as implicitly by Alexey Bataev · 7 years ago
  86. 5ff7a8e [MinGW] Don't mark external variables as DSO local by Martin Storsjo · 7 years ago
  87. 6593df2 Currently clang does not emit unused static constants. GCC emits these by Elizabeth Andrews · 7 years ago
  88. 7f792ca [OPENMP] Fix crash on the emission of the weak function declaration. by Alexey Bataev · 7 years ago
  89. d01b749 [OPENMP] FIx processing of declare target variables. by Alexey Bataev · 7 years ago
  90. a912e3e clang-cl: Support /guard:cf,nochecks by Hans Wennborg · 7 years ago
  91. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  92. bf8fe71 [OPENMP] Mark variables captured in declare target region as implicitly by Alexey Bataev · 7 years ago
  93. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  94. a4005e1 [CUDA][HIP] Allow function-scope static const variable by Yaxun Liu · 7 years ago
  95. e1bfbc5 [HIP] Support -fcuda-flush-denormals-to-zero for amdgcn by Yaxun Liu · 7 years ago
  96. 3efe002 Implement cpu_dispatch/cpu_specific Multiversioning by Erich Keane · 7 years ago
  97. 7963e8b Add support for __declspec(code_seg("segname")) by Erich Keane · 7 years ago
  98. a934f9d Fix setting of empty implicit-section-name attribute by Petr Pavlu · 7 years ago
  99. c66d254 [CUDA] Use atexit() to call module destructor. by Artem Belevich · 7 years ago
  100. c69e067 Revert "[MS] Use mangled names and comdats for string merging with ASan" by Evgeniy Stepanov · 7 years ago