2014-12-30 |
Peter Zotov | [OCaml] Fix bitrot in tests.
|
commit | commitdiff | tree |
2014-12-30 |
Peter Zotov | [lit] Make config.llvm_lib_dir available on cmake,...
|
commit | commitdiff | tree |
2014-12-30 |
Peter Zotov | [OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY...
|
commit | commitdiff | tree |
2014-12-24 |
Peter Zotov | [OCaml] PR21901: Update tests.
|
commit | commitdiff | tree |
2014-12-24 |
Peter Zotov | [OCaml] Expose Llvm_executionengine.get_{global_value...
|
commit | commitdiff | tree |
2014-12-23 |
Peter Zotov | [OCaml] PR22014: OCaml bindings didn't link to libLLVM...
|
commit | commitdiff | tree |
2014-12-22 |
Peter Zotov | [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunction...
|
commit | commitdiff | tree |
2014-12-18 |
Peter Zotov | [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies.
|
commit | commitdiff | tree |
2014-12-03 |
Peter Zotov | [OCaml] [cmake] Disable OCaml bindings if ctypes >...
|
commit | commitdiff | tree |
2014-12-02 |
Peter Zotov | [OCaml] Add Llvm.mdnull.
|
commit | commitdiff | tree |
2014-12-01 |
Peter Zotov | [OCaml] Move Llvm.clone_module to its own Llvm_transform_uti...
|
commit | commitdiff | tree |
2014-12-01 |
Peter Zotov | [OCaml] [cmake] Add CMake buildsystem for OCaml.
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Fix mismatched CAMLparam/CAMLreturn.
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | Unbreak build.
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Don't use deprecated non-caml_namespaced functions.
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Initialize local roots prior to raising.
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Core package should depend on LLVMTransformUtils...
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Fix ocamlc -custom builds when configured as...
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Avoid embedding absolute paths into executables.
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Don't build stub libraries twice.
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] Run tests twice, with ocamlc and ocamlopt ...
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] META: remove exists_if(toplevel).
|
commit | commitdiff | tree |
2014-11-03 |
Peter Zotov | [OCaml] ExecutionEngine package should not depend on...
|
commit | commitdiff | tree |
2014-10-31 |
Peter Zotov | [OCaml] Ensure consistent naming.
|
commit | commitdiff | tree |
2014-10-31 |
Peter Zotov | [OCaml] Rework Llvm_executionengine using ctypes.
|
commit | commitdiff | tree |
2014-10-30 |
Peter Zotov | lit: PR21417: don't try to update OCAMLPATH if LibDir...
|
commit | commitdiff | tree |
2014-10-30 |
Peter Zotov | [OCaml] Expose LLVMCloneModule.
|
commit | commitdiff | tree |
2014-10-30 |
Peter Zotov | [OCaml] Expose LLVM{Get,Set}DLLStorageClass.
|
commit | commitdiff | tree |
2014-10-30 |
Peter Zotov | [OCaml] Test code emission in Llvm_target.
|
commit | commitdiff | tree |
2014-10-30 |
Peter Zotov | [OCaml] Enable backtraces in tests.
|
commit | commitdiff | tree |
2014-10-30 |
Peter Zotov | [OCaml] [autoconf] Migrate to ocamlfind.
|
commit | commitdiff | tree |
2014-10-30 |
Peter Zotov | [OCaml] De-duplicate llvm_raise and llvm_string_of_message.
|
commit | commitdiff | tree |
2014-10-29 |
Peter Zotov | [OCaml] Expose Llvm.parse_command_line_options.
|
commit | commitdiff | tree |
2014-10-29 |
Peter Zotov | [OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.
|
commit | commitdiff | tree |
2014-10-29 |
Peter Zotov | [OCaml] If compiled without --enable-shared, hide packages...
|
commit | commitdiff | tree |
2014-10-29 |
Peter Zotov | [OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.
|
commit | commitdiff | tree |
2014-10-29 |
Peter Zotov | [OCaml] Drop support for 3.12.1 and earlier.
|
commit | commitdiff | tree |
2014-10-29 |
Peter Zotov | [OCaml] Synchronize transformations with LLVM-C.
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] PR5595: Pass LDFLAGS to tests via -cclib.
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] PR14083, PR9606: Only pick *.odoc files from...
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] Fix whitespace.
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] PR9719, PR14727: Make tests run without ocamlopt.
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] PR19859: Add functions to query and modify...
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [C API] PR19859: Add functions to query and modify...
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] PR19859: Add tests for reading the values of...
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}.
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealG...
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] Enable -g for debug builds.
|
commit | commitdiff | tree |
2014-10-28 |
Peter Zotov | [OCaml] Fix whitespace.
|
commit | commitdiff | tree |
2014-10-26 |
Peter Zotov | [OCaml] Expose existing documentation in ocamldoc.
|
commit | commitdiff | tree |
2014-10-25 |
Peter Zotov | [OCaml] hexagon can't run MCJIT tests, XFAIL it.
|
commit | commitdiff | tree |
2014-10-25 |
Peter Zotov | [OCaml] Unbreak Llvm_executionengine.initialize_native_target.
|
commit | commitdiff | tree |
2014-10-25 |
Peter Zotov | [OCaml] Expose Llvm_executionengine.ExecutionEngine...
|
commit | commitdiff | tree |
2014-10-22 |
Peter Zotov | [OCaml] Fix a typo in documentation.
|
commit | commitdiff | tree |
2014-10-17 |
Peter Zotov | [OCaml] Add Llvm.instr_clone.
|
commit | commitdiff | tree |
2014-10-17 |
Peter Zotov | [LLVM-C] Add LLVMInstructionClone.
|
commit | commitdiff | tree |
2014-08-12 |
Peter Zotov | [OCaml] Expose Llvm.get_operand_use.
|
commit | commitdiff | tree |
2014-08-12 |
Peter Zotov | [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
|
commit | commitdiff | tree |
2014-08-03 |
Peter Zotov | [OCaml] Add Llvm.{string_of_const,const_element}.
|
commit | commitdiff | tree |
2014-08-03 |
Peter Zotov | [LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsC...
|
commit | commitdiff | tree |
2014-07-22 |
Peter Zotov | [OCaml] Don't truncate constants over 32 bits in Llvm...
|
commit | commitdiff | tree |
2014-07-02 |
Peter Zotov | [OCaml] Documentation improvements.
|
commit | commitdiff | tree |
2014-06-30 |
Peter Zotov | [OCaml] Documentation improvements.
|
commit | commitdiff | tree |
2014-06-09 |
Peter Zotov | [OCaml] Add more Llvm_target tests
|
commit | commitdiff | tree |
2014-06-09 |
Peter Zotov | [OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm
|
commit | commitdiff | tree |
2014-06-07 |
Peter Zotov | [OCaml] Commit missing parts of r210395
|
commit | commitdiff | tree |
2014-06-07 |
Peter Zotov | [OCaml] Introduce an llmdkind abstract type.
|
commit | commitdiff | tree |
2014-05-01 |
Peter Zotov | [OCaml] Add an ocamlfind package llvm.all_backends.
|
commit | commitdiff | tree |
2014-03-05 |
Peter Zotov | [C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
|
commit | commitdiff | tree |
2013-11-28 |
Peter Zotov | [OCaml] Add a slash accidentally omitted from Makefile
|
commit | commitdiff | tree |
2013-11-27 |
Peter Zotov | [OCaml] Embed rpath into stub libraries and native...
|
commit | commitdiff | tree |
2013-11-26 |
Peter Zotov | [OCaml] Embed the flags necessary for linking with...
|
commit | commitdiff | tree |
2013-11-21 |
Peter Zotov | [OCaml] Unbreak make install by providing ocamldoc...
|
commit | commitdiff | tree |
2013-11-15 |
Peter Zotov | [OCaml] Add REQUIRES: native, object-emission to the...
|
commit | commitdiff | tree |
2013-11-15 |
Peter Zotov | [OCaml] Use native target in testsuite instead of hardcoding X86
|
commit | commitdiff | tree |
2013-11-15 |
Peter Zotov | [OCaml] Add Target and TargetMachine bindings to Llvm_target
|
commit | commitdiff | tree |
2013-11-15 |
Peter Zotov | [OCaml] Refactor Llvm_target interface
|
commit | commitdiff | tree |
2013-11-15 |
Peter Zotov | [OCaml] Fix building of stub libraries
|
commit | commitdiff | tree |
2013-11-15 |
Peter Zotov | [llvm-c] Make LLVMGetTargetFromName actually work
|
commit | commitdiff | tree |
2013-11-15 |
Peter Zotov | [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine
|
commit | commitdiff | tree |
2013-11-15 |
Peter Zotov | [llvm-c] Simplify signature of LLVMGetTargetFromName
|
commit | commitdiff | tree |
2013-11-14 |
Peter Zotov | [OCaml] Build stub OCaml libraries for all configured...
|
commit | commitdiff | tree |
2013-11-14 |
Peter Zotov | [OCaml] Expose LLVM's fatal error and stacktrace APIs
|
commit | commitdiff | tree |
2013-11-13 |
Peter Zotov | Add myself to CODE_OWNERS for the OCaml bindings
|
commit | commitdiff | tree |
2013-11-12 |
Peter Zotov | [OCaml] Dynamically link LLVM on --enable-shared builds
|
commit | commitdiff | tree |
2013-11-12 |
Peter Zotov | [OCaml] Fix a typo
|
commit | commitdiff | tree |
2013-11-11 |
Peter Zotov | [OCaml] Add missing Llvm_target functions
|
commit | commitdiff | tree |
2013-11-11 |
Peter Zotov | [OCaml] Accept context explicitly in Llvm_target functions
|
commit | commitdiff | tree |
2013-11-11 |
Peter Zotov | [OCaml] Make Llvm_target.DataLayout.t automatically...
|
commit | commitdiff | tree |
2013-11-11 |
Peter Zotov | [llvm-c] Remove dead typedef
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | [llvm-c] Add parameter names in Target.h for C99 compliance
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | Add newline at EOF in DynamicLibrary.cpp
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | [llvm-c] Improve TargetMachine bindings
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | [llvm-c] Specify explicit namespace in LLVMLoadLibraryPerman...
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | [llvm-c] Correctly check for existence of native AsmParser...
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | [llvm-c] Add functions for initializing native AsmPrinter...
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | [llvm-c] Expose LLVMLoadLibraryPermanently
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | [OCaml] Impement Llvm_irreader, bindings to LLVM assembly...
|
commit | commitdiff | tree |
2013-11-06 |
Peter Zotov | [llvm-c] Expose IRReader interface
|
commit | commitdiff | tree |
next |