summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* 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
* C API: Add LLVMCloneModule()Tom Stellard2014-10-011-0/+4
* Extend C disassembler API to allow specifying target featuresBradley Smith2014-09-301-3/+17
* [C API] Make the 'lower switch' pass available via the C API.Juergen Ributzka2014-09-111-0/+3
* Add an AlignmentFromAssumptions PassHal Finkel2014-09-071-0/+3
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-133-6/+6
* [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.Peter Zotov2014-08-121-0/+7
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+1
* Fix the ocaml bindings.Rafael Espindola2014-08-071-1/+0
* [LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.Peter Zotov2014-08-031-0/+21
* Remove lto_codegen_set_attr.Rafael Espindola2014-08-011-9/+1
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+3
* MergedLoadStoreMotion passGerolf Hoflehner2014-07-181-0/+3
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+1
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-271-8/+5
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-241-5/+8
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-191-8/+5
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-161-5/+8
* Remove some more code out into a separate CL.Zachary Turner2014-06-161-8/+5
* [modules] The LLVM C API does not require C++!Richard Smith2014-06-121-1/+0
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-101-5/+8
* Remove support for runtime multi-threading.Zachary Turner2014-06-101-8/+5
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-1/+2
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-211-0/+5
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-201-1/+2
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+9
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-27/+0
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-131-2/+3
* Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola2014-05-031-2/+2
* Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola2014-05-031-2/+3
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+27
OpenPOWER on IntegriCloud