summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* Introduce LLVMDIBuilderRefAmaury Sechet2017-04-201-0/+7
* Introducing LLVMMetadataRefAmaury Sechet2017-04-172-0/+17
* Reorganize libLTO C API header lto.h (NFC)Mehdi Amini2017-04-081-74/+70
* Split the SimplifyCFG pass into two variants.Joerg Sonnenberger2017-03-261-0/+3
* [GVN] Initial check-in of a new global value numbering algorithm.Davide Italiano2016-12-221-0/+3
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-1/+35
* Kill deprecated attribute APIAmaury Sechet2016-11-061-81/+0
* [C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.Manuel Jacob2016-10-041-0/+3
* [EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSAGeoff Berry2016-09-011-1/+4
* [EarlyCSE] Optionally use MemorySSA. NFC.Geoff Berry2016-08-311-1/+1
* Propery format doccomment in lto.h . NFCAmaury Sechet2016-07-261-4/+4
* Expose AttributeSetNode, use it to provide aggregate getter for attribute in ...Amaury Sechet2016-07-211-0/+6
* Do not use bool in C header lto.h, use lto_bool_t insteadMehdi Amini2016-07-111-1/+2
* Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini2016-07-111-5/+13
* 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
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-151-3/+3
* 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-122-2/+72
* Extract renaming from D19181Amaury Sechet2016-05-231-1/+1
* ThinLTOCodeGenerator: ignore 0 values for the cache settings.Mehdi Amini2016-05-091-4/+5
* Provide some default values for the ThinLTO Cache pruningMehdi Amini2016-05-031-3/+6
* 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
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-251-10/+6
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-7/+19
* 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
* Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGenMehdi Amini2016-04-011-1/+19
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+1
* Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...Eugene Zelenko2016-03-282-16/+10
* Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini2016-03-191-0/+15
* Const-correctness in libLTOMehdi Amini2016-03-191-1/+1
* Use templated version of unwrap instead of cats in the Core.cpp. NFCAmaury Sechet2016-03-131-1/+1
* Use lto_bool_t instead of a raw `bool` (fixup for r262977).Sean Silva2016-03-091-1/+1
* void foo() is not a valid C prototype, one has to write void foo(void)Mehdi Amini2016-03-091-1/+1
* libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.Mehdi Amini2016-03-091-2/+219
* Remove unused import in Orc C APIAmaury Sechet2016-03-071-1/+0
* 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
OpenPOWER on IntegriCloud