summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lto: Clean up C libLTO interfaces pertaining to linker flags.Peter Collingbourne2015-06-291-39/+5
* Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne2015-06-291-0/+10
* Update LLVM bindings after r239940. Apparently these aren't included inDaniel Jasper2015-06-181-2/+1
* Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne2015-06-151-9/+9
* LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is pa...Peter Collingbourne2015-06-111-1/+2
* Add more wrappers for symbol APIs to the C API.Eli Bendersky2015-06-091-0/+18
* [C API] Add LLVMStructGetTypeAtIndex.Peter Zotov2015-06-041-0/+7
* LTO: Add API to choose whether to embed uselistsDuncan P. N. Exon Smith2015-04-271-1/+13
* LTO: Correct some doxygen comments about API availabilityDuncan P. N. Exon Smith2015-04-271-3/+3
* [LTO API] add lto_codegen_set_should_internalize.Manman Ren2015-04-171-1/+11
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+1
* Restore LLVMLinkModules C API until it is properly deprecated.Juergen Ributzka2015-03-021-2/+12
* [LTO API] add lto_codegen_set_module to set the destination module.Manman Ren2015-02-241-1/+12
* [BDCE] Add a bit-tracking DCE passHal Finkel2015-02-171-0/+3
* Fix warning: "function declaration isn’t a prototype"Rafael Espindola2015-02-041-1/+1
* Fix duplicated symbol error.Rafael Espindola2015-02-031-3/+1
* [LTO API] split lto_codegen_compile to lto_codegen_optimize andManman Ren2015-02-031-1/+38
* Finish removing DestroySource.Rafael Espindola2014-12-231-8/+1
* [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov2014-12-221-0/+4
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-2/+3
* libLTO: Allow linker to choose context of modules and codegenDuncan P. N. Exon Smith2014-11-111-1/+49
* [C API] PR19859: Add functions to query and modify branches.Peter Zotov2014-10-281-0/+61
* [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.Peter Zotov2014-10-281-0/+18
* [LLVM-C] Add LLVMInstructionClone.Peter Zotov2014-10-171-0/+10
* Introduce LLVMParseCommandLineOptions C API function.Peter Collingbourne2014-10-161-0/+11
* Introduce LLVMWriteBitcodeToMemoryBuffer C API function.Peter Collingbourne2014-10-141-0/+3
OpenPOWER on IntegriCloud