summaryrefslogtreecommitdiff
path: root/include/llvm-c
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
* [modules] The LLVM C API does not require C++!Richard Smith2014-06-12
* 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
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21
* 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
* Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola2014-05-03
* Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola2014-05-03
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-25
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-21
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-16
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-14
* The LLVM C API shouldn't be including a file from the C++ API. Especially not aRichard Smith2014-04-08
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-02
* ARM64: initial backend importTim Northover2014-03-29
* 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
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-28
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-10
* Fix known typosAlp Toker2014-01-24
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* LTO: document LTO_API_VERSION for each APIDuncan P. N. Exon Smith2014-01-16
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14
* 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
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* Whitespace.NAKAMURA Takumi2014-01-10
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-06
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Add a Scalarizer pass.Richard Sandiford2013-11-22
* Expose the fence instruction via the C API.Filip Pizlo2013-11-20
* Add a loop rerolling passHal Finkel2013-11-16
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-15
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15