summaryrefslogtreecommitdiff
path: root/test/Bindings
Commit message (Expand)AuthorAge
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-17
* Switch Ocaml to use llvm_supports_binding.Daniel Dunbar2009-09-13
* Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar2009-09-03
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-19
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-19
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-16
* Fix whitespace expectations to match the new AsmWriter behavior.Dan Gohman2009-08-12
* Nounwind is not valid for function return values.Duncan Sands2009-05-06
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-06
* tweak this to accept asmprinter changes. I have no way to verify this, hopef...Chris Lattner2009-03-01
* Update to match space changes in .llDaniel Dunbar2009-02-11
* [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...Gordon Henriksen2008-10-22
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-30
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* [PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen2008-08-09
* Don't send checkpoints to stderr for the vmcore.ml test.Gordon Henriksen2008-06-11
* Remove lingering references to .llx and .tr in the tests.Dan Gohman2008-05-23
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-27
* Tests for the instruction iterator bindings.Gordon Henriksen2008-03-25
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-23
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-19
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-16
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-16
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-16
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-02
* Another backwards compatibility fix.Gordon Henriksen2007-12-30
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-29
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-27
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-23
* Fix a partial application typo.Gordon Henriksen2007-12-22
* Use a module to group calling convention values, too.Gordon Henriksen2007-12-20
* Using modules to group enumerations in Ocaml bindings.Gordon Henriksen2007-12-19
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-19
* Don't forget to print address space qualifiers when printing out the type tab...Christopher Lamb2007-12-18
* Disabling a RUN line that's broken until addrspace roundtripsGordon Henriksen2007-12-17
* C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen2007-12-17
* Add (very basic) bindings for ModuleProvider.Gordon Henriksen2007-12-12
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-11
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Fix a typo noticed by Alain Frisch.Gordon Henriksen2007-12-01
* C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen2007-10-08
* C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen2007-10-08
* C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen2007-10-07
* C and Objective Caml bindings for PATypeHolder.Gordon Henriksen2007-10-07
* Bindings for the verifier.Gordon Henriksen2007-10-06
* Adopting a uniform naming convention for type constructors inGordon Henriksen2007-10-06
* Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen2007-10-06
* Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen2007-10-06
* Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen2007-09-26
* Incorporating review feedback for GC verifier patch.Gordon Henriksen2007-09-20