1. 75f50e1 Adding PoisonValue for representing poison value explicitly in IR by Zhengyang Liu · 4 years, 7 months ago
  2. c378384 C API: support scalable vectors by Craig Disselkoen · 4 years, 8 months ago
  3. fbfb1c7 [IR] Make nosync, nofree and willreturn default for intrinsics. by sstefan1 · 4 years, 8 months ago
  4. 51cad04 C API: functions to get mask of a ShuffleVector by Craig Disselkoen · 4 years, 9 months ago
  5. 82875dc Fix OCaml bindings by Arthur Eubanks · 4 years, 10 months ago
  6. 4ffa6a2 [Bindings] Remove ipc_propagation. by Florian Hahn · 4 years, 11 months ago
  7. 70f8d0a [llvm] Development-mode InlineAdvisor by Mircea Trofin · 5 years ago
  8. bdceefe [llvm] Release-mode ML InlineAdvisor by Mircea Trofin · 5 years ago
  9. 59f45a1 Mark some LLVM tests which require a default_triple (NFC) by Mehdi Amini · 5 years ago
  10. d20bf5a [DebugInfo] Upgrade DISubrange to support Fortran dynamic arrays by Alok Kumar Sharma · 5 years ago
  11. 89e0662 Make IRBuilder automatically set alignment on load/store/alloca. by Eli Friedman · 5 years ago
  12. 0414c56 Revert "Rework go bindings so that validation works fine" by Peter Collingbourne · 5 years ago
  13. e8f8873 Rework go bindings so that validation works fine by serge-sans-paille · 5 years ago
  14. 7683a08 Remove lit feature object-emission by Ted Woodward · 5 years ago
  15. 7b30370 Move the sysroot attribute from DIModule to DICompileUnit by Adrian Prantl · 5 years ago
  16. c17aee6 Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot" by Adrian Prantl · 5 years ago
  17. 12e4794 Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot by Adrian Prantl · 5 years ago
  18. b094258 Updated the OCaml/bitwriter.ml test for OCaml 4.06+ by Dmitri Gribenko · 6 years ago
  19. 1465b8b [Test] Fix freeze ocaml test failure by Juneyoung Lee · 6 years ago
  20. e87d716 [IR] Redefine Freeze instruction by aqjune · 6 years ago
  21. 58acbce [IR] Add Freeze instruction by aqjune · 6 years ago
  22. 31be9f3 Fix clone_constant_impl to correctly deal with null pointers by aqjune · 6 years ago
  23. 20b8ed2 [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator by Cameron McInally · 6 years ago
  24. 43fcbcb Revert "Fix OCaml/core.ml fneg check" by Dmitri Gribenko · 6 years ago
  25. fdc0917 Fix OCaml/core.ml fneg check (try 2) by Simon Pilgrim · 6 years ago
  26. fbf8b0b Fix OCaml/core.ml fneg check by Simon Pilgrim · 6 years ago
  27. b63db94 [LLVM-C] Add bindings to create macro debug info by whitequark · 6 years ago
  28. f57e968 Improve C API support for atomicrmw and cmpxchg. by Nick Lewycky · 6 years ago
  29. ed3b6d1 Revert "Expose TailCallKind via the LLVM C API" by Jonas Devlieghere · 6 years ago
  30. 708c460 Expose TailCallKind via the LLVM C API by Robert Widmann · 6 years ago
  31. a009a60 IR: print value numbers for unnamed function arguments by Tim Northover · 6 years ago
  32. cc0a4cd [FunctionAttrs] Annotate "willreturn" for intrinsics by Hideto Ueno · 6 years ago
  33. 24830ea [NFC] Adjust "invalid.ll.bc" tests to check for AttrKind #255 not #63 by Johannes Doerfert · 6 years ago
  34. 3e1821b Fixed the Bindings/OCaml/core.ml test by Dmitri Gribenko · 6 years ago
  35. 0c55985 Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better by Paul Robinson · 6 years ago
  36. 53d3994 [Go / ASAN] Disable Go bindings for ASAN tests. by Mitch Phillips · 6 years ago
  37. d5444cc [LLVM-C] Add Bindings to GlobalIFunc by Robert Widmann · 6 years ago
  38. adcdc1b [DebugInfo] IR/Bitcode changes for DISubprogram flags. by Paul Robinson · 7 years ago
  39. d36f3b0 [LLVM-C] Improve Intrinsics Bindings by Robert Widmann · 7 years ago
  40. 9cba4ec [LLVM-C] Add more debug information accessors to GlobalObject and Instruction by Robert Widmann · 7 years ago
  41. 0a35b76 [LLVM-C] Add Bindings For Named Metadata by Robert Widmann · 7 years ago
  42. afa95ee [LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass by Fangrui Song · 7 years ago
  43. 38fa750 [LLVM-C] Add DIBuilder Bindings For ObjC Classes by Robert Widmann · 7 years ago
  44. 360d6e3 [LLVM-C] Improve Bindings For Aliases by Robert Widmann · 7 years ago
  45. bce36770 [LLVM-C] Add Bindings For Module Flags by Robert Widmann · 7 years ago
  46. 4b0084b [LLVM-C] Consolidate llgo's DIBuilder Bindings by Robert Widmann · 7 years ago
  47. 2c86455 [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. by Shiva Chen · 7 years ago
  48. aec494f3 [LLVM-C] Add DIBuilder bindings to create import declarations by Robert Widmann · 7 years ago
  49. 21fc15d [LLVM-C] DIBuilder Bindings For Variable Expressions by Robert Widmann · 7 years ago
  50. 6978db7 [LLVM-C] DIBuilderBindings for Subrange and Arrays by Robert Widmann · 7 years ago
  51. b02fe64 [LLVM-C] Finish Up Scope Bindings by Robert Widmann · 7 years ago
  52. 12e367b [LLVM-C] Add DIBuilder Bindings For Variable Creation by Robert Widmann · 7 years ago
  53. f53050f [LLVM-C] Move DIBuilder Bindings For Block Scopes by Robert Widmann · 7 years ago
  54. f108d57 [LLVM-C] Audit Inline Assembly APIs for Consistency by Robert Widmann · 7 years ago
  55. b7881bb Add C API bindings for DIBuilder 'Type' APIs by Harlan Haskins · 7 years ago
  56. 478fce9 [LLVM-C] Finish exception instruction bindings - Round 2 by Robert Widmann · 7 years ago
  57. 894c028 Revert "[LLVM-C] Finish exception instruction bindings" by Vlad Tsyrklevich · 7 years ago
  58. 6775f52 [LLVM-C] Finish exception instruction bindings by Robert Widmann · 7 years ago
  59. 2fe905c Fix go bindings test when using goma distributed build tool by Reid Kleckner · 7 years ago
  60. 4bb481b [LLVM-C] Redo unnamed_address attribute bindings by Robert Widmann · 7 years ago
  61. 490a580 [LLVM-C] Add Accessors For A Module's Source File Name by Robert Widmann · 7 years ago
  62. 789164d [LLVM-C] Expose functions to create debug locations via DIBuilder. by whitequark · 8 years ago
  63. 17ee427 [llvm] Get rid of "%T" expansions by Kuba Mracek · 8 years ago
  64. f6059fd [LLVM-C] [OCaml] Expose Type::subtypes. by whitequark · 8 years ago
  65. 9283f5b [cmake] Canonicalize CMake booleans to 0/1 for lit interop by Michal Gorny · 8 years ago
  66. 003216b [C API] Prevent nullptr dereferences in C API for counting attributes. by Amaury Sechet · 9 years ago
  67. 4dcf92a [OCaml] Adapt to the new attribute C API. by whitequark · 9 years ago
  68. 84c9f99 Add writeonly IR attribute by Nicolai Haehnle · 9 years ago
  69. ee462ca [OCaml] Add functions for accessing metadata nodes. by Peter Zotov · 9 years ago
  70. a65a237 Add support for callsite in the new C API for attributes by Amaury Sechet · 9 years ago
  71. 5db224e Make sure we have a Add/Remove/Has function for various thing that can have attribute. by Amaury Sechet · 9 years ago
  72. 8957742 [OCaml] Update core test and re-enable testing by Jeroen Ketema · 9 years ago
  73. 562380a [OCaml] Expose the LLVM diagnostic handler by Jeroen Ketema · 9 years ago
  74. ad659c3 [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context} by Jeroen Ketema · 9 years ago
  75. c110fbc [OCaml] Reinstate data_layout by Jeroen Ketema · 9 years ago
  76. 52aadc8 Silence warnings in OCaml bindings by Jeroen Ketema · 9 years ago
  77. 43165d9 Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API. by Mehdi Amini · 9 years ago
  78. b325686 Add echo test for constant data arrays in the LLVM C API by Amaury Sechet · 9 years ago
  79. e39e853 Add support for invoke/landingpad/resume in C API test by Amaury Sechet · 9 years ago
  80. 053ac45 Add support for memory operations (load/store/gep) in C API echo test by Amaury Sechet · 9 years ago
  81. e8ba2bf Add support for global variables in the C API echo test by Amaury Sechet · 9 years ago
  82. f447a6b Make sure the functions' range is empty before going through it in the LLVM C API test by Amaury Sechet · 9 years ago
  83. 5590967 Restore the capability to manipulate datalayout from the C API by Amaury Sechet · 9 years ago
  84. 56d13e8 Remove LLVMGetTargetMachineData leftovers. by Benjamin Kramer · 9 years ago
  85. 2f43208 Add support for phi nodes in the LLVM C API test by Amaury Sechet · 9 years ago
  86. aad9353 Add support for struct in C API test by Amaury Sechet · 9 years ago
  87. e7e6217 Add icmp and conditional branches in the C API echo test. by Amaury Sechet · 9 years ago
  88. a82042e Improve the C API echo test tool to emit basic block is the right order. by Amaury Sechet · 9 years ago
  89. 76f6e70 Make the OCaml tests temporarily unsupported until they can be updated. by Eric Christopher · 9 years ago
  90. 6da9115 Fix echo.ll test failing due to DOS line endings by Reid Kleckner · 9 years ago
  91. b6df435 Add various binary operations in the LLVM C API echo test by Amaury Sechet · 9 years ago
  92. e8ea7d8 Improve testing for the C API by Amaury Sechet · 9 years ago
  93. 2339ffe Deprecate a few C APIs. by Rafael Espindola · 10 years ago
  94. f382b88 Fix error handling in LLVMGetBitcodeModuleInContext. by Rafael Espindola · 10 years ago
  95. 125592d Add a test for LLVMGetBitcodeModule. by Rafael Espindola · 10 years ago
  96. 434e956 Change linkInModule to take a std::unique_ptr. by Rafael Espindola · 10 years ago
  97. fb3f490 Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes by Vaivaswatha Nagaraj · 10 years ago
  98. 441d207 Disable Go bindings test with MSan, it has tons of linker errors by Reid Kleckner · 10 years ago
  99. e6f87ca Add a new attribute: norecurse by James Molloy · 10 years ago
  100. 93d5d3b Add a way to skip the Go bindings tests even when Go is configured in CMake. by Chandler Carruth · 10 years ago