summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Core.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-041-6/+4
* Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good...Filip Pizlo2013-11-031-0/+3
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-031-0/+6
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-1/+1
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-291-2/+27
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-231-22/+22
* Mark zero-argument functions explicitly in C headers.Benjamin Kramer2013-10-231-4/+4
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-221-0/+8
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-171-0/+16
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-161-0/+7
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-161-0/+8
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-2/+3
* [typo] An LLVM.Daniel Dunbar2013-08-161-11/+11
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+1
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-0/+1
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-1/+0
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-211-0/+1
* Fix formatting. Patch by o11c.Duncan Sands2013-05-061-18/+18
* c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.Carlo Kok2013-04-231-4/+4
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-231-0/+53
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-106/+0
* C API: Fix coding styleTom Stellard2013-04-181-1/+1
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-161-0/+1
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-161-0/+1
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-161-0/+7
* Add four new functions and one new enum to the C API:Hans Wennborg2013-04-161-0/+12
* Revert r178713Evan Cheng2013-04-041-7/+4
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-031-4/+7
* Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands2013-02-171-0/+33
* s/bool/LLVMBool/Bill Wendling2013-02-141-1/+1
OpenPOWER on IntegriCloud