index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Bindings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the build_unwind function from the OCaml bindings.
Peter Collingbourne
2011-08-10
1
-8
/
+0
*
Remove InvalidateStructLayoutInfo from the ocaml bindings.
Benjamin Kramer
2011-07-31
1
-1
/
+0
*
Remove tests for APIs that were removed.
Nick Lewycky
2011-07-09
3
-131
/
+2
*
XFAIL vg_leak the new test as the rest.
Torok Edwin
2010-12-23
1
-0
/
+1
*
Fix OCaml bindings crash, PR8847.
Torok Edwin
2010-12-23
1
-0
/
+16
*
Don't test a removed function.
Benjamin Kramer
2010-10-09
1
-2
/
+1
*
tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
Daniel Dunbar
2010-09-09
7
-0
/
+7
*
Update ocaml test.
Benjamin Kramer
2010-08-28
1
-6
/
+0
*
Fix vmcore.ml test.
Erick Tryzelaar
2010-08-20
1
-6
/
+7
*
Fix the running of ocaml tests.
Erick Tryzelaar
2010-08-20
5
-9
/
+24
*
Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.
Erick Tryzelaar
2010-08-20
1
-0
/
+7
*
Fix some Ocaml tests: the %t substitution now returns an absolute path.
Bob Wilson
2010-08-20
5
-5
/
+5
*
Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.
Erick Tryzelaar
2010-03-06
1
-3
/
+31
*
Expose the rest of the llvm-c scalar opts to ocaml.
Erick Tryzelaar
2010-03-03
1
-3
/
+20
*
Remove module providers from ocaml.
Erick Tryzelaar
2010-03-02
4
-28
/
+16
*
Add support for use to ocaml.
Erick Tryzelaar
2010-03-02
1
-0
/
+28
*
Add support getting the operands of a User to ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+19
*
Add support for global aliases to ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+9
*
Add support for inserting inline asm to ocaml.
Erick Tryzelaar
2010-02-28
1
-1
/
+11
*
Add support for getting a null pointer.
Erick Tryzelaar
2010-02-28
1
-0
/
+7
*
Add a way to look up a type by it's name in a module.
Erick Tryzelaar
2010-02-28
1
-0
/
+8
*
Add support for global variables in an address space for llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-20
/
+38
*
Add indirect br support to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+17
*
Add metadata functions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+40
*
Add the new builder arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-1
/
+53
*
Add the new union arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+6
*
Rename ocaml vmcore tests to make it easier to insert tests.
Erick Tryzelaar
2010-02-28
1
-228
/
+226
*
Remove malloc and free from the ocaml bindings.
Erick Tryzelaar
2010-02-28
1
-9
/
+3
*
Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,
Nick Lewycky
2009-10-17
1
-3
/
+3
*
Switch Ocaml to use llvm_supports_binding.
Daniel Dunbar
2009-09-13
2
-3
/
+5
*
Replace ocamlc tests with ocamlopt tests since they're less noisy.
Erick Tryzelaar
2009-09-03
7
-10
/
+10
*
Convert the rest of the ocaml types and functions to use context.
Erick Tryzelaar
2009-08-19
7
-39
/
+64
*
Allow passing around LLVMContext in ocaml.
Erick Tryzelaar
2009-08-19
7
-57
/
+59
*
Expose creating constant ints and floats from strings to ocaml.
Erick Tryzelaar
2009-08-16
1
-0
/
+12
*
Fix whitespace expectations to match the new AsmWriter behavior.
Dan Gohman
2009-08-12
1
-2
/
+2
*
Nounwind is not valid for function return values.
Duncan Sands
2009-05-06
1
-1
/
+0
*
OCaml parameter attribute bindings from PR2752.
Duncan Sands
2009-05-06
1
-1
/
+11
*
tweak this to accept asmprinter changes. I have no way to verify this, hopef...
Chris Lattner
2009-03-01
1
-1
/
+1
*
Update to match space changes in .ll
Daniel Dunbar
2009-02-11
1
-2
/
+2
*
[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...
Gordon Henriksen
2008-10-22
7
-7
/
+7
*
PR2731: C and Ocaml bindings for setTailCall and isTailCall.
Gordon Henriksen
2008-08-30
1
-0
/
+4
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
1
-7
/
+7
*
[PR-2610] Adding Ocaml bindings for Switch::addCase.
Gordon Henriksen
2008-08-09
1
-1
/
+12
*
Don't send checkpoints to stderr for the vmcore.ml test.
Gordon Henriksen
2008-06-11
1
-6
/
+20
*
Remove lingering references to .llx and .tr in the tests.
Dan Gohman
2008-05-23
1
-1
/
+1
*
Expose ExecutionEngine::getTargetData() to c and ocaml bindings.
Erick Tryzelaar
2008-03-27
1
-1
/
+9
*
Tests for the instruction iterator bindings.
Gordon Henriksen
2008-03-25
1
-0
/
+35
*
Objective Caml bindings for basic block, function, global, and arg iterators.
Gordon Henriksen
2008-03-23
1
-2
/
+118
*
C and Objective Caml bindings for the various getParent methods of the IR.
Gordon Henriksen
2008-03-19
1
-11
/
+34
*
C and Objective Caml bindings for the TargetData class.
Gordon Henriksen
2008-03-16
2
-3
/
+60
[next]