summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2018-05-28[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePassFangrui Song
2018-05-10[LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann
2018-05-10[LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann
2018-05-09[LLVM-C] Correct types in Go bindingsRobert Widmann
2018-05-04[bindings/go] Add Go bindings for volatile loads/storesDavid Bolvansky
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-30[bindings] Fix dibuilder go bindings after r331114.Benjamin Kramer
2018-04-24[AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.Craig Topper
2018-04-23[LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann
2018-04-23[LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann
2018-04-22[LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann
2018-04-07[llgo] Move SetSubprogramRobert Widmann
2018-04-07[LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann
2018-04-02Fix Go IR test for changes in DIBuilder APIHarlan Haskins
2018-04-02Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins
2018-03-31Unbreak the build of the go bindings after r328839.Benjamin Kramer
2018-03-17[bindings/go] Add a missing `,` in the test code to fix a go compileChandler Carruth
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon
2018-03-14[LLVM-C] [bindings/go] Add C and Golang bindings for COMDATReid Kleckner
2018-02-23Because of CVE-2018-6574, some compiler options and linker options are restri...Eric Christopher
2018-01-26[NFC] fix trivial typos in comments and documentsHiroshi Inoue
2017-12-28[bindings/go] fix vet errorsAndrew Wilkins
2017-11-02Update go bindings to use new functions from rL317135.Sam McCall
2017-11-02Revert "Remove some of the go specific C bindings for debug info now that the...Eric Christopher
2017-11-02Fix for go bindings header to match previous commit.Eric Christopher
2017-11-02Remove some of the go specific C bindings for debug info now that they've bee...Eric Christopher
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-07-28Update the Go bindings for r309426 (remove offset from llvm.dbg.value)Adrian Prantl
2017-07-27[OCaml] Fix undefined reference to LLVMDumpType() with NDEBUGMichal Gorny
2017-06-28[NFC] Remove multiple semicolonsMandeep Singh Grang
2017-06-08[Go] Subtypes functionAndrew Wilkins
2017-06-05[LLVM-C] [OCaml] Expose Type::subtypes.whitequark
2017-04-20[go bindings] Rmove duplicated conversion function definitions after r300843.Benjamin Kramer
2017-04-17Introducing LLVMMetadataRefAmaury Sechet
2017-03-31Go binding: Add GetCurrentDebugLocation to obtain debug location from builderAndrew Wilkins
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-02-17Go binding: Add methods for missing PassManagerBuilder C APIsAndrew Wilkins
2016-12-15Fix go bindings after r289702 (hopefully, don't really know how to buildDaniel Jasper
2016-11-18Fix go binding to adapt the new attribute APIAmaury Sechet
2016-11-12[OCaml] Adapt to the new attribute C API.whitequark
2016-11-07Remove Go Attribute type that was deleted from the C API in r286062.David L. Jones
2016-11-06Also delete the go side of the bindings deleted in r286085/r286086.Daniel Jasper
2016-11-06Delete one more function that needs to go after r286062.Daniel Jasper
2016-11-06Remove functions from go bindings that have been deleted in r286062.Daniel Jasper
2016-10-20[Go bindings] Update for r284678 API changes.Benjamin Kramer
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk
2016-09-30cmake: Install the OCaml libraries into a more correct pathMichal Gorny
2016-09-06Formatting with clang-format patch r280700Leny Kholodov
2016-09-06Fix for Bindings/Go/go.test after patch r280700Leny Kholodov