summaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
Commit message (Expand)AuthorAge
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-27
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-19
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-10
* Remove support for runtime multi-threading.Zachary Turner2014-06-10
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* Add C API for thread yielding callback.Juergen Ributzka2014-05-16
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-15
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-16
* llvm-c: expose unnamedaddr field of globalsTim Northover2014-03-10
* [Modules] Fix a layering issue that is actually impacting the modulesChandler Carruth2014-03-06
* [C API] Implement LLVM{Get,Set}Alignment for AllocaInst.Peter Zotov2014-03-05
* C API: Add functions to get or set a GlobalValue's DLLStorageClassReid Kleckner2014-03-05
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Expose the fence instruction via the C API.Filip Pizlo2013-11-20
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo2013-11-09
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-06
* [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc...Peter Zotov2013-11-05
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-04
* Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good...Filip Pizlo2013-11-03
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-03
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-29
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-23
* Mark zero-argument functions explicitly in C headers.Benjamin Kramer2013-10-23
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-22
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-17
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-16
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-16
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* [typo] An LLVM.Daniel Dunbar2013-08-16
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* Fix formatting. Patch by o11c.Duncan Sands2013-05-06
* c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.Carlo Kok2013-04-23
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-23
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* C API: Fix coding styleTom Stellard2013-04-18
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-16