summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Core.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Introducing LLVMMetadataRefAmaury Sechet2017-04-171-0/+10
* Kill deprecated attribute APIAmaury Sechet2016-11-061-81/+0
* [C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.Manuel Jacob2016-10-041-0/+3
* Expose AttributeSetNode, use it to provide aggregate getter for attribute in ...Amaury Sechet2016-07-211-0/+6
* Add support for string attributes in the C API.Amaury Sechet2016-06-151-0/+10
* Add support for callsite in the new C API for attributesAmaury Sechet2016-06-151-1/+8
* Change () to (void) in the C API.Amaury Sechet2016-06-121-1/+1
* Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet2016-06-121-2/+65
* Extract renaming from D19181Amaury Sechet2016-05-231-1/+1
* Properly name LLVMSetIsInBounds's argument. NFCAmaury Sechet2016-05-011-1/+1
* Capitalize align argument in the C API as per convention. NFCAmaury Sechet2016-05-011-2/+2
* Style fix in Core.h / Core.cpp. NFCAmaury Sechet2016-04-231-3/+4
* Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...Amaury Sechet2016-04-201-0/+13
* Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet2016-04-131-3/+0
* Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet2016-04-131-0/+3
* [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2016-04-081-0/+10
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+1
* [llvm-c] Add LLVMGetValueKind.Peter Zotov2016-04-061-0/+38
* [llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov2016-04-051-0/+20
* Style update in Core.h/Core.cpp . NFCAmaury Sechet2016-04-041-2/+2
* Fixup r265277 [-Wdocumentation]NAKAMURA Takumi2016-04-041-1/+1
* Various style fix in Core.h/Core.cpp . NFCAmaury Sechet2016-04-031-2/+2
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-0/+1
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+1
* Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini2016-03-191-0/+15
* Use templated version of unwrap instead of cats in the Core.cpp. NFCAmaury Sechet2016-03-131-1/+1
OpenPOWER on IntegriCloud