index
:
~vadimg/llvm
master
r600-wip-sched
si_sched
vadimg's llvm repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Bindings
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
3
-9
/
+9
2012-09-02
fix test's RUN lines
Nuno Lopes
1
-19
/
+19
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
1
-177
/
+177
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
1
-8
/
+1
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2
-5
/
+13
2011-10-14
OCaml bindings: add some missing functions and testcases.
Torok Edwin
2
-1
/
+40
2011-10-14
OCaml bindings: fix infinite recursion on string_of_lltype
Torok Edwin
1
-0
/
+10
2011-10-06
ocaml bindings: add llvm_ipo based on IPO.h
Torok Edwin
1
-0
/
+73
2011-10-06
add more tests for the OCaml bindings
Torok Edwin
1
-9
/
+101
2011-10-03
attempt to fix ocaml bindings: landing pads
Torok Edwin
1
-3
/
+13
2011-08-10
Remove the build_unwind function from the OCaml bindings.
Peter Collingbourne
1
-8
/
+0
2011-07-31
Remove InvalidateStructLayoutInfo from the ocaml bindings.
Benjamin Kramer
1
-1
/
+0
2011-07-09
Remove tests for APIs that were removed.
Nick Lewycky
3
-131
/
+2
2010-12-23
XFAIL vg_leak the new test as the rest.
Torok Edwin
1
-0
/
+1
2010-12-23
Fix OCaml bindings crash, PR8847.
Torok Edwin
1
-0
/
+16
2010-10-09
Don't test a removed function.
Benjamin Kramer
1
-2
/
+1
2010-09-09
tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
Daniel Dunbar
7
-0
/
+7
2010-08-28
Update ocaml test.
Benjamin Kramer
1
-6
/
+0
2010-08-20
Fix vmcore.ml test.
Erick Tryzelaar
1
-6
/
+7
2010-08-20
Fix the running of ocaml tests.
Erick Tryzelaar
5
-9
/
+24
2010-08-20
Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.
Erick Tryzelaar
1
-0
/
+7
2010-08-20
Fix some Ocaml tests: the %t substitution now returns an absolute path.
Bob Wilson
5
-5
/
+5
2010-03-06
Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.
Erick Tryzelaar
1
-3
/
+31
2010-03-03
Expose the rest of the llvm-c scalar opts to ocaml.
Erick Tryzelaar
1
-3
/
+20
2010-03-02
Remove module providers from ocaml.
Erick Tryzelaar
4
-28
/
+16
2010-03-02
Add support for use to ocaml.
Erick Tryzelaar
1
-0
/
+28
2010-02-28
Add support getting the operands of a User to ocaml.
Erick Tryzelaar
1
-0
/
+19
2010-02-28
Add support for global aliases to ocaml.
Erick Tryzelaar
1
-0
/
+9
2010-02-28
Add support for inserting inline asm to ocaml.
Erick Tryzelaar
1
-1
/
+11
2010-02-28
Add support for getting a null pointer.
Erick Tryzelaar
1
-0
/
+7
2010-02-28
Add a way to look up a type by it's name in a module.
Erick Tryzelaar
1
-0
/
+8
2010-02-28
Add support for global variables in an address space for llvm-c and ocaml.
Erick Tryzelaar
1
-20
/
+38
2010-02-28
Add indirect br support to llvm-c and ocaml.
Erick Tryzelaar
1
-0
/
+17
2010-02-28
Add metadata functions to llvm-c and ocaml.
Erick Tryzelaar
1
-0
/
+40
2010-02-28
Add the new builder arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
1
-1
/
+53
2010-02-28
Add the new union arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
1
-0
/
+6
2010-02-28
Rename ocaml vmcore tests to make it easier to insert tests.
Erick Tryzelaar
1
-228
/
+226
2010-02-28
Remove malloc and free from the ocaml bindings.
Erick Tryzelaar
1
-9
/
+3
2009-10-17
Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,
Nick Lewycky
1
-3
/
+3
2009-09-13
Switch Ocaml to use llvm_supports_binding.
Daniel Dunbar
2
-3
/
+5
2009-09-03
Replace ocamlc tests with ocamlopt tests since they're less noisy.
Erick Tryzelaar
7
-10
/
+10
2009-08-19
Convert the rest of the ocaml types and functions to use context.
Erick Tryzelaar
7
-39
/
+64
2009-08-19
Allow passing around LLVMContext in ocaml.
Erick Tryzelaar
7
-57
/
+59
2009-08-16
Expose creating constant ints and floats from strings to ocaml.
Erick Tryzelaar
1
-0
/
+12
2009-08-12
Fix whitespace expectations to match the new AsmWriter behavior.
Dan Gohman
1
-2
/
+2
2009-05-06
Nounwind is not valid for function return values.
Duncan Sands
1
-1
/
+0
2009-05-06
OCaml parameter attribute bindings from PR2752.
Duncan Sands
1
-1
/
+11
2009-03-01
tweak this to accept asmprinter changes. I have no way to verify this, hopef...
Chris Lattner
1
-1
/
+1
2009-02-11
Update to match space changes in .ll
Daniel Dunbar
1
-2
/
+2
2008-10-22
[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...
Gordon Henriksen
7
-7
/
+7
[next]