summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Add to the disassembler C API output reference types forKevin Enderby2013-11-011-0/+11
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-311-9/+0
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-291-2/+27
* Use c comments.Rafael Espindola2013-10-251-3/+3
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-241-9/+23
* llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi2013-10-231-0/+4
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-231-12/+9
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-238-41/+40
* Mark zero-argument functions explicitly in C headers.Benjamin Kramer2013-10-231-4/+4
* Speling fixes.Benjamin Kramer2013-10-221-1/+1
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-221-0/+8
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-171-0/+9
* 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
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-151-11/+36
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-151-36/+11
* Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama2013-10-091-11/+36
* llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg2013-10-091-36/+11
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-031-4/+12
OpenPOWER on IntegriCloud