index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Bindings
/
Ocaml
/
vmcore.ml
Age
Commit message (
Expand
)
Author
2013-02-20
Use the attribute group reference instead of the attribute directly.
Bill Wendling
2012-09-02
fix test's RUN lines
Nuno Lopes
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2011-10-14
OCaml bindings: add some missing functions and testcases.
Torok Edwin
2011-10-14
OCaml bindings: fix infinite recursion on string_of_lltype
Torok Edwin
2011-10-06
add more tests for the OCaml bindings
Torok Edwin
2011-10-03
attempt to fix ocaml bindings: landing pads
Torok Edwin
2011-08-10
Remove the build_unwind function from the OCaml bindings.
Peter Collingbourne
2011-07-09
Remove tests for APIs that were removed.
Nick Lewycky
2010-09-09
tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
Daniel Dunbar
2010-08-28
Update ocaml test.
Benjamin Kramer
2010-08-20
Fix vmcore.ml test.
Erick Tryzelaar
2010-08-20
Fix the running of ocaml tests.
Erick Tryzelaar
2010-08-20
Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.
Erick Tryzelaar
2010-08-20
Fix some Ocaml tests: the %t substitution now returns an absolute path.
Bob Wilson
2010-03-02
Remove module providers from ocaml.
Erick Tryzelaar
2010-03-02
Add support for use to ocaml.
Erick Tryzelaar
2010-02-28
Add support getting the operands of a User to ocaml.
Erick Tryzelaar
2010-02-28
Add support for global aliases to ocaml.
Erick Tryzelaar
2010-02-28
Add support for inserting inline asm to ocaml.
Erick Tryzelaar
2010-02-28
Add support for getting a null pointer.
Erick Tryzelaar
2010-02-28
Add a way to look up a type by it's name in a module.
Erick Tryzelaar
2010-02-28
Add support for global variables in an address space for llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add indirect br support to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add metadata functions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add the new builder arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Add the new union arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
Rename ocaml vmcore tests to make it easier to insert tests.
Erick Tryzelaar
2010-02-28
Remove malloc and free from the ocaml bindings.
Erick Tryzelaar
2009-10-17
Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,
Nick Lewycky
2009-09-03
Replace ocamlc tests with ocamlopt tests since they're less noisy.
Erick Tryzelaar
2009-08-19
Convert the rest of the ocaml types and functions to use context.
Erick Tryzelaar
2009-08-19
Allow passing around LLVMContext in ocaml.
Erick Tryzelaar
2009-08-16
Expose creating constant ints and floats from strings to ocaml.
Erick Tryzelaar
2009-08-12
Fix whitespace expectations to match the new AsmWriter behavior.
Dan Gohman
2009-05-06
Nounwind is not valid for function return values.
Duncan Sands
2009-05-06
OCaml parameter attribute bindings from PR2752.
Duncan Sands
2009-03-01
tweak this to accept asmprinter changes. I have no way to verify this, hopef...
Chris Lattner
2009-02-11
Update to match space changes in .ll
Daniel Dunbar
2008-10-22
[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...
Gordon Henriksen
2008-08-30
PR2731: C and Ocaml bindings for setTailCall and isTailCall.
Gordon Henriksen
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-09
[PR-2610] Adding Ocaml bindings for Switch::addCase.
Gordon Henriksen
2008-06-11
Don't send checkpoints to stderr for the vmcore.ml test.
Gordon Henriksen
2008-03-25
Tests for the instruction iterator bindings.
Gordon Henriksen
2008-03-23
Objective Caml bindings for basic block, function, global, and arg iterators.
Gordon Henriksen
2008-03-19
C and Objective Caml bindings for the various getParent methods of the IR.
Gordon Henriksen
2008-03-16
C and Objective Caml bindings for PassManagers.
Gordon Henriksen
2008-02-02
Fixing a bug creating floating point constants of type other
Gordon Henriksen
2007-12-29
Bindings for instruction calling conventions.
Gordon Henriksen
[next]