summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move LLVMCreateTargetData and LLVMDisposeTargetData together. NFCAmaury Sechet2016-02-171-4/+4
* Restore the capability to manipulate datalayout from the C APIAmaury Sechet2016-02-162-0/+17
* Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStrAmaury Sechet2016-02-161-1/+6
* Kill LLVMAddTargetDataAmaury Sechet2016-02-161-5/+0
* 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
* Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer2016-02-121-3/+0
* Delete the deprecated LLVMLinkModules.Rafael Espindola2016-02-121-14/+0
* 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
* Make some headers self-contained, remove unused includes that violate layering.Benjamin Kramer2016-01-271-2/+0
* Fix typo in the C API commentsAmaury Sechet2016-01-181-1/+1
* Delete APIs that have been deprecated since 2010.Rafael Espindola2015-12-191-24/+0
* Deprecate a few C APIs.Rafael Espindola2015-12-181-2/+24
* clang-format to reduce diff in another patch.Rafael Espindola2015-12-181-4/+3
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-1818-137/+193
* Drop function that are deprecated since 2010.Rafael Espindola2015-12-171-12/+0
OpenPOWER on IntegriCloud