XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / Bindings /
2010-12-23 Torok EdwinXFAIL vg_leak the new test as the rest.
2010-12-23 Torok EdwinFix OCaml bindings crash, PR8847.
2010-10-09 Benjamin KramerDon't test a removed function.
2010-09-09 Daniel Dunbartests: XFAIL a handful of tests on the vg_leak builder...
2010-08-28 Benjamin KramerUpdate ocaml test.
2010-08-20 Erick TryzelaarFix vmcore.ml test.
2010-08-20 Erick TryzelaarFix the running of ocaml tests.
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Bob WilsonFix some Ocaml tests: the %t substitution now returns...
2010-03-06 Erick TryzelaarAdd a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr...
2010-03-03 Erick TryzelaarExpose the rest of the llvm-c scalar opts to ocaml.
2010-03-02 Erick TryzelaarRemove module providers from ocaml.
2010-03-02 Erick TryzelaarAdd support for use to ocaml.
2010-02-28 Erick TryzelaarAdd support getting the operands of a User to ocaml.
2010-02-28 Erick TryzelaarAdd support for global aliases to ocaml.
2010-02-28 Erick TryzelaarAdd support for inserting inline asm to ocaml.
2010-02-28 Erick TryzelaarAdd support for getting a null pointer.
2010-02-28 Erick TryzelaarAdd a way to look up a type by it's name in a module.
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarRename ocaml vmcore tests to make it easier to insert...
2010-02-28 Erick TryzelaarRemove malloc and free from the ocaml bindings.
2009-10-17 Nick LewyckyFix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:...
2009-09-13 Daniel DunbarSwitch Ocaml to use llvm_supports_binding.
2009-09-03 Erick TryzelaarReplace ocamlc tests with ocamlopt tests since they...
2009-08-19 Erick TryzelaarConvert the rest of the ocaml types and functions to...
2009-08-19 Erick TryzelaarAllow passing around LLVMContext in ocaml.
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-12 Dan GohmanFix whitespace expectations to match the new AsmWriter...
2009-05-06 Duncan SandsNounwind is not valid for function return values.
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-03-01 Chris Lattnertweak this to accept asmprinter changes. I have no...
2009-02-11 Daniel DunbarUpdate to match space changes in .ll
2008-10-22 Gordon Henriksen[PR2886] Ignore stderr from ocamlc since it prints...
2008-08-30 Gordon HenriksenPR2731: C and Ocaml bindings for setTailCall and isTail...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-09 Gordon Henriksen[PR-2610] Adding Ocaml bindings for Switch::addCase.
2008-06-11 Gordon HenriksenDon't send checkpoints to stderr for the vmcore.ml...
2008-05-23 Dan GohmanRemove lingering references to .llx and .tr in the...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-03-25 Gordon HenriksenTests for the instruction iterator bindings.
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-02-02 Gordon HenriksenFixing a bug creating floating point constants of type...
2007-12-30 Gordon HenriksenAnother backwards compatibility fix.
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...
2007-12-22 Gordon HenriksenFix a partial application typo.
2007-12-20 Gordon HenriksenUse a module to group calling convention values, too.
2007-12-19 Gordon HenriksenUsing modules to group enumerations in Ocaml bindings.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-18 Christopher LambDon't forget to print address space qualifiers when...
2007-12-17 Gordon HenriksenDisabling a RUN line that's broken until addrspace...
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-01 Gordon HenriksenFix a typo noticed by Alain Frisch.
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-20 Gordon HenriksenIncorporating review feedback for GC verifier patch.
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
2007-09-18 Gordon HenriksenAdding ocaml language bindings for the vmcore and bitwr...