summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Core.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for invoke/landingpad/resume in C API testAmaury Sechet2016-02-181-0/+52
* Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet2016-02-171-0/+24
* Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStrAmaury Sechet2016-02-161-1/+6
* Rename LLVMSetDataLayout's argument to match what they stand forAmaury Sechet2016-02-151-1/+1
* Fix star alignment in Core.hAmaury Sechet2016-02-141-2/+2
* Add support for phi nodes in the LLVM C API testAmaury Sechet2016-02-111-0/+10
* Add support for struct in C API testAmaury Sechet2016-02-101-0/+24
* Add binding for counting argument and find called value of call and invoke in...Amaury Sechet2016-02-101-0/+22
* Add C binding for AllocaInst::getAllocatedTypeAmaury Sechet2016-02-091-0/+18
* Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet2016-02-091-0/+5
* Fix typo in the C API commentsAmaury Sechet2016-01-181-1/+1
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-103/+3
* [IR] Remove terminatepadDavid Majnemer2015-12-141-4/+2
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-6/+4
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-0/+1
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-9/+8
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-4/+6
* [IR] Add token typesDavid Majnemer2015-08-141-1/+2
* Add support to set/get ordering for load/store from the C APIAndrew Wilkins2015-08-021-0/+2
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-1/+13
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-291-1/+1
* Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2015-07-161-1/+2
* Add capability to get and set the personalitty function from the C APIAndrew Wilkins2015-07-141-0/+14
* Revert the new EH instructionsDavid Majnemer2015-07-101-13/+1
OpenPOWER on IntegriCloud