summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO]LTO]Legacy] Fix dependent libraries support by adding querying of th...Ben Dunbobbin2019-06-121-9/+41
* [LLVM-C] Add Accessor for Mach-O Universal Binary SlicesRobert Widmann2019-05-251-0/+16
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-1/+9
* [llvm-c] Make LLVMGetStringErrorTypeId a proper prototypeAnders Waldenborg2019-05-061-1/+1
* [LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functionsRobert Widmann2019-04-241-21/+21
* [LLVM-C] Add accessors to the default floating-point metadata nodeRobert Widmann2019-04-221-1/+18
* [LLVM-C] Add DIFile Field AccesssorsRobert Widmann2019-04-171-0/+34
* [LLVM-C] Add Accessors For Global Variable Metadata PropertiesRobert Widmann2019-04-161-0/+50
* [DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith2019-04-111-1/+1
* Fix a typoAlexander Kornienko2019-04-101-2/+2
* [LLVM-C] Correct The Current Debug Location Accessors (Again)Robert Widmann2019-04-102-1/+43
* Revert "[LLVM-C] Correct The Current Debug Location Accessors"Sam McCall2019-04-101-34/+1
* [LLVM-C] Correct The Current Debug Location AccessorsRobert Widmann2019-04-091-1/+34
* [LLVM-C] Add Bindings to Access an Instruction's DebugLocRobert Widmann2019-04-091-0/+16
* [LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann2019-04-091-11/+63
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-1/+2
* [LLVM-C] Allow Access to the Type of a BinaryRobert Widmann2019-04-071-0/+26
* [LLVM-C] Begin to Expose A More General Binary InterfaceRobert Widmann2019-04-052-0/+44
* [LLVM-C] Add bindings to insert basic blocksRobert Widmann2019-04-051-0/+18
* [Remarks][NFCI] Remove useless includeFrancis Visoiu Mistrih2019-04-021-1/+0
* [LLVM-C] Add binding to look up intrinsic by nameRobert Widmann2019-03-251-0/+7
* Remove MSVC compat hack since the inline keyword was added in 2015Reid Kleckner2019-03-191-4/+0
* Reland "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih2019-03-191-55/+168
* Revert "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih2019-03-191-168/+55
* [Remarks] Add a new Remark / RemarkParser abstractionFrancis Visoiu Mistrih2019-03-191-55/+168
* [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
OpenPOWER on IntegriCloud