1. d465315 [LLVM-C]Add LLVMAddMetadataToInst, deprecated LLVMSetInstDebugLocation. by Florian Hahn · 3 years, 7 months ago
  2. cfb53d8 [NFC] Make some includes explicit by Nikita Popov · 3 years, 8 months ago
  3. a5b72ab [DebugInfo] Enhance DIImportedEntity to accept children entities by Alok Kumar Sharma · 3 years, 9 months ago
  4. 983565a [ADT] Move DenseMapInfo for ArrayRef/StringRef into respective headers (NFC) by Nikita Popov · 4 years ago
  5. 8bd8534 LLVM-C: Allow LLVM{Get/Set}Alignment on an atomicrmw/cmpxchg instruction. by James Y Knight · 4 years, 4 months ago
  6. 2016f2c Fixes warning 'enumeration value not handled in switch'. by Bogdan Graur · 4 years, 5 months ago
  7. 6785ca0 [llvm-c] Delete unimplemented llvm-c/LinkTimeOptimizer.h by Fangrui Song · 4 years, 6 months ago
  8. fe43168 Creating a named struct requires only a Context and a name, but looking up a struct by name requires a Module. The method on Module merely accesses the LLVMContextImpl and no data from the module itself, so this patch moves getTypeByName to a static method on StructType that takes a Context and a name. by Nick Lewycky · 4 years, 6 months ago
  9. 75f50e1 Adding PoisonValue for representing poison value explicitly in IR by Zhengyang Liu · 4 years, 6 months ago
  10. c378384 C API: support scalable vectors by Craig Disselkoen · 4 years, 7 months ago
  11. 6154c41 [ORC] Remove OrcV1 APIs. by Lang Hames · 4 years, 9 months ago
  12. 55f7273 [LLVM-C] Turn a ShuffleVector Constant Into a Getter. by Robert Widmann · 4 years, 8 months ago
  13. 51cad04 C API: functions to get mask of a ShuffleVector by Craig Disselkoen · 4 years, 8 months ago
  14. 015e297 [SVE] Restore broken LLVM-C ABI compatability by Christopher Tetreault · 5 years ago
  15. 8c24f33 [IR][BFloat] Add BFloat IR type by Ties Stuij · 5 years ago
  16. 2dea3f1 [SVE] Add new VectorType subclasses by Christopher Tetreault · 5 years ago
  17. 89e0662 Make IRBuilder automatically set alignment on load/store/alloca. by Eli Friedman · 5 years ago
  18. d5180ea Add debug info support for Swift/Clang APINotes. by Adrian Prantl · 5 years ago
  19. e4e7e44 Add an SDK attribute to DICompileUnit by Adrian Prantl · 5 years ago
  20. 7b30370 Move the sysroot attribute from DIModule to DICompileUnit by Adrian Prantl · 5 years ago
  21. c17aee6 Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot" by Adrian Prantl · 5 years ago
  22. 12e4794 Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot by Adrian Prantl · 5 years ago
  23. d68904f [NFC] Fix trivial typos in comments by James Henderson · 5 years ago
  24. f1e3988 Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE." by Sourabh Singh Tomar · 6 years ago
  25. d27a16e Revert "[DWARF5]Addition of alignment atrribute in typedef DIE." by Sam McCall · 6 years ago
  26. 423f541 [DWARF5]Addition of alignment atrribute in typedef DIE. by Sourabh Singh Tomar · 6 years ago
  27. 58acbce [IR] Add Freeze instruction by aqjune · 6 years ago
  28. 31be9f3 Fix clone_constant_impl to correctly deal with null pointers by aqjune · 6 years ago
  29. b63db94 [LLVM-C] Add bindings to create macro debug info by whitequark · 6 years ago
  30. f57e968 Improve C API support for atomicrmw and cmpxchg. by Nick Lewycky · 6 years ago
  31. ed3b6d1 Revert "Expose TailCallKind via the LLVM C API" by Jonas Devlieghere · 6 years ago
  32. 708c460 Expose TailCallKind via the LLVM C API by Robert Widmann · 6 years ago
  33. 7aff852 llvm-c-test avoid calling malloc(0) by Andus Yu · 6 years ago
  34. 4cecdaa Fix BUILD_SHARED_LIBS builds after r361567 by Daniel Sanders · 6 years ago
  35. 3e4acaa Break false dependencies on target libraries by Daniel Sanders · 6 years ago
  36. 09b91a26 [llvm-c-test] Make include-all.c do what its name says it does by Anders Waldenborg · 6 years ago
  37. d1ba3b1 [LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries by Robert Widmann · 6 years ago
  38. d5444cc [LLVM-C] Add Bindings to GlobalIFunc by Robert Widmann · 6 years ago
  39. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  40. d36f3b0 [LLVM-C] Improve Intrinsics Bindings by Robert Widmann · 7 years ago
  41. f8ab35a Emit template type and value parameter DIEs for template variables. by Matthew Voss · 7 years ago
  42. 9cba4ec [LLVM-C] Add more debug information accessors to GlobalObject and Instruction by Robert Widmann · 7 years ago
  43. 0a35b76 [LLVM-C] Add Bindings For Named Metadata by Robert Widmann · 7 years ago
  44. b56a4d3 [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType by whitequark · 7 years ago
  45. 38fa750 [LLVM-C] Add DIBuilder Bindings For ObjC Classes by Robert Widmann · 7 years ago
  46. 360d6e3 [LLVM-C] Improve Bindings For Aliases by Robert Widmann · 7 years ago
  47. 025c78f [LLVM-C] Use Length-Providing Value Name Getters and Setters by Robert Widmann · 7 years ago
  48. bce36770 [LLVM-C] Add Bindings For Module Flags by Robert Widmann · 7 years ago
  49. 4b0084b [LLVM-C] Consolidate llgo's DIBuilder Bindings by Robert Widmann · 7 years ago
  50. a428eba [LLVM-C] Move DIBuilder Bindings For Temporary MDNodes by Robert Widmann · 7 years ago
  51. b18cd6d [LLVM-C] Eliminate an unused variable in a test. by whitequark · 7 years ago
  52. aec494f3 [LLVM-C] Add DIBuilder bindings to create import declarations by Robert Widmann · 7 years ago
  53. 21fc15d [LLVM-C] DIBuilder Bindings For Variable Expressions by Robert Widmann · 7 years ago
  54. 6978db7 [LLVM-C] DIBuilderBindings for Subrange and Arrays by Robert Widmann · 7 years ago
  55. b02fe64 [LLVM-C] Finish Up Scope Bindings by Robert Widmann · 7 years ago
  56. 12e367b [LLVM-C] Add DIBuilder Bindings For Variable Creation by Robert Widmann · 7 years ago
  57. f53050f [LLVM-C] Move DIBuilder Bindings For Block Scopes by Robert Widmann · 7 years ago
  58. f108d57 [LLVM-C] Audit Inline Assembly APIs for Consistency by Robert Widmann · 7 years ago
  59. b7881bb Add C API bindings for DIBuilder 'Type' APIs by Harlan Haskins · 7 years ago
  60. 478fce9 [LLVM-C] Finish exception instruction bindings - Round 2 by Robert Widmann · 7 years ago
  61. 894c028 Revert "[LLVM-C] Finish exception instruction bindings" by Vlad Tsyrklevich · 7 years ago
  62. 6775f52 [LLVM-C] Finish exception instruction bindings by Robert Widmann · 7 years ago
  63. 4bb481b [LLVM-C] Redo unnamed_address attribute bindings by Robert Widmann · 7 years ago
  64. 92f3578 Fix a memory leak and a cross module reference. by Rafael Espindola · 7 years ago
  65. 76d8cce Report fatal error in the case of out of memory by Serge Pavlov · 7 years ago
  66. 4500001 Revert r325224 "Report fatal error in the case of out of memory" by Serge Pavlov · 7 years ago
  67. 431502a Report fatal error in the case of out of memory by Serge Pavlov · 7 years ago
  68. 490a580 [LLVM-C] Add Accessors For A Module's Source File Name by Robert Widmann · 7 years ago
  69. 5f8c84c Fixed warning 'function declaration isn’t a prototype [-Werror=strict-prototypes]' by Galina Kistanova · 7 years ago
  70. 62602a4 Remove redundant includes from tools. by Michael Zolotukhin · 7 years ago
  71. 789164d [LLVM-C] Expose functions to create debug locations via DIBuilder. by whitequark · 8 years ago
  72. 131f98f [LLVM-C] Publicly expose getters of MetadataType, TokenType by whitequark · 8 years ago
  73. e9dea6e fix typos in comments and error messges; NFC by Hiroshi Inoue · 8 years ago
  74. 68168d1 Spelling mistakes in comments. NFCI. by Simon Pilgrim · 8 years ago
  75. e596986 Fix "isn't a prototype" warning by Vitaly Buka · 9 years ago
  76. 6b335d1 Fix build break when the host C compiler is C89. by Richard Smith · 9 years ago
  77. 003216b [C API] Prevent nullptr dereferences in C API for counting attributes. by Amaury Sechet · 9 years ago
  78. a65a237 Add support for callsite in the new C API for attributes by Amaury Sechet · 9 years ago
  79. 5db224e Make sure we have a Add/Remove/Has function for various thing that can have attribute. by Amaury Sechet · 9 years ago
  80. ad659c3 [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context} by Jeroen Ketema · 9 years ago
  81. 4949131 Do some refactoring in the LLVM C API echo test to remove duplication. NFC by Amaury Sechet · 9 years ago
  82. 3e4561c [llvm-c] Add LLVMGetValueKind. by Peter Zotov · 9 years ago
  83. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 9 years ago
  84. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 9 years ago
  85. 0a2fa0a [llvm-c] Expose LLVM{Get,Set}ModuleIdentifier by Peter Zotov · 9 years ago
  86. 43165d9 Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API. by Mehdi Amini · 9 years ago
  87. b325686 Add echo test for constant data arrays in the LLVM C API by Amaury Sechet · 9 years ago
  88. e39e853 Add support for invoke/landingpad/resume in C API test by Amaury Sechet · 9 years ago
  89. 40bbe51 Add upport for bitcast in the C API echo test by Amaury Sechet · 9 years ago
  90. 053ac45 Add support for memory operations (load/store/gep) in C API echo test by Amaury Sechet · 9 years ago
  91. 58946a9 Make sure functions are generated even there is no global in the C API echo test by Amaury Sechet · 9 years ago
  92. e8ba2bf Add support for global variables in the C API echo test by Amaury Sechet · 9 years ago
  93. f447a6b Make sure the functions' range is empty before going through it in the LLVM C API test by Amaury Sechet · 9 years ago
  94. 6b16c23 Do some refactoring in constant generation in the C API echo test. NFC by Amaury Sechet · 9 years ago
  95. f64e834 Generate functions in 2 steps in the C API echo test. NFC by Amaury Sechet · 9 years ago
  96. 5590967 Restore the capability to manipulate datalayout from the C API by Amaury Sechet · 9 years ago
  97. d01c861 Use report_fatal_error more consistently in the C API echo test by Amaury Sechet · 9 years ago
  98. c679dbd Get constant cloning out of CloneValue so it can be used when creating globals. by Amaury Sechet · 9 years ago
  99. ecda4ea Move clone_params around by Amaury Sechet · 9 years ago
  100. 2f43208 Add support for phi nodes in the LLVM C API test by Amaury Sechet · 9 years ago