Merging r260703:
[oota-llvm.git] / test / Bindings /
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Rafael EspindolaFix error handling in LLVMGetBitcodeModuleInContext.
2015-12-18 Rafael EspindolaAdd a test for LLVMGetBitcodeModule.
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-11-19 Reid KlecknerDisable Go bindings test with MSan, it has tons of...
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-09-10 Chandler CarruthAdd a way to skip the Go bindings tests even when Go...
2015-07-17 Peter Zotov[OCaml] Do not use -warn-error in tests.
2015-06-23 Justin Bognertest: Move target dependent test in their own folder...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-06 Peter Zotov[OCaml] Add Llvm.build_empty_phi.
2015-02-03 Rafael EspindolaPropagate a better error message to the C api.
2015-02-03 Rafael EspindolaUse a non-fatal diag handler in the C API. FIxes PR22368.
2015-01-28 Bjorn SteinbrinkFix LLVMSetMetadata and LLVMAddNamedMetadataOperand...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-09 Alexey SamsonovDisable Go bindings test under UBSan.
2014-12-30 Peter Zotov[OCaml] Fix bitrot in tests.
2014-12-24 Peter Zotov[OCaml] PR21901: Update tests.
2014-12-24 Peter Zotov[OCaml] Expose Llvm_executionengine.get_{global_value...
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-01 Peter Zotov[OCaml] Move Llvm.clone_module to its own Llvm_transfor...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-11-03 Peter Zotov[OCaml] Run tests twice, with ocamlc and ocamlopt ...
2014-10-31 Peter Zotov[OCaml] Ensure consistent naming.
2014-10-31 Peter Zotov[OCaml] Rework Llvm_executionengine using ctypes.
2014-10-30 Peter Zotov[OCaml] Expose LLVM{Get,Set}DLLStorageClass.
2014-10-30 Peter Zotov[OCaml] Test code emission in Llvm_target.
2014-10-30 Peter Zotov[OCaml] Enable backtraces in tests.
2014-10-30 Peter Zotov[OCaml] [autoconf] Migrate to ocamlfind.
2014-10-29 Peter Zotov[OCaml] Expose Llvm_target.TargetMachine.add_analysis_p...
2014-10-29 Peter Zotov[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_b...
2014-10-29 Peter Zotov[OCaml] Synchronize transformations with LLVM-C.
2014-10-28 Peter Zotov[OCaml] Fix whitespace.
2014-10-28 Peter Zotov[OCaml] PR9719, PR14727: Make tests run without ocamlopt.
2014-10-28 Peter Zotov[OCaml] PR19859: Add functions to query and modify...
2014-10-28 Peter Zotov[OCaml] PR19859: Add tests for reading the values of...
2014-10-25 Peter Zotov[OCaml] hexagon can't run MCJIT tests, XFAIL it.
2014-10-25 Peter Zotov[OCaml] Unbreak Llvm_executionengine.initialize_native_...
2014-10-25 Peter Zotov[OCaml] Expose Llvm_executionengine.ExecutionEngine...
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-21 Chandler CarruthTeach lit to filter the host LDFLAGS down from the...
2014-10-17 Peter CollingbourneDisable ccache for go tests.
2014-10-17 Peter CollingbourneWe also need to catch OSError here.
2014-10-17 Rafael EspindolaDon't crash if find_executable return None.
2014-10-17 Peter Zotov[OCaml] Add Llvm.instr_clone.
2014-10-16 Peter CollingbourneAdd our own copy of the find_executable function to...
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-09-05 Bjorn SteinbrinkRestore the ability to check if LLVMCreateObjectFile...
2014-08-03 Peter Zotov[OCaml] Add Llvm.{string_of_const,const_element}.
2014-07-22 Peter Zotov[OCaml] Don't truncate constants over 32 bits in Llvm...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Peter Zotov[OCaml] Add more Llvm_target tests
2014-03-12 Rafael EspindolaFix the ocaml test to not create a alias to a declaration.
2014-02-25 Rafael EspindolaDon't try to set a dummy DataLayout. It is parsed now.
2014-01-24 Alp TokerFix known typos
2013-12-19 Rafael EspindolaUpdate the ML test to expect the new string format...
2013-12-02 Manman RenUpdate Ocaml/vmcore.ml to emit a "Debug Info Version...
2013-11-15 Peter Zotov[OCaml] Add REQUIRES: native, object-emission to the...
2013-11-15 Peter Zotov[OCaml] Use native target in testsuite instead of hardc...
2013-11-15 Peter Zotov[OCaml] Add Target and TargetMachine bindings to Llvm_t...
2013-11-15 Peter Zotov[OCaml] Refactor Llvm_target interface
2013-11-11 Peter Zotov[OCaml] Add missing Llvm_target functions
2013-11-11 Peter Zotov[OCaml] Accept context explicitly in Llvm_target functions
2013-11-11 Peter Zotov[OCaml] Make Llvm_target.DataLayout.t automatically...
2013-11-06 Peter Zotov[OCaml] Impement Llvm_irreader, bindings to LLVM assemb...
2013-11-06 Peter Zotov[OCaml] Implement Llvm.string_of_llvalue
2013-11-05 Peter Zotov[OCaml] (PR16318) Add missing argument to Llvm.const_in...
2013-11-05 Peter Zotov[OCaml] (PR11717) Make declare_qualified_global respect...
2013-11-04 Peter Zotov[OCaml] implement Llvm_passmgr_builder, bindings for...
2013-11-04 Peter Zotov[OCaml] Implement missing LLVMCore APIs
2013-11-03 Peter Zotov[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}
2013-11-03 Peter Zotov[OCaml] Implement Llvm_linker, bindings for the IR...
2013-11-03 Peter Zotov[OCaml] Implement Llvm_vectorize bindings
2013-11-03 Peter Zotov[OCaml] Refactor Llvm_target tests
2013-11-03 Peter Zotov[OCaml] Llvm_scalar_opts: add missing transforms
2013-11-03 Peter Zotov[OCaml] Llvm_ipo: add missing transforms
2013-10-23 Anders WaldenborgFix check for supported targets in llvm-c lit.local.cfg
2013-10-23 Anders WaldenborgAdd llvm-c-test tool for testing llvm-c
2013-08-23 Daniel Dunbar[PR11606] ocaml bindings tests produce binaries in...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-10 Reid KlecknerFix %t typo in Ocaml bindings test.
2013-07-08 Reid KlecknerConvert an OCaml binding grep test to FileCheck
2013-02-20 Bill WendlingUse the attribute group reference instead of the attrib...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-02 Nuno Lopesfix test's RUN lines
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-10-14 Torok EdwinOCaml bindings: add some missing functions and testcases.
2011-10-14 Torok EdwinOCaml bindings: fix infinite recursion on string_of_lltype
2011-10-06 Torok Edwinocaml bindings: add llvm_ipo based on IPO.h
2011-10-06 Torok Edwinadd more tests for the OCaml bindings
2011-10-03 Torok Edwinattempt to fix ocaml bindings: landing pads
next