summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/ocaml
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* [Test] Fix freeze ocaml test failureJuneyoung Lee2019-11-223-0/+14
* Reapply r374743 with a fix for the ocaml bindingJoerg Sonnenberger2019-10-143-0/+14
* Revert "Add a pass to lower is.constant and objectsize intrinsics"Dmitri Gribenko2019-10-142-11/+0
* Add a pass to lower is.constant and objectsize intrinsicsJoerg Sonnenberger2019-10-132-0/+11
* Revert "[OCaml] Handle nullptr in Llvm.global_initializer"Dmitri Gribenko2019-10-013-16/+4
* [OCaml] Handle nullptr in Llvm.global_initializerAditya Kumar2019-10-013-4/+16
* [LLVM-C][Ocaml] Add MergeFunctions and DCE passAditya Kumar2019-09-296-0/+27
* [OCaml] Update api to account for FNeg and CallBr instructionswhitequark2019-04-163-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1945-180/+150
* [OCaml] Fix incorrect use of CAMLlocal in nested blockswhitequark2018-11-081-4/+3
* [TI removal] Remove TerminatorInst references from bindings.Chandler Carruth2018-10-181-3/+3
* [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIswhitequark2018-09-183-0/+14
* [LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIswhitequark2018-09-183-0/+14
* [OCaml] Add OCaml API for LLVMGetIndiceswhitequark2018-09-183-0/+19
* [OCaml] Add OCaml API for LLVMIsCleanupwhitequark2018-09-183-0/+10
* [NFC][OCaml] Fix copy paste error in file headerwhitequark2018-09-181-1/+1
* [NFC][OCaml] Fix implicit declaration compilation warningswhitequark2018-09-181-0/+1
* [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteralwhitequark2018-09-183-0/+10
* [OCaml] Add OCaml APIs for Invoke arguments and destinationswhitequark2018-09-183-2/+23
* [OCaml] Add GlobalIFunc value kind to OCaml APIwhitequark2018-09-183-0/+4
* [OCaml] Add Token type to kind enum in OCaml APIwhitequark2018-09-182-0/+2
* [OCaml] Add missing instruction opcodes to OCaml APIwhitequark2018-09-183-1/+13
* [LLVM-C] [OCaml] Remove LLVMAddBBVectorizePassFangrui Song2018-05-283-14/+0
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [OCaml] Fix undefined reference to LLVMDumpType() with NDEBUGMichal Gorny2017-07-273-0/+11
* [NFC] Remove multiple semicolonsMandeep Singh Grang2017-06-281-1/+1
* [LLVM-C] [OCaml] Expose Type::subtypes.whitequark2017-06-053-0/+19
* [OCaml] Adapt to the new attribute C API.whitequark2016-11-123-226/+279
* cmake: Install the OCaml libraries into a more correct pathMichal Gorny2016-09-304-4/+4
* [CMake] [OCaml] Allow building OCaml bindings out of tree.Peter Zotov2016-09-051-0/+29
* [OCaml] Add functions for accessing metadata nodes.Peter Zotov2016-06-223-0/+17
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-151-3/+3
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* [OCaml] Expose the LLVM diagnostic handlerJeroen Ketema2016-04-103-1/+93
* [OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raiseJeroen Ketema2016-04-014-4/+7
* [OCaml] Reinstate data_layoutJeroen Ketema2016-04-013-0/+11
* Silence warnings in OCaml bindingsJeroen Ketema2016-03-315-16/+3
* Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer2016-02-123-24/+0
* Remove autoconf supportChris Bieneman2016-01-2619-940/+0
* Deprecate a few C APIs.Rafael Espindola2015-12-181-6/+4
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-163-9/+7
* Fix `llvm-config` to adapt to the install environment.Richard Diamond2015-11-091-0/+2
* [OCaml] Expose Llvm.{set_,}unnamed_addr.Peter Zotov2015-10-213-0/+23
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond2015-08-051-2/+0
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-271-0/+2
* Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2015-07-161-1/+1
OpenPOWER on IntegriCloud