summaryrefslogtreecommitdiffstats
path: root/llvm/bindings
Commit message (Expand)AuthorAgeFilesLines
* Fix format string in bindings/go/llvm/ir_test.go (PR40561)Hans Wennborg2019-02-051-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1977-308/+246
* [NewPM][TSan] Reiterate the TSan portPhilip Pfaffe2019-01-161-1/+2
* Revert "Fix go bindings for r350647: missed a function rename"Jorge Gorbe Moya2019-01-101-2/+1
* Fix go bindings for r350647: missed a function renameJorge Gorbe Moya2019-01-081-1/+2
* Python compat - iterator protocolSerge Guelton2019-01-031-5/+16
* Python compat - test if type is integralSerge Guelton2019-01-031-7/+9
* Python compat - assertRaisesRegexSerge Guelton2019-01-032-1/+6
* Python compat - print statementSerge Guelton2019-01-034-5/+12
* [NewPM] Port MsanPhilip Pfaffe2019-01-033-5/+6
* [bindings/go] Add Go bindings to LLVMGetIndiceswhitequark2018-11-081-0/+13
* [OCaml] Fix incorrect use of CAMLlocal in nested blockswhitequark2018-11-081-4/+3
* [TI removal] Remove TerminatorInst references from bindings.Chandler Carruth2018-10-182-4/+3
* [bindings/go] Add Go bindings to the Token typewhitequark2018-09-281-0/+2
* [bindings/go] Add Go bindings for inline assemblywhitequark2018-09-281-0/+20
* Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"whitequark2018-09-281-4/+0
* [LLVM-C] Add bindings for addCoroutinePassesToExtensionPointswhitequark2018-09-281-0/+4
* [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIswhitequark2018-09-183-0/+14
* [LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIswhitequark2018-09-183-0/+14
* [OCaml] Add OCaml API for LLVMGetIndiceswhitequark2018-09-183-0/+19
* [OCaml] Add OCaml API for LLVMIsCleanupwhitequark2018-09-183-0/+10
* [NFC][OCaml] Fix copy paste error in file headerwhitequark2018-09-181-1/+1
* [NFC][OCaml] Fix implicit declaration compilation warningswhitequark2018-09-181-0/+1
* [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteralwhitequark2018-09-183-0/+10
* [OCaml] Add OCaml APIs for Invoke arguments and destinationswhitequark2018-09-183-2/+23
* [OCaml] Add GlobalIFunc value kind to OCaml APIwhitequark2018-09-183-0/+4
* [OCaml] Add Token type to kind enum in OCaml APIwhitequark2018-09-182-0/+2
* [OCaml] Add missing instruction opcodes to OCaml APIwhitequark2018-09-183-1/+13
* [bindings/go] Add DebugLoc parameter to InsertXXXAtEnd()Peter Collingbourne2018-09-131-4/+8
* [Bindings][Go] Fixed go.test failure due to C-API argument type mismatch.Kristina Brooks2018-09-071-1/+1
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+1
* [bindings/go] Add coroutine passeswhitequark2018-08-191-0/+24
* [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicTypewhitequark2018-08-191-0/+1
* [LLVM-C] [OCaml] Remove LLVMAddBBVectorizePassFangrui Song2018-05-283-14/+0
* [LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann2018-05-104-71/+3
* [LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann2018-05-104-30/+14
* [LLVM-C] Correct types in Go bindingsRobert Widmann2018-05-091-12/+12
* [bindings/go] Add Go bindings for volatile loads/storesDavid Bolvansky2018-05-041-0/+2
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [bindings] Fix dibuilder go bindings after r331114.Benjamin Kramer2018-04-301-7/+7
* [AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.Craig Topper2018-04-241-0/+3
* [LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann2018-04-233-22/+1
* [LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann2018-04-232-37/+0
* [LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann2018-04-223-69/+7
* [llgo] Move SetSubprogramRobert Widmann2018-04-072-3/+4
* [LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann2018-04-075-61/+7
* Fix Go IR test for changes in DIBuilder APIHarlan Haskins2018-04-021-1/+5
* Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins2018-04-023-156/+57
* Unbreak the build of the go bindings after r328839.Benjamin Kramer2018-03-311-0/+1
* [bindings/go] Add a missing `,` in the test code to fix a go compileChandler Carruth2018-03-171-1/+1
OpenPOWER on IntegriCloud