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
/
test
/
Bindings
/
Ocaml
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OCaml] Ensure consistent naming.
Peter Zotov
2014-10-31
14
-2320
/
+0
*
[OCaml] Rework Llvm_executionengine using ctypes.
Peter Zotov
2014-10-31
1
-75
/
+45
*
[OCaml] Expose LLVM{Get,Set}DLLStorageClass.
Peter Zotov
2014-10-30
1
-1
/
+8
*
[OCaml] Test code emission in Llvm_target.
Peter Zotov
2014-10-30
1
-4
/
+3
*
[OCaml] Enable backtraces in tests.
Peter Zotov
2014-10-30
13
-13
/
+13
*
[OCaml] [autoconf] Migrate to ocamlfind.
Peter Zotov
2014-10-30
14
-54
/
+34
*
[OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.
Peter Zotov
2014-10-29
1
-1
/
+3
*
[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.
Peter Zotov
2014-10-29
1
-1
/
+2
*
[OCaml] Synchronize transformations with LLVM-C.
Peter Zotov
2014-10-29
3
-23
/
+28
*
[OCaml] Fix whitespace.
Peter Zotov
2014-10-28
5
-100
/
+100
*
[OCaml] PR9719, PR14727: Make tests run without ocamlopt.
Peter Zotov
2014-10-28
13
-13
/
+13
*
[OCaml] PR19859: Add functions to query and modify branches.
Peter Zotov
2014-10-28
1
-2
/
+12
*
[OCaml] PR19859: Add tests for reading the values of numeric constants.
Peter Zotov
2014-10-28
1
-8
/
+48
*
[OCaml] hexagon can't run MCJIT tests, XFAIL it.
Peter Zotov
2014-10-25
1
-1
/
+1
*
[OCaml] Unbreak Llvm_executionengine.initialize_native_target.
Peter Zotov
2014-10-25
1
-0
/
+3
*
[OCaml] Expose Llvm_executionengine.ExecutionEngine.create_mcjit.
Peter Zotov
2014-10-25
1
-26
/
+39
*
[OCaml] Add Llvm.instr_clone.
Peter Zotov
2014-10-17
1
-0
/
+18
*
Initial version of Go bindings.
Peter Collingbourne
2014-10-16
1
-2
/
+1
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-2
/
+3
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
[OCaml] Add Llvm.{string_of_const,const_element}.
Peter Zotov
2014-08-03
1
-1
/
+5
*
[OCaml] Don't truncate constants over 32 bits in Llvm.const_int.
Peter Zotov
2014-07-22
2
-1
/
+7
*
[OCaml] Add more Llvm_target tests
Peter Zotov
2014-06-09
1
-2
/
+3
*
Fix the ocaml test to not create a alias to a declaration.
Rafael Espindola
2014-03-12
1
-1
/
+2
*
Don't try to set a dummy DataLayout. It is parsed now.
Rafael Espindola
2014-02-25
1
-2
/
+2
*
Fix known typos
Alp Toker
2014-01-24
1
-10
/
+10
*
Update the ML test to expect the new string format of getStringRepresentation.
Rafael Espindola
2013-12-19
1
-3
/
+1
*
Update Ocaml/vmcore.ml to emit a "Debug Info Version" module flag.
Manman Ren
2013-12-02
1
-12
/
+13
*
[OCaml] Add REQUIRES: native, object-emission to the Target test
Peter Zotov
2013-11-15
1
-0
/
+1
*
[OCaml] Use native target in testsuite instead of hardcoding X86
Peter Zotov
2013-11-15
2
-16
/
+11
*
[OCaml] Add Target and TargetMachine bindings to Llvm_target
Peter Zotov
2013-11-15
1
-2
/
+52
*
[OCaml] Refactor Llvm_target interface
Peter Zotov
2013-11-15
5
-27
/
+22
*
[OCaml] Add missing Llvm_target functions
Peter Zotov
2013-11-11
1
-0
/
+2
*
[OCaml] Accept context explicitly in Llvm_target functions
Peter Zotov
2013-11-11
2
-2
/
+2
*
[OCaml] Make Llvm_target.DataLayout.t automatically managed
Peter Zotov
2013-11-11
4
-11
/
+4
*
[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser
Peter Zotov
2013-11-06
1
-0
/
+59
*
[OCaml] Implement Llvm.string_of_llvalue
Peter Zotov
2013-11-06
1
-0
/
+9
*
[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
Peter Zotov
2013-11-05
1
-0
/
+3
*
[OCaml] (PR11717) Make declare_qualified_global respect address argument
Peter Zotov
2013-11-05
1
-3
/
+6
*
[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder
Peter Zotov
2013-11-04
1
-0
/
+64
*
[OCaml] Implement missing LLVMCore APIs
Peter Zotov
2013-11-04
1
-6
/
+47
*
[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}
Peter Zotov
2013-11-03
1
-0
/
+9
*
[OCaml] Implement Llvm_linker, bindings for the IR linker
Peter Zotov
2013-11-03
1
-0
/
+63
*
[OCaml] Implement Llvm_vectorize bindings
Peter Zotov
2013-11-03
1
-0
/
+61
*
[OCaml] Refactor Llvm_target tests
Peter Zotov
2013-11-03
1
-21
/
+24
*
[OCaml] Llvm_scalar_opts: add missing transforms
Peter Zotov
2013-11-03
1
-0
/
+1
*
[OCaml] Llvm_ipo: add missing transforms
Peter Zotov
2013-11-03
1
-0
/
+1
*
[PR11606] ocaml bindings tests produce binaries in source dir
Daniel Dunbar
2013-08-23
9
-9
/
+36
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+1
[next]