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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm
Peter Zotov
2014-06-09
1
-2
/
+2
*
[OCaml] Commit missing parts of r210395
Peter Zotov
2014-06-07
1
-1
/
+1
*
[OCaml] Introduce an llmdkind abstract type.
Peter Zotov
2014-06-07
2
-7
/
+11
*
[OCaml] Add an ocamlfind package llvm.all_backends.
Peter Zotov
2014-05-01
6
-1
/
+83
*
[python] Fix getting section contents.
Anders Waldenborg
2014-04-25
2
-2
/
+12
*
[python] Fix python bindings tests
Anders Waldenborg
2014-04-23
1
-1
/
+0
*
Convert getFileOffset to getOffset and move it to its only user.
Rafael Espindola
2014-04-21
1
-12
/
+0
*
[python-bindings] Remove some cruft that snuck in.
Michael Gottesman
2014-02-23
1
-4
/
+2
*
[python-bindings] Added OpCode like support for all enumerations with unittests.
Michael Gottesman
2014-02-22
2
-37
/
+139
*
Makefile.ocaml: Tweak to use --system-libs.
NAKAMURA Takumi
2013-12-20
1
-1
/
+1
*
Fix documentation typos
Alp Toker
2013-12-20
2
-3
/
+3
*
[OCaml] Add a slash accidentally omitted from Makefile
Peter Zotov
2013-11-28
1
-1
/
+1
*
[OCaml] Embed rpath into stub libraries and native executables
Peter Zotov
2013-11-27
1
-3
/
+12
*
[OCaml] Embed the flags necessary for linking with libLLVM.so into .cmxa files
Peter Zotov
2013-11-26
1
-0
/
+1
*
[OCaml] Unbreak make install by providing ocamldoc target
Peter Zotov
2013-11-21
1
-1
/
+6
*
python: Fix check for disasm creation failure
Anders Waldenborg
2013-11-17
2
-1
/
+5
*
python: Properly initialize before trying to create disasm
Anders Waldenborg
2013-11-17
1
-0
/
+26
*
[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
[next]