summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-251-1/+9
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-1/+0
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-161-0/+37
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-141-1/+2
* The LLVM C API shouldn't be including a file from the C++ API. Especially not aRichard Smith2014-04-081-1/+0
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-021-19/+0
* ARM64: initial backend importTim Northover2014-03-291-0/+21
* 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-062-11/+21
* [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
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-281-4/+5
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-101-1/+11
* Fix known typosAlp Toker2014-01-241-1/+1
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-232-0/+5
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-211-1/+38
* LTO: document LTO_API_VERSION for each APIDuncan P. N. Exon Smith2014-01-161-7/+80
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-151-1/+28
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-141-1/+14
* 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
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-141-14/+1
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-141-1/+14
* Whitespace.NAKAMURA Takumi2014-01-101-1/+1
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-061-0/+3
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-191-1/+2
* Add a Scalarizer pass.Richard Sandiford2013-11-221-0/+3
* Expose the fence instruction via the C API.Filip Pizlo2013-11-201-1/+3
* Add a loop rerolling passHal Finkel2013-11-161-0/+3
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-151-3/+3
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-151-1/+1
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+5
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-131-1/+0
* [llvm-c] Remove dead typedefPeter Zotov2013-11-111-1/+0
* This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo2013-11-091-0/+2
* llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi2013-11-071-1/+1
* [llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov2013-11-061-21/+23
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-061-0/+20
* [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov2013-11-061-6/+6
* [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov2013-11-061-0/+36
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-0/+36
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-061-0/+40
* [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
OpenPOWER on IntegriCloud