summaryrefslogtreecommitdiff
path: root/include/llvm-c
Commit message (Expand)AuthorAge
* 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
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-13
* [llvm-c] Remove dead typedefPeter Zotov2013-11-11
* This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo2013-11-09
* llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi2013-11-07
* [llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov2013-11-06
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-06
* [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov2013-11-06
* [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov2013-11-06
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-06
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-06
* [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
* Add to the disassembler C API output reference types forKevin Enderby2013-11-01
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-29
* Use c comments.Rafael Espindola2013-10-25
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-24
* llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi2013-10-23
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-23
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-23
* Mark zero-argument functions explicitly in C headers.Benjamin Kramer2013-10-23
* Speling fixes.Benjamin Kramer2013-10-22
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-22
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-17
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-17