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