summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Core.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-4/+6
* [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
* 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
* [C API] Add LLVMStructGetTypeAtIndex.Peter Zotov2015-06-041-0/+7
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+1
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-2/+3
* [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
* C API: Add LLVMCloneModule()Tom Stellard2014-10-011-0/+4
* [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.Peter Zotov2014-08-121-0/+7
* [LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.Peter Zotov2014-08-031-0/+21
* 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
* 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
* 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
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+27
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-161-0/+37
* llvm-c: expose unnamedaddr field of globalsTim Northover2014-03-101-0/+2
* [Modules] Fix a layering issue that is actually impacting the modulesChandler Carruth2014-03-061-10/+1
* [C API] Implement LLVM{Get,Set}Alignment for AllocaInst.Peter Zotov2014-03-051-0/+2
* C API: Add functions to get or set a GlobalValue's DLLStorageClassReid Kleckner2014-03-051-0/+8
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+2
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-2/+2
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+2
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-191-1/+2
* Expose the fence instruction via the C API.Filip Pizlo2013-11-201-1/+3
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+5
* This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo2013-11-091-0/+2
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-061-0/+8
* [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc...Peter Zotov2013-11-051-0/+3
OpenPOWER on IntegriCloud