OSDN Git Service

[AMDGPU][MC][GFX8][GFX9][DISASSEMBLER] Added "_e32" suffix to 32-bit VINTRP opcodes
[android-x86/external-llvm.git] / test / Bindings /
2018-03-14 Robert Widmann[LLVM-C] Redo unnamed_address attribute bindings
2018-01-30 Robert Widmann[LLVM-C] Add Accessors For A Module's Source File Name
2017-11-01 whitequark[LLVM-C] Expose functions to create debug locations...
2017-08-15 Kuba Mracek[llvm] Get rid of "%T" expansions
2017-06-05 whitequark[LLVM-C] [OCaml] Expose Type::subtypes.
2017-01-06 Michal Gorny[cmake] Canonicalize CMake booleans to 0/1 for lit...
2016-11-15 Amaury Sechet[C API] Prevent nullptr dereferences in C API for count...
2016-11-12 whitequark[OCaml] Adapt to the new attribute C API.
2016-07-04 Nicolai HaehnleAdd writeonly IR attribute
2016-06-22 Peter Zotov[OCaml] Add functions for accessing metadata nodes.
2016-06-15 Amaury SechetAdd support for callsite in the new C API for attributes
2016-06-12 Amaury SechetMake sure we have a Add/Remove/Has function for various...
2016-05-10 Jeroen Ketema[OCaml] Update core test and re-enable testing
2016-04-10 Jeroen Ketema[OCaml] Expose the LLVM diagnostic handler
2016-04-08 Jeroen Ketema[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
2016-04-01 Jeroen Ketema[OCaml] Reinstate data_layout
2016-03-31 Jeroen KetemaSilence warnings in OCaml bindings
2016-03-19 Mehdi AminiExpose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomi...
2016-03-13 Amaury SechetAdd echo test for constant data arrays in the LLVM...
2016-02-18 Amaury SechetAdd support for invoke/landingpad/resume in C API test
2016-02-17 Amaury SechetAdd support for memory operations (load/store/gep)...
2016-02-17 Amaury SechetAdd support for global variables in the C API echo...
2016-02-16 Amaury SechetMake sure the functions' range is empty before going...
2016-02-16 Amaury SechetRestore the capability to manipulate datalayout from...
2016-02-12 Benjamin KramerRemove LLVMGetTargetMachineData leftovers.
2016-02-11 Amaury SechetAdd support for phi nodes in the LLVM C API test
2016-02-10 Amaury SechetAdd support for struct in C API test
2016-02-09 Amaury SechetAdd icmp and conditional branches in the C API echo...
2016-02-09 Amaury SechetImprove the C API echo test tool to emit basic block...
2016-02-05 Eric ChristopherMake the OCaml tests temporarily unsupported until...
2016-02-05 Reid KlecknerFix echo.ll test failing due to DOS line endings
2016-02-05 Amaury SechetAdd various binary operations in the LLVM C API echo...
2016-02-04 Amaury SechetImprove testing for the C API
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...
next