summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Core.h
Commit message (Expand)AuthorAgeFilesLines
* Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith2019-11-191-6/+3
* [IR] Redefine Freeze instructionaqjune2019-11-121-2/+4
* [IR] Add Freeze instructionaqjune2019-11-051-0/+2
* [llvm-c] Add UnaryOperator to LLVM_FOR_EACH_VALUE_SUBCLASS macroCameron McInally2019-10-071-0/+1
* Improve C API support for atomicrmw and cmpxchg.Nick Lewycky2019-09-261-4/+17
* Revert "Expose TailCallKind via the LLVM C API"Jonas Devlieghere2019-08-151-25/+0
* Expose TailCallKind via the LLVM C APIRobert Widmann2019-08-141-0/+25
* [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] Correct The Current Debug Location Accessors (Again)Robert Widmann2019-04-101-1/+34
* 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 insert basic blocksRobert Widmann2019-04-051-0/+18
* [LLVM-C] Add binding to look up intrinsic by nameRobert Widmann2019-03-251-0/+7
* 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-191-4/+4
* [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
* [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] 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
* [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
* [LLVM-C] Add an accessor for the "value type" of a globalRobert Widmann2018-09-281-0/+8
* [LLVM-C] Add more debug information accessors to GlobalObject and InstructionRobert Widmann2018-09-281-0/+62
* [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
* [LLVM-C] Add Bindings For Named MetadataRobert Widmann2018-08-301-0/+57
* [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.Hsiangkai Wang2018-08-061-1/+3
* [LLVM-C] Improve Bindings For AliasesRobert Widmann2018-05-201-0/+50
* [LLVM-C] Use Length-Providing Value Name Getters and SettersRobert Widmann2018-05-191-2/+7
* [LLVM-C] Add Bindings For Module FlagsRobert Widmann2018-05-141-0/+109
* [LLVM-C] Fill Out LLVMCallConvRobert Widmann2018-04-061-7/+42
* [LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann2018-04-061-2/+37
* [LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann2018-03-301-6/+73
* Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich2018-03-301-73/+6
* [LLVM-C] Finish exception instruction bindingsRobert Widmann2018-03-291-6/+73
* [LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann2018-03-141-0/+11
* [LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann2018-01-301-0/+21
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark2017-10-271-0/+10
* [LLVM-C] [OCaml] Expose Type::subtypes.whitequark2017-06-051-0/+14
OpenPOWER on IntegriCloud