summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
...
* [DebugInfoMetadata] Move main subprogram DIFlag into DISPFlagsPetar Jovanovic2019-03-191-1/+0
* [LLVM-C] Expose the "Add Discriminators" Pass To LLVM-CRobert Widmann2019-03-151-0/+3
* [OptRemarks] Make OptRemarks more generic: rename OptRemarks to RemarksFrancis Visoiu Mistrih2019-03-051-54/+52
* [LLVM-C] Add bindings to create enumeratorsRobert Widmann2019-02-171-0/+13
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+1
* [LLVM-C] Add Bindings to GlobalIFuncRobert Widmann2019-02-051-0/+97
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1932-128/+126
* [opaque pointer types] Update GetElementPtr creation APIs toJames Y Knight2019-01-141-0/+16
* [opaque pointer types] Update LoadInst creation APIs to consistentlyJames Y Knight2019-01-141-0/+4
* [opaque pointer types] Update InvokeInst creation APIs to consistentlyJames Y Knight2019-01-141-0/+6
* [opaque pointer types] Update CallInst creation APIs to consistentlyJames Y Knight2019-01-141-0/+12
* Remove NameLen argument from newly-introduced IR C APIs.James Y Knight2019-01-141-3/+2
* Rename DIFlagFixedEnum to DIFlagEnumClass. NFCPaul Robinson2019-01-081-1/+2
* [LLVM-C] Allow For Creating a BasicBlock without a Parent FunctionRobert Widmann2019-01-081-0/+9
* [LLVM-C] Allow Specifying Signedness in Int CastRobert Widmann2019-01-081-2/+7
* [LLVM-C] Expand LLVMRelocModeRobert Widmann2019-01-031-1/+4
* [LLVM-C] bool -> LLVMBoolRobert Widmann2019-01-011-2/+2
* [LLVM-C] Add Accessors for Discarding Value Names in the IRRobert Widmann2019-01-011-0/+17
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-0/+5
* [LLVM-C] Improve Intrinsics BindingsRobert Widmann2018-11-061-0/+48
* [CMake] Expose opt-remark tooling through libOptRemarks.dylibFrancis Visoiu Mistrih2018-11-051-0/+7
* Fix a typo in a function nameAlex Denisov2018-11-021-1/+1
* [LLVM-C] Add Builder Bindings to Common Memory IntrinsicsRobert Widmann2018-10-291-0/+29
* [TI removal] Update the C API for the move away from `TerminatorInst`.Chandler Carruth2018-10-181-16/+24
* llvm-c: Add C APIs to access DebugLoc infoSaleem Abdulrasool2018-10-101-0/+38
* Reland: [OptRemarks] Add library for parsing optimization remarksFrancis Visoiu Mistrih2018-10-101-0/+197
* Revert "[OptRemarks] Add library for parsing optimization remarks"Francis Visoiu Mistrih2018-10-101-197/+0
* [OptRemarks] Add library for parsing optimization remarksFrancis Visoiu Mistrih2018-10-101-0/+197
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-23/+11
* [LLVM-C] Add an accessor for the kind of a Metadata NodeRobert Widmann2018-10-011-0/+45
* Add a comment to clarify the contract for LLVMGetErrorMessage in the c-bindingsLang Hames2018-09-291-0/+2
* [LLVM-C] Add an accessor for the "value type" of a globalRobert Widmann2018-09-281-0/+8
* Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"whitequark2018-09-281-3/+0
* [LLVM-C] Add bindings for addCoroutinePassesToExtensionPointswhitequark2018-09-281-0/+3
* [LLVM-C] Add more debug information accessors to GlobalObject and InstructionRobert Widmann2018-09-282-0/+69
* [ORC] Update ORC C bindings to use the new llvm::Error C API.Lang Hames2018-09-232-38/+37
* [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIswhitequark2018-09-181-0/+3
* [LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIswhitequark2018-09-181-0/+3
* [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteralwhitequark2018-09-181-0/+7
* [OCaml] Add GlobalIFunc value kind to OCaml APIwhitequark2018-09-181-0/+1
* Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit numberJames Henderson2018-09-171-1/+11
* Revert r342233.James Henderson2018-09-141-11/+1
* [ThinLTO]Allow setting of maximum cache size with 64-bit numberJames Henderson2018-09-141-1/+11
* [Aggressive InstCombine] Move C bindings to their own header file.Benjamin Kramer2018-09-052-3/+43
* [LLVM-C] Add Bindings For Named MetadataRobert Widmann2018-08-302-0/+64
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+1
* [LLVM-C] Add coroutine passeswhitequark2018-08-191-0/+55
* [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicTypewhitequark2018-08-191-1/+5
* [Support] Add a basic C API for llvm::Error.Lang Hames2018-08-151-0/+65
* [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.Hsiangkai Wang2018-08-061-1/+3
OpenPOWER on IntegriCloud