index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bindings
/
ocaml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
34
-47
/
+299
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
49
-1376
/
+1322
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
4
-39
/
+47
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
6
-1
/
+83
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
2
-2
/
+2
*
Merging r195912:
Bill Wendling
2013-12-02
1
-1
/
+1
*
Merging r195834:
Bill Wendling
2013-11-27
1
-3
/
+12
*
Merging r195782:
Bill Wendling
2013-11-27
1
-0
/
+1
*
[OCaml] Unbreak make install by providing ocamldoc target
Sylvestre Ledru
2013-11-21
1
-1
/
+6
*
[OCaml] Add Target and TargetMachine bindings to Llvm_target
Peter Zotov
2013-11-15
3
-1
/
+464
*
[OCaml] Refactor Llvm_target interface
Peter Zotov
2013-11-15
6
-180
/
+186
*
[OCaml] Fix building of stub libraries
Peter Zotov
2013-11-15
3
-8
/
+8
*
[OCaml] Build stub OCaml libraries for all configured targets
Peter Zotov
2013-11-14
6
-0
/
+195
*
[OCaml] Expose LLVM's fatal error and stacktrace APIs
Peter Zotov
2013-11-14
3
-0
/
+47
*
[OCaml] Dynamically link LLVM on --enable-shared builds
Peter Zotov
2013-11-12
1
-1
/
+67
*
[OCaml] Fix a typo
Peter Zotov
2013-11-12
1
-6
/
+6
*
[OCaml] Add missing Llvm_target functions
Peter Zotov
2013-11-11
3
-0
/
+28
*
[OCaml] Accept context explicitly in Llvm_target functions
Peter Zotov
2013-11-11
3
-5
/
+7
*
[OCaml] Make Llvm_target.DataLayout.t automatically managed
Peter Zotov
2013-11-11
5
-43
/
+68
*
[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser
Peter Zotov
2013-11-06
6
-1
/
+126
*
[OCaml] Implement Llvm.string_of_llvalue
Peter Zotov
2013-11-06
3
-0
/
+15
*
[OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclasses
Peter Zotov
2013-11-05
3
-0
/
+8
*
[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
Peter Zotov
2013-11-05
3
-5
/
+14
*
[OCaml] (PR11717) Make declare_qualified_global respect address argument
Peter Zotov
2013-11-05
1
-1
/
+2
*
[OCaml] Properly tag the custom operations of Llvm.llbuilder
Peter Zotov
2013-11-05
1
-1
/
+1
*
[OCaml] Llvm_linker: do not use external in module interface
Peter Zotov
2013-11-05
1
-2
/
+1
*
[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder
Peter Zotov
2013-11-04
6
-1
/
+227
*
[OCaml] Documentation
Peter Zotov
2013-11-04
2
-7
/
+19
*
[OCaml] Implement missing LLVMCore APIs
Peter Zotov
2013-11-04
3
-62
/
+349
*
[OCaml] Formatting
Peter Zotov
2013-11-04
3
-172
/
+48
*
[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}
Peter Zotov
2013-11-03
3
-0
/
+33
*
[OCaml] Fix ABI incompatibility
Peter Zotov
2013-11-03
2
-1
/
+8
*
[OCaml] Implement Llvm_linker, bindings for the IR linker
Peter Zotov
2013-11-03
6
-1
/
+131
*
[OCaml] Implement Llvm_vectorize bindings
Peter Zotov
2013-11-03
6
-1
/
+106
*
[OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)
Peter Zotov
2013-11-03
1
-1
/
+1
*
[OCaml] Llvm_scalar_opts: add missing transforms
Peter Zotov
2013-11-03
3
-0
/
+13
*
[OCaml] Llvm_ipo: add missing transforms
Peter Zotov
2013-11-03
3
-0
/
+12
*
OCaml bindings: fix typo
Sylvestre Ledru
2013-11-01
1
-1
/
+1
*
OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles
Sylvestre Ledru
2013-11-01
2
-2
/
+0
*
OCaml bindings: fix typo
Sylvestre Ledru
2013-11-01
2
-2
/
+2
*
OCaml bindings: fix typo in documentation
Sylvestre Ledru
2013-11-01
1
-1
/
+1
*
OCaml bindings: formatting
Sylvestre Ledru
2013-11-01
24
-74
/
+44
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
1
-1
/
+1
*
Fixing OCAML bindings for MCJIT
Andrew Kaylor
2013-04-25
1
-1
/
+1
*
Fix a build error for ocaml bindings that was introduced with the TargetData ...
Micah Villmow
2012-10-19
1
-1
/
+1
*
Fix the ocaml binding breakage from TargetData -> DataLayout changes.
Micah Villmow
2012-10-08
1
-19
/
+19
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
6
-79
/
+79
*
add support for ocaml 3.12
Nuno Lopes
2012-09-02
2
-0
/
+6
*
Remove tabs.
Bill Wendling
2012-07-19
2
-4
/
+3
*
ocaml bindings: landing pad is now the last opcode.
Benjamin Kramer
2012-02-07
1
-1
/
+1
[next]