summaryrefslogtreecommitdiff
path: root/test/Bindings
AgeCommit message (Expand)Author
2018-05-28[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePassFangrui Song
2018-05-21[LLVM-C] Add DIBuilder Bindings For ObjC ClassesRobert Widmann
2018-05-20[LLVM-C] Improve Bindings For AliasesRobert Widmann
2018-05-14[LLVM-C] Add Bindings For Module FlagsRobert Widmann
2018-05-10[LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-04-28[LLVM-C] Add DIBuilder bindings to create import declarationsRobert Widmann
2018-04-23[LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann
2018-04-23[LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann
2018-04-23[LLVM-C] Finish Up Scope BindingsRobert Widmann
2018-04-22[LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann
2018-04-07[LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann
2018-04-06[LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann
2018-04-02Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins
2018-03-30[LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann
2018-03-30Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich
2018-03-29[LLVM-C] Finish exception instruction bindingsRobert Widmann
2018-03-26Fix go bindings test when using goma distributed build toolReid Kleckner
2018-03-14[LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann
2018-01-30[LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann
2017-11-01[LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark
2017-08-15[llvm] Get rid of "%T" expansionsKuba Mracek
2017-06-05[LLVM-C] [OCaml] Expose Type::subtypes.whitequark
2017-01-06[cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny
2016-11-15[C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet
2016-11-12[OCaml] Adapt to the new attribute C API.whitequark
2016-07-04Add writeonly IR attributeNicolai Haehnle
2016-06-22[OCaml] Add functions for accessing metadata nodes.Peter Zotov
2016-06-15Add support for callsite in the new C API for attributesAmaury Sechet
2016-06-12Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet
2016-05-10[OCaml] Update core test and re-enable testingJeroen Ketema
2016-04-10[OCaml] Expose the LLVM diagnostic handlerJeroen Ketema
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema
2016-04-01[OCaml] Reinstate data_layoutJeroen Ketema
2016-03-31Silence warnings in OCaml bindingsJeroen Ketema
2016-03-19Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini
2016-03-13Add echo test for constant data arrays in the LLVM C APIAmaury Sechet
2016-02-18Add support for invoke/landingpad/resume in C API testAmaury Sechet
2016-02-17Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet
2016-02-17Add support for global variables in the C API echo testAmaury Sechet
2016-02-16Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet
2016-02-16Restore the capability to manipulate datalayout from the C APIAmaury Sechet
2016-02-12Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer
2016-02-11Add support for phi nodes in the LLVM C API testAmaury Sechet
2016-02-10Add support for struct in C API testAmaury Sechet
2016-02-09Add icmp and conditional branches in the C API echo test.Amaury Sechet
2016-02-09Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet
2016-02-05Make the OCaml tests temporarily unsupported until they can be updated.Eric Christopher
2016-02-05Fix echo.ll test failing due to DOS line endingsReid Kleckner
2016-02-05Add various binary operations in the LLVM C API echo testAmaury Sechet