2014-12-01 |
Peter Zotov | [OCaml] Move Llvm.clone_module to its own Llvm_transfor... |
tree | commitdiff |
2014-12-01 |
Peter Zotov | [OCaml] [cmake] Add CMake buildsystem for OCaml. |
tree | commitdiff |
2014-11-03 |
Peter Zotov | [OCaml] Run tests twice, with ocamlc and ocamlopt ... |
tree | commitdiff |
2014-10-31 |
Peter Zotov | [OCaml] Ensure consistent naming. |
tree | commitdiff |
2014-10-31 |
Peter Zotov | [OCaml] Rework Llvm_executionengine using ctypes. |
tree | commitdiff |
2014-10-30 |
Peter Zotov | [OCaml] Expose LLVM{Get,Set}DLLStorageClass. |
tree | commitdiff |
2014-10-30 |
Peter Zotov | [OCaml] Test code emission in Llvm_target. |
tree | commitdiff |
2014-10-30 |
Peter Zotov | [OCaml] Enable backtraces in tests. |
tree | commitdiff |
2014-10-30 |
Peter Zotov | [OCaml] [autoconf] Migrate to ocamlfind. |
tree | commitdiff |
2014-10-29 |
Peter Zotov | [OCaml] Expose Llvm_target.TargetMachine.add_analysis_p... |
tree | commitdiff |
2014-10-29 |
Peter Zotov | [OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_b... |
tree | commitdiff |
2014-10-29 |
Peter Zotov | [OCaml] Synchronize transformations with LLVM-C. |
tree | commitdiff |
2014-10-28 |
Peter Zotov | [OCaml] Fix whitespace. |
tree | commitdiff |
2014-10-28 |
Peter Zotov | [OCaml] PR9719, PR14727: Make tests run without ocamlopt. |
tree | commitdiff |
2014-10-28 |
Peter Zotov | [OCaml] PR19859: Add functions to query and modify... |
tree | commitdiff |
2014-10-28 |
Peter Zotov | [OCaml] PR19859: Add tests for reading the values of... |
tree | commitdiff |
2014-10-25 |
Peter Zotov | [OCaml] hexagon can't run MCJIT tests, XFAIL it. |
tree | commitdiff |
2014-10-25 |
Peter Zotov | [OCaml] Unbreak Llvm_executionengine.initialize_native_... |
tree | commitdiff |
2014-10-25 |
Peter Zotov | [OCaml] Expose Llvm_executionengine.ExecutionEngine... |
tree | commitdiff |
2014-10-23 |
Peter Collingbourne | Add llvm-go tool. |
tree | commitdiff |
2014-10-21 |
Chandler Carruth | Teach lit to filter the host LDFLAGS down from the... |
tree | commitdiff |
2014-10-17 |
Peter Collingbourne | Disable ccache for go tests. |
tree | commitdiff |
2014-10-17 |
Peter Collingbourne | We also need to catch OSError here. |
tree | commitdiff |
2014-10-17 |
Rafael Espindola | Don't crash if find_executable return None. |
tree | commitdiff |
2014-10-17 |
Peter Zotov | [OCaml] Add Llvm.instr_clone. |
tree | commitdiff |
2014-10-16 |
Peter Collingbourne | Add our own copy of the find_executable function to... |
tree | commitdiff |
2014-10-16 |
Peter Collingbourne | Initial version of Go bindings. |
tree | commitdiff |
2014-10-03 |
Duncan P. N. Exon... | Revert "Revert "DI: Fold constant arguments into a... |
tree | commitdiff |
2014-10-02 |
Duncan P. N. Exon... | Revert "DI: Fold constant arguments into a single MDString" |
tree | commitdiff |
2014-10-02 |
Duncan P. N. Exon... | DI: Fold constant arguments into a single MDString |
tree | commitdiff |
2014-09-30 |
Bradley Smith | Extend C disassembler API to allow specifying target... |
tree | commitdiff |
2014-09-05 |
Bjorn Steinbrink | Restore the ability to check if LLVMCreateObjectFile... |
tree | commitdiff |
2014-08-03 |
Peter Zotov | [OCaml] Add Llvm.{string_of_const,const_element}. |
tree | commitdiff |
2014-07-22 |
Peter Zotov | [OCaml] Don't truncate constants over 32 bits in Llvm... |
tree | commitdiff |
2014-06-09 |
Alp Toker | Reduce verbiage of lit.local.cfg files |
tree | commitdiff |
2014-06-09 |
Peter Zotov | [OCaml] Add more Llvm_target tests |
tree | commitdiff |
2014-03-12 |
Rafael Espindola | Fix the ocaml test to not create a alias to a declaration. |
tree | commitdiff |
2014-02-25 |
Rafael Espindola | Don't try to set a dummy DataLayout. It is parsed now. |
tree | commitdiff |
2014-01-24 |
Alp Toker | Fix known typos |
tree | commitdiff |
2013-12-19 |
Rafael Espindola | Update the ML test to expect the new string format... |
tree | commitdiff |
2013-12-02 |
Manman Ren | Update Ocaml/vmcore.ml to emit a "Debug Info Version... |
tree | commitdiff |
2013-11-15 |
Peter Zotov | [OCaml] Add REQUIRES: native, object-emission to the... |
tree | commitdiff |
2013-11-15 |
Peter Zotov | [OCaml] Use native target in testsuite instead of hardc... |
tree | commitdiff |
2013-11-15 |
Peter Zotov | [OCaml] Add Target and TargetMachine bindings to Llvm_t... |
tree | commitdiff |
2013-11-15 |
Peter Zotov | [OCaml] Refactor Llvm_target interface |
tree | commitdiff |
2013-11-11 |
Peter Zotov | [OCaml] Add missing Llvm_target functions |
tree | commitdiff |
2013-11-11 |
Peter Zotov | [OCaml] Accept context explicitly in Llvm_target functions |
tree | commitdiff |
2013-11-11 |
Peter Zotov | [OCaml] Make Llvm_target.DataLayout.t automatically... |
tree | commitdiff |
2013-11-06 |
Peter Zotov | [OCaml] Impement Llvm_irreader, bindings to LLVM assemb... |
tree | commitdiff |
2013-11-06 |
Peter Zotov | [OCaml] Implement Llvm.string_of_llvalue |
tree | commitdiff |
2013-11-05 |
Peter Zotov | [OCaml] (PR16318) Add missing argument to Llvm.const_in... |
tree | commitdiff |
2013-11-05 |
Peter Zotov | [OCaml] (PR11717) Make declare_qualified_global respect... |
tree | commitdiff |
2013-11-04 |
Peter Zotov | [OCaml] implement Llvm_passmgr_builder, bindings for... |
tree | commitdiff |
2013-11-04 |
Peter Zotov | [OCaml] Implement missing LLVMCore APIs |
tree | commitdiff |
2013-11-03 |
Peter Zotov | [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string} |
tree | commitdiff |
2013-11-03 |
Peter Zotov | [OCaml] Implement Llvm_linker, bindings for the IR... |
tree | commitdiff |
2013-11-03 |
Peter Zotov | [OCaml] Implement Llvm_vectorize bindings |
tree | commitdiff |
2013-11-03 |
Peter Zotov | [OCaml] Refactor Llvm_target tests |
tree | commitdiff |
2013-11-03 |
Peter Zotov | [OCaml] Llvm_scalar_opts: add missing transforms |
tree | commitdiff |
2013-11-03 |
Peter Zotov | [OCaml] Llvm_ipo: add missing transforms |
tree | commitdiff |
2013-10-23 |
Anders Waldenborg | Fix check for supported targets in llvm-c lit.local.cfg |
tree | commitdiff |
2013-10-23 |
Anders Waldenborg | Add llvm-c-test tool for testing llvm-c |
tree | commitdiff |
2013-08-23 |
Daniel Dunbar | [PR11606] ocaml bindings tests produce binaries in... |
tree | commitdiff |
2013-08-16 |
Daniel Dunbar | [tests] Cleanup initialization of test suffixes. |
tree | commitdiff |
2013-07-10 |
Reid Kleckner | Fix %t typo in Ocaml bindings test. |
tree | commitdiff |
2013-07-08 |
Reid Kleckner | Convert an OCaml binding grep test to FileCheck |
tree | commitdiff |
2013-02-20 |
Bill Wendling | Use the attribute group reference instead of the attrib... |
tree | commitdiff |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
tree | commitdiff |
2012-09-02 |
Nuno Lopes | fix test's RUN lines |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Fix the remaining TCL-style quotes found in the testsui... |
tree | commitdiff |
2012-03-25 |
Eli Bendersky | Continue cleanup of LIT, getting rid of the remaining... |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2011-10-14 |
Torok Edwin | OCaml bindings: add some missing functions and testcases. |
tree | commitdiff |
2011-10-14 |
Torok Edwin | OCaml bindings: fix infinite recursion on string_of_lltype |
tree | commitdiff |
2011-10-06 |
Torok Edwin | ocaml bindings: add llvm_ipo based on IPO.h |
tree | commitdiff |
2011-10-06 |
Torok Edwin | add more tests for the OCaml bindings |
tree | commitdiff |
2011-10-03 |
Torok Edwin | attempt to fix ocaml bindings: landing pads |
tree | commitdiff |
2011-08-10 |
Peter Collingbourne | Remove the build_unwind function from the OCaml bindings. |
tree | commitdiff |
2011-07-31 |
Benjamin Kramer | Remove InvalidateStructLayoutInfo from the ocaml bindings. |
tree | commitdiff |
2011-07-09 |
Nick Lewycky | Remove tests for APIs that were removed. |
tree | commitdiff |
2010-12-23 |
Torok Edwin | XFAIL vg_leak the new test as the rest. |
tree | commitdiff |
2010-12-23 |
Torok Edwin | Fix OCaml bindings crash, PR8847. |
tree | commitdiff |
2010-10-09 |
Benjamin Kramer | Don't test a removed function. |
tree | commitdiff |
2010-09-09 |
Daniel Dunbar | tests: XFAIL a handful of tests on the vg_leak builder... |
tree | commitdiff |
2010-08-28 |
Benjamin Kramer | Update ocaml test. |
tree | commitdiff |
2010-08-20 |
Erick Tryzelaar | Fix vmcore.ml test. |
tree | commitdiff |
2010-08-20 |
Erick Tryzelaar | Fix the running of ocaml tests. |
tree | commitdiff |
2010-08-20 |
Erick Tryzelaar | Expose LLVMSetOperand and LLVMGetNumOperands to llvm... |
tree | commitdiff |
2010-08-20 |
Bob Wilson | Fix some Ocaml tests: the %t substitution now returns... |
tree | commitdiff |
2010-03-06 |
Erick Tryzelaar | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr... |
tree | commitdiff |
2010-03-03 |
Erick Tryzelaar | Expose the rest of the llvm-c scalar opts to ocaml. |
tree | commitdiff |
2010-03-02 |
Erick Tryzelaar | Remove module providers from ocaml. |
tree | commitdiff |
2010-03-02 |
Erick Tryzelaar | Add support for use to ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support getting the operands of a User to ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for global aliases to ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for inserting inline asm to ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for getting a null pointer. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add a way to look up a type by it's name in a module. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for global variables in an address space... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add indirect br support to llvm-c and ocaml. |
tree | commitdiff |
next |