summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-161-6/+16
* [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
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-031-2/+1
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-031-1/+2
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-031-2/+1
* [Orc] Expose the compile callback API through the C bindings.Lang Hames2015-10-301-0/+24
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-0/+111
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-111/+0
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-0/+111
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-4/+6
* LTO: Simplify merged module ownership.Peter Collingbourne2015-08-241-2/+2
* [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
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-1/+13
* Remove getRelocationAddress.Rafael Espindola2015-07-061-1/+0
* LTO: expose LTO_SYMBOL_ALIAS, which indicates that the symbol is an alias.Peter Collingbourne2015-07-041-2/+3
OpenPOWER on IntegriCloud