aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2019-02-05Fix format string in bindings/go/llvm/ir_test.go (PR40561)Hans Wennborg
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16[NewPM][TSan] Reiterate the TSan portPhilip Pfaffe
2019-01-10Revert "Fix go bindings for r350647: missed a function rename"Jorge Gorbe Moya
2019-01-08Fix go bindings for r350647: missed a function renameJorge Gorbe Moya
2019-01-03Python compat - iterator protocolSerge Guelton
2019-01-03Python compat - test if type is integralSerge Guelton
2019-01-03Python compat - assertRaisesRegexSerge Guelton
2019-01-03Python compat - print statementSerge Guelton
2019-01-03[NewPM] Port MsanPhilip Pfaffe
2018-11-08[bindings/go] Add Go bindings to LLVMGetIndiceswhitequark
2018-11-08[OCaml] Fix incorrect use of CAMLlocal in nested blockswhitequark
2018-10-18[TI removal] Remove TerminatorInst references from bindings.Chandler Carruth
2018-09-28[bindings/go] Add Go bindings to the Token typewhitequark
2018-09-28[bindings/go] Add Go bindings for inline assemblywhitequark
2018-09-28Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"whitequark
2018-09-28[LLVM-C] Add bindings for addCoroutinePassesToExtensionPointswhitequark
2018-09-18[LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIswhitequark
2018-09-18[LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIswhitequark
2018-09-18[OCaml] Add OCaml API for LLVMGetIndiceswhitequark
2018-09-18[OCaml] Add OCaml API for LLVMIsCleanupwhitequark
2018-09-18[NFC][OCaml] Fix copy paste error in file headerwhitequark
2018-09-18[NFC][OCaml] Fix implicit declaration compilation warningswhitequark
2018-09-18[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteralwhitequark
2018-09-18[OCaml] Add OCaml APIs for Invoke arguments and destinationswhitequark
2018-09-18[OCaml] Add GlobalIFunc value kind to OCaml APIwhitequark
2018-09-18[OCaml] Add Token type to kind enum in OCaml APIwhitequark
2018-09-18[OCaml] Add missing instruction opcodes to OCaml APIwhitequark
2018-09-13[bindings/go] Add DebugLoc parameter to InsertXXXAtEnd()Peter Collingbourne
2018-09-07[Bindings][Go] Fixed go.test failure due to C-API argument type mismatch.Kristina Brooks
2018-08-22[AArch64] Add Tiny Code Model for AArch64David Green
2018-08-19[bindings/go] Add coroutine passeswhitequark
2018-08-19[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicTypewhitequark
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