index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
/
ocaml
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-22
[OCaml] Add functions for accessing metadata nodes.
Peter Zotov
3
-0
/
+17
2016-06-15
Remove the ScalarReplAggregates pass
David Majnemer
1
-3
/
+3
2016-04-14
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
1
-1
/
+1
2016-04-10
[OCaml] Expose the LLVM diagnostic handler
Jeroen Ketema
3
-1
/
+93
2016-04-01
[OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raise
Jeroen Ketema
4
-4
/
+7
2016-04-01
[OCaml] Reinstate data_layout
Jeroen Ketema
3
-0
/
+11
2016-03-31
Silence warnings in OCaml bindings
Jeroen Ketema
5
-16
/
+3
2016-02-12
Remove LLVMGetTargetMachineData leftovers.
Benjamin Kramer
3
-24
/
+0
2016-01-26
Remove autoconf support
Chris Bieneman
19
-940
/
+0
2015-12-18
Deprecate a few C APIs.
Rafael Espindola
1
-6
/
+4
2015-12-16
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
3
-9
/
+7
2015-11-09
Fix `llvm-config` to adapt to the install environment.
Richard Diamond
1
-0
/
+2
2015-10-21
[OCaml] Expose Llvm.{set_,}unnamed_addr.
Peter Zotov
3
-0
/
+23
2015-08-05
Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...
Richard Diamond
1
-2
/
+0
2015-07-27
Fix `llvm-config` to emit the linker flag for the combined shared object buil...
JF Bastien
1
-0
/
+2
2015-07-16
Revert "Update LLVM bindings after r239940. ..."
Reid Kleckner
1
-1
/
+1
2015-06-27
[OCaml] Bump ctypes dependency to 0.4.
Peter Zotov
1
-5
/
+5
2015-06-18
Update LLVM bindings after r239940. Apparently these aren't included in
Daniel Jasper
1
-1
/
+1
2015-02-06
[OCaml] Add Llvm.build_empty_phi.
Peter Zotov
3
-0
/
+17
2015-01-13
[OCaml] Allow out-of-tree builds of LLVM bindings.
Peter Zotov
1
-2
/
+9
2015-01-13
[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.
Peter Zotov
1
-4
/
+10
2014-12-30
[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.
Peter Zotov
2
-4
/
+4
2014-12-24
[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.
Peter Zotov
3
-15
/
+40
2014-12-23
Finish removing DestroySource.
Rafael Espindola
3
-18
/
+5
2014-12-23
[OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-needed
Peter Zotov
1
-2
/
+2
2014-12-02
[OCaml] Add Llvm.mdnull.
Peter Zotov
3
-0
/
+9
2014-12-01
[OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.
Peter Zotov
12
-7
/
+94
2014-12-01
[OCaml] [cmake] Add CMake buildsystem for OCaml.
Peter Zotov
16
-0
/
+114
2014-11-03
[OCaml] Fix mismatched CAMLparam/CAMLreturn.
Peter Zotov
1
-4
/
+3
2014-11-03
[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
Peter Zotov
1
-1
/
+1
2014-11-03
[OCaml] Don't use deprecated non-caml_namespaced functions.
Peter Zotov
1
-7
/
+7
2014-11-03
[OCaml] Initialize local roots prior to raising.
Peter Zotov
1
-3
/
+4
2014-11-03
[OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.
Peter Zotov
1
-1
/
+1
2014-11-03
[OCaml] Fix ocamlc -custom builds when configured as --enable-shared.
Peter Zotov
1
-2
/
+3
2014-11-03
[OCaml] Avoid embedding absolute paths into executables.
Peter Zotov
1
-14
/
+14
2014-11-03
[OCaml] Don't build stub libraries twice.
Peter Zotov
1
-0
/
+3
2014-11-03
[OCaml] META: remove exists_if(toplevel).
Peter Zotov
2
-2
/
+0
2014-11-03
[OCaml] ExecutionEngine package should not depend on interpreter.
Peter Zotov
1
-1
/
+1
2014-10-31
[OCaml] Ensure consistent naming.
Peter Zotov
6
-3
/
+3
2014-10-31
[OCaml] Rework Llvm_executionengine using ctypes.
Peter Zotov
6
-527
/
+145
2014-10-30
[OCaml] Expose LLVMCloneModule.
Peter Zotov
2
-0
/
+4
2014-10-30
[OCaml] Expose LLVM{Get,Set}DLLStorageClass.
Peter Zotov
3
-0
/
+37
2014-10-30
[OCaml] [autoconf] Migrate to ocamlfind.
Peter Zotov
1
-46
/
+18
2014-10-30
[OCaml] De-duplicate llvm_raise and llvm_string_of_message.
Peter Zotov
7
-71
/
+14
2014-10-29
[OCaml] Expose Llvm.parse_command_line_options.
Peter Zotov
3
-0
/
+21
2014-10-29
[OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.
Peter Zotov
3
-0
/
+13
2014-10-29
[OCaml] If compiled without --enable-shared, hide packages from toplevel.
Peter Zotov
2
-0
/
+2
2014-10-29
[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.
Peter Zotov
3
-13
/
+28
2014-10-29
[OCaml] Drop support for 3.12.1 and earlier.
Peter Zotov
28
-262
/
+166
2014-10-29
[OCaml] Synchronize transformations with LLVM-C.
Peter Zotov
9
-385
/
+479
[next]