OSDN Git Service

X86DAGToDAGISel::tryVPTESTM - fix uninitialized variable warning. NFCI.
[android-x86/external-llvm.git] / bindings / ocaml /
2019-04-16 whitequark[OCaml] Update api to account for FNeg and CallBr instr...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-11-08 whitequark[OCaml] Fix incorrect use of CAMLlocal in nested blocks
2018-10-18 Chandler Carruth[TI removal] Remove TerminatorInst references from...
2018-09-18 whitequark[LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to...
2018-09-18 whitequark[LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml...
2018-09-18 whitequark[OCaml] Add OCaml API for LLVMGetIndices
2018-09-18 whitequark[OCaml] Add OCaml API for LLVMIsCleanup
2018-09-18 whitequark[NFC][OCaml] Fix copy paste error in file header
2018-09-18 whitequark[NFC][OCaml] Fix implicit declaration compilation warnings
2018-09-18 whitequark[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructTy...
2018-09-18 whitequark[OCaml] Add OCaml APIs for Invoke arguments and destina...
2018-09-18 whitequark[OCaml] Add GlobalIFunc value kind to OCaml API
2018-09-18 whitequark[OCaml] Add Token type to kind enum in OCaml API
2018-09-18 whitequark[OCaml] Add missing instruction opcodes to OCaml API
2018-05-28 Fangrui Song[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-01-26 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
2017-07-27 Michal Gorny[OCaml] Fix undefined reference to LLVMDumpType() with...
2017-06-28 Mandeep Singh Grang[NFC] Remove multiple semicolons
2017-06-05 whitequark[LLVM-C] [OCaml] Expose Type::subtypes.
2016-11-12 whitequark[OCaml] Adapt to the new attribute C API.
2016-09-30 Michal Gornycmake: Install the OCaml libraries into a more correct...
2016-09-05 Peter Zotov[CMake] [OCaml] Allow building OCaml bindings out of...
2016-06-22 Peter Zotov[OCaml] Add functions for accessing metadata nodes.
2016-06-15 David MajnemerRemove the ScalarReplAggregates pass
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-10 Jeroen Ketema[OCaml] Expose the LLVM diagnostic handler
2016-04-01 Jeroen Ketema[OCaml] Use LLVMCreateMessage with constant strings...
2016-04-01 Jeroen Ketema[OCaml] Reinstate data_layout
2016-03-31 Jeroen KetemaSilence warnings in OCaml bindings
2016-02-12 Benjamin KramerRemove LLVMGetTargetMachineData leftovers.
2016-01-26 Chris BienemanRemove autoconf support
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-11-09 Richard DiamondFix `llvm-config` to adapt to the install environment.
2015-10-21 Peter Zotov[OCaml] Expose Llvm.{set_,}unnamed_addr.
2015-08-05 Richard DiamondRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
2015-06-27 Peter Zotov[OCaml] Bump ctypes dependency to 0.4.
2015-06-18 Daniel JasperUpdate LLVM bindings after r239940. Apparently these...
2015-02-06 Peter Zotov[OCaml] Add Llvm.build_empty_phi.
2015-01-13 Peter Zotov[OCaml] Allow out-of-tree builds of LLVM bindings.
2015-01-13 Peter Zotov[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanis...
2014-12-30 Peter Zotov[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI...
2014-12-24 Peter Zotov[OCaml] Expose Llvm_executionengine.get_{global_value...
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-23 Peter Zotov[OCaml] PR22014: OCaml bindings didn't link to libLLVM...
2014-12-02 Peter Zotov[OCaml] Add Llvm.mdnull.
2014-12-01 Peter Zotov[OCaml] Move Llvm.clone_module to its own Llvm_transfor...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-11-03 Peter Zotov[OCaml] Fix mismatched CAMLparam/CAMLreturn.
2014-11-03 Peter Zotov[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
2014-11-03 Peter Zotov[OCaml] Don't use deprecated non-caml_namespaced functions.
2014-11-03 Peter Zotov[OCaml] Initialize local roots prior to raising.
2014-11-03 Peter Zotov[OCaml] Core package should depend on LLVMTransformUtil...
2014-11-03 Peter Zotov[OCaml] Fix ocamlc -custom builds when configured as...
2014-11-03 Peter Zotov[OCaml] Avoid embedding absolute paths into executables.
2014-11-03 Peter Zotov[OCaml] Don't build stub libraries twice.
2014-11-03 Peter Zotov[OCaml] META: remove exists_if(toplevel).
2014-11-03 Peter Zotov[OCaml] ExecutionEngine package should not depend on...
2014-10-31 Peter Zotov[OCaml] Ensure consistent naming.
2014-10-31 Peter Zotov[OCaml] Rework Llvm_executionengine using ctypes.
2014-10-30 Peter Zotov[OCaml] Expose LLVMCloneModule.
2014-10-30 Peter Zotov[OCaml] Expose LLVM{Get,Set}DLLStorageClass.
2014-10-30 Peter Zotov[OCaml] [autoconf] Migrate to ocamlfind.
2014-10-30 Peter Zotov[OCaml] De-duplicate llvm_raise and llvm_string_of_message.
2014-10-29 Peter Zotov[OCaml] Expose Llvm.parse_command_line_options.
2014-10-29 Peter Zotov[OCaml] Expose Llvm_target.TargetMachine.add_analysis_p...
2014-10-29 Peter Zotov[OCaml] If compiled without --enable-shared, hide packa...
2014-10-29 Peter Zotov[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_b...
2014-10-29 Peter Zotov[OCaml] Drop support for 3.12.1 and earlier.
2014-10-29 Peter Zotov[OCaml] Synchronize transformations with LLVM-C.
2014-10-28 Peter Zotov[OCaml] PR19859: Add functions to query and modify...
2014-10-28 Peter Zotov[OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}.
2014-10-28 Peter Zotov[OCaml] Enable -g for debug builds.
2014-10-28 Peter Zotov[OCaml] Fix whitespace.
2014-10-26 Peter Zotov[OCaml] Expose existing documentation in ocamldoc.
2014-10-25 Peter Zotov[OCaml] Unbreak Llvm_executionengine.initialize_native_...
2014-10-25 Peter Zotov[OCaml] Expose Llvm_executionengine.ExecutionEngine...
2014-10-22 Peter Zotov[OCaml] Fix a typo in documentation.
2014-10-17 Peter Zotov[OCaml] Add Llvm.instr_clone.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-12 Peter Zotov[OCaml] Expose Llvm.get_operand_use.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaFix the ocaml bindings.
2014-08-03 Peter Zotov[OCaml] Add Llvm.{string_of_const,const_element}.
2014-07-22 Peter Zotov[OCaml] Don't truncate constants over 32 bits in Llvm...
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-02 Peter Zotov[OCaml] Documentation improvements.
2014-06-30 Peter Zotov[OCaml] Documentation improvements.
2014-06-09 Peter Zotov[OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm
2014-06-07 Peter Zotov[OCaml] Commit missing parts of r210395
2014-06-07 Peter Zotov[OCaml] Introduce an llmdkind abstract type.
2014-05-01 Peter Zotov[OCaml] Add an ocamlfind package llvm.all_backends.
2013-12-20 NAKAMURA TakumiMakefile.ocaml: Tweak to use --system-libs.
2013-12-20 Alp TokerFix documentation typos
next