Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e6dc59891fc53d65b3f6d19772d26e23e0cc1cac
/
bindings
fdddf77
[python] Add markup option to disassembler
by Gregory Szorc
· 12 years ago
17cfe87
[python] fix get_library()
by Anders Waldenborg
· 12 years ago
28ce1cc
Fix a build error for ocaml bindings that was introduced with the TargetData --> DataLayout changes.
by Micah Villmow
· 12 years ago
e2c207d
Fix the ocaml binding breakage from TargetData -> DataLayout changes.
by Micah Villmow
· 12 years ago
791cfc2
Move TargetData to DataLayout.
by Micah Villmow
· 12 years ago
4d00161
add support for ocaml 3.12
by Nuno Lopes
· 12 years ago
df6c551
Remove tabs.
by Bill Wendling
· 12 years ago
e3295cc
[python] Add negative MemoryBuffer testcase
by Anders Waldenborg
· 13 years ago
a8d873e
[python] Add some paths where to find test binary
by Anders Waldenborg
· 13 years ago
3595954
[python] Mark get_test_binary as not being a test
by Anders Waldenborg
· 13 years ago
92a3e9d
[llvm.py] Implement disassembler interface
by Gregory Szorc
· 13 years ago
309a2c4
Revert "[llvm.py] Implement interface to enhanced disassembler"
by Gregory Szorc
· 13 years ago
0b3aae9
[llvm.py] Implement interface to enhanced disassembler
by Gregory Szorc
· 13 years ago
d3ac784
[llvm.py] Make LLVMObject.__del__ work if called during __init__
by Gregory Szorc
· 13 years ago
b7487d4
[llvm.py] Define enumerations from Core.h; add OpCode class
by Gregory Szorc
· 13 years ago
61e22cd
[llvm.py] Implement interface to object files
by Gregory Szorc
· 13 years ago
07c3221
[llvm.py] Make ObjectFile destructor work
by Gregory Szorc
· 13 years ago
5ae0427
[llvm.py] Initial skeleton for Python LLVM bindings
by Gregory Szorc
· 13 years ago
efde867
ocaml bindings: landing pad is now the last opcode.
by Benjamin Kramer
· 13 years ago
c48d4dc
Tidy up. s/Low Level Virtual Machine/LLVM/.
by Jim Grosbach
· 13 years ago
eaf0608
Update OCaml bindings for the new half float type.
by Bob Wilson
· 13 years ago
9421406
drop unneeded config.h includes
by Dylan Noblesmith
· 13 years ago
4ab406d
LLVMBuild: Remove trailing newline, which irked me.
by Daniel Dunbar
· 13 years ago
6f274a5
Minor fixes in Makefiles for the OCaml bindings:
by Wojciech Matyjewicz
· 13 years ago
a3a2dfd
build: Add initial cut at LLVMBuild.txt files.
by Daniel Dunbar
· 13 years ago
ff616cb
OCaml bindings: add some missing functions and testcases.
by Torok Edwin
· 13 years ago
0be167b
OCaml bindings: fix attributes to use all 32 bits
by Torok Edwin
· 13 years ago
8da43bf
OCaml bindings: add icmp_predicate
by Torok Edwin
· 13 years ago
2c4ae18
OCaml bindings: fix infinite recursion on string_of_lltype
by Torok Edwin
· 13 years ago
6b228e5
bindings: named struct support
by Torok Edwin
· 13 years ago
4c4b71c
ocaml bindings: add findlib META support
by Torok Edwin
· 13 years ago
3dd1674
ocaml bindings: introduce classify_value
by Torok Edwin
· 13 years ago
6563c87
ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
by Torok Edwin
· 13 years ago
3111641
bindings: tab and indentation fixes of my previous commits
by Torok Edwin
· 13 years ago
ff12c99
ocaml/C bindings: type->isSized()
by Torok Edwin
· 13 years ago
4917ec9
add binding to read icmp predicate
by Torok Edwin
· 13 years ago
4f661ab
ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too
by Torok Edwin
· 13 years ago
c44943e
C/OCaml API to retrieve struct name.
by Torok Edwin
· 13 years ago
624c5ed
ocaml bindings: add llvm_ipo based on IPO.h
by Torok Edwin
· 13 years ago
48488a6
attempt to fix ocaml bindings: landing pads
by Torok Edwin
· 13 years ago
e1686b0
Remove the build_unwind function from the OCaml bindings.
by Peter Collingbourne
· 13 years ago
e2721f7
Remove InvalidateStructLayoutInfo from the ocaml bindings.
by Benjamin Kramer
· 13 years ago
7c72c92
Update OCaml bindings. Opaque types are gone, type holders are gone and the
by Nick Lewycky
· 13 years ago
01b4ccb
Fix compiling the ocaml kaleidoscope tutorials
by Erick Tryzelaar
· 14 years ago
a156efd
Fix OCaml bindings crash, PR8847.
by Torok Edwin
· 14 years ago
c9f1cdd
Try to fix ocaml bindings.
by Eric Christopher
· 14 years ago
26bb406
Remove the Ada bindings which are unmaintained and unused. The project which
by Duncan Sands
· 14 years ago
bb811a2
Add X86 MMX type to bitcode and Type.
by Dale Johannesen
· 14 years ago
13ba2f9
Remove unions from the ocaml bindings.
by Benjamin Kramer
· 14 years ago
4e34d50
- Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.
by Bill Wendling
· 14 years ago
d6850b0
Fix a typo.
by Bob Wilson
· 14 years ago
f7af931
Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.
by Erick Tryzelaar
· 14 years ago
e127410
Fix arguments to ocaml's llvm_params.
by Erick Tryzelaar
· 14 years ago
5e721d7
Implement the "linker_private_weak" linkage type. This will be used for
by Bill Wendling
· 14 years ago
07d3177
Revert r107205 and r107207.
by Bill Wendling
· 14 years ago
207855c
Introducing the "linker_weak" linkage type. This will be used for Objective-C
by Bill Wendling
· 14 years ago
0941534
add attributes and module level asm to the ocaml bindings,
by Chris Lattner
· 15 years ago
49457b8
Add OCaml tutorial to the examples.
by Erick Tryzelaar
· 15 years ago
e623050
Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.
by Erick Tryzelaar
· 15 years ago
7eb4beb
Expose the rest of the llvm-c scalar opts to ocaml.
by Erick Tryzelaar
· 15 years ago
9c7c566
Rename some ocaml functions.
by Erick Tryzelaar
· 15 years ago
7b3afb4
Expose the external functions for ocaml's execution engine as an optimization.
by Erick Tryzelaar
· 15 years ago
4ad188b
Expose alignment and stack alignment attributes to llvm-c and ocaml.
by Erick Tryzelaar
· 15 years ago
6bd7730
Use the ocaml tag 0 since we are just returning an option value.
by Erick Tryzelaar
· 15 years ago
df75eb6
Don't use an ocaml keyword in an ocamldoc comment.
by Erick Tryzelaar
· 15 years ago
0dd27da
Expose the optimization level for the jit in ocaml.
by Erick Tryzelaar
· 15 years ago
16609f3
Remove module providers from ocaml.
by Erick Tryzelaar
· 15 years ago
705443f
Add support for use to ocaml.
by Erick Tryzelaar
· 15 years ago
b65c5f2
Add support getting the operands of a User to ocaml.
by Erick Tryzelaar
· 15 years ago
6ba5c56
Add support for global aliases to ocaml.
by Erick Tryzelaar
· 15 years ago
ce89b4e
Add support for inserting inline asm to ocaml.
by Erick Tryzelaar
· 15 years ago
5b0a774
Add support for getting a null pointer.
by Erick Tryzelaar
· 15 years ago
d80ce75
Add a way to look up a type by it's name in a module.
by Erick Tryzelaar
· 15 years ago
68bab98
Add replace_all_uses_with to ocaml.
by Erick Tryzelaar
· 15 years ago
8e130b1
Add support for global variables in an address space for llvm-c and ocaml.
by Erick Tryzelaar
· 15 years ago
c59286b
Add indirect br support to llvm-c and ocaml.
by Erick Tryzelaar
· 15 years ago
46c80e0
Add metadata functions to llvm-c and ocaml.
by Erick Tryzelaar
· 15 years ago
19f047f
Add the new builder arthmetic instructions to llvm-c and ocaml.
by Erick Tryzelaar
· 15 years ago
1940dd1
Add the new union arthmetic instructions to llvm-c and ocaml.
by Erick Tryzelaar
· 15 years ago
628b76e
Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml.
by Erick Tryzelaar
· 15 years ago
d2b4aff
Remove malloc and free from the ocaml bindings.
by Erick Tryzelaar
· 15 years ago
70b7007
Fix the ocaml bindings for the bitcode reader.
by Jeffrey Yasskin
· 15 years ago
1430425
Fix some ocaml documentation
by Erick Tryzelaar
· 15 years ago
c3c3be5
fix llvm_build_struct_gep for PR6167, patch by Peter Hawkins!
by Chris Lattner
· 15 years ago
570a4a5
Reintroduce the InlineHint function attribute.
by Jakob Stoklund Olesen
· 15 years ago
dd7da4f
This corrects an error in the type of the Llvm.dispose_context function.
by Chris Lattner
· 15 years ago
263d989
Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string.
by Erick Tryzelaar
· 15 years ago
606a1d1
Remove the InlineHint attribute. There are no current or planned users.
by Eric Christopher
· 15 years ago
3994b4b
Fix another parallel make race condition.
by Bob Wilson
· 15 years ago
f24bfa7
Expose the rest of the attribute settings.
by Erick Tryzelaar
· 15 years ago
4aee041
Fix a bug in ocaml bindings that has incorrect linkage options.
by Erick Tryzelaar
· 15 years ago
4626268
Expose initializing the native target for the execution engine.
by Erick Tryzelaar
· 15 years ago
ae77a20
Fix pr4820: Don't run llvm-config during "make clean" since it may have
by Bob Wilson
· 15 years ago
52248ff
Fix header comment for bindings/ocaml/llvm/Makefile.
by Erick Tryzelaar
· 15 years ago
b02b878
Convert the rest of the ocaml types and functions to use context.
by Erick Tryzelaar
· 15 years ago
6793dd9
Add the ocaml binding to LLVMBuildAggregateRet.
by Erick Tryzelaar
· 15 years ago
5371aa2
Allow passing around LLVMContext in ocaml.
by Erick Tryzelaar
· 15 years ago
e1b80b6
LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team.
by Edward O'Callaghan
· 15 years ago
45d6ac2
Expose creating constant ints and floats from strings to ocaml.
by Erick Tryzelaar
· 15 years ago
5c1c208
Add an llvm-c function that lets you insert an instruction with a name.
by Erick Tryzelaar
· 15 years ago
Next »