summaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
AgeCommit message (Expand)Author
2017-10-27[LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark
2017-06-05[LLVM-C] [OCaml] Expose Type::subtypes.whitequark
2017-04-17Introducing LLVMMetadataRefAmaury Sechet
2016-11-06Kill deprecated attribute APIAmaury Sechet
2016-10-04[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.Manuel Jacob
2016-07-21Expose AttributeSetNode, use it to provide aggregate getter for attribute in ...Amaury Sechet
2016-06-15Add support for string attributes in the C API.Amaury Sechet
2016-06-15Add support for callsite in the new C API for attributesAmaury Sechet
2016-06-12Change () to (void) in the C API.Amaury Sechet
2016-06-12Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet
2016-05-23Extract renaming from D19181Amaury Sechet
2016-05-01Properly name LLVMSetIsInBounds's argument. NFCAmaury Sechet
2016-05-01Capitalize align argument in the C API as per convention. NFCAmaury Sechet
2016-04-23Style fix in Core.h / Core.cpp. NFCAmaury Sechet
2016-04-20Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...Amaury Sechet
2016-04-13Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet
2016-04-13Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin
2016-04-06[llvm-c] Add LLVMGetValueKind.Peter Zotov
2016-04-05[llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov
2016-04-04Style update in Core.h/Core.cpp . NFCAmaury Sechet
2016-04-04Fixup r265277 [-Wdocumentation]NAKAMURA Takumi
2016-04-03Various style fix in Core.h/Core.cpp . NFCAmaury Sechet
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren
2016-03-19Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini
2016-03-13Use templated version of unwrap instead of cats in the Core.cpp. NFCAmaury Sechet
2016-02-18Add support for invoke/landingpad/resume in C API testAmaury Sechet
2016-02-17Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet
2016-02-16Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStrAmaury Sechet
2016-02-15Rename LLVMSetDataLayout's argument to match what they stand forAmaury Sechet
2016-02-14Fix star alignment in Core.hAmaury Sechet
2016-02-11Add support for phi nodes in the LLVM C API testAmaury Sechet
2016-02-10Add support for struct in C API testAmaury Sechet
2016-02-10Add binding for counting argument and find called value of call and invoke in...Amaury Sechet
2016-02-09Add C binding for AllocaInst::getAllocatedTypeAmaury Sechet
2016-02-09Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet
2016-01-18Fix typo in the C API commentsAmaury Sechet
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-11-11[IR] Add support for empty tokensDavid Majnemer
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet
2015-08-14[IR] Add token typesDavid Majnemer
2015-08-02Add support to set/get ordering for load/store from the C APIAndrew Wilkins
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer
2015-07-29Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner