summaryrefslogtreecommitdiff
path: root/include/llvm-c
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Add a Scalarizer pass.Richard Sandiford1-0/+3
2013-11-20Expose the fence instruction via the C API.Filip Pizlo1-1/+3
2013-11-16Add a loop rerolling passHal Finkel1-0/+3
2013-11-15[llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov1-3/+3
2013-11-15[llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov1-1/+1
2013-11-15Add addrspacecast instruction.Matt Arsenault1-0/+5
2013-11-13Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer1-1/+0
2013-11-11[llvm-c] Remove dead typedefPeter Zotov1-1/+0
2013-11-09This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo1-0/+2
2013-11-07llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi1-1/+1
2013-11-06[llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov1-21/+23
2013-11-06[llvm-c] Improve TargetMachine bindingsPeter Zotov1-0/+20
2013-11-06[llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov1-6/+6
2013-11-06[llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov1-0/+36
2013-11-06[llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov1-0/+36
2013-11-06[llvm-c] Expose IRReader interfacePeter Zotov1-0/+40
2013-11-06[llvm-c] Implement LLVMPrintValueToStringPeter Zotov1-0/+8
2013-11-05[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc...Peter Zotov1-0/+3
2013-11-04Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo1-6/+4
2013-11-03Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good...Filip Pizlo1-0/+3
2013-11-03When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo1-0/+6
2013-11-01Remove linkonce_odr_auto_hide.Rafael Espindola1-1/+1
2013-11-01Add to the disassembler C API output reference types forKevin Enderby1-0/+11
2013-10-31Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola1-9/+0
2013-10-29llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg1-2/+27
2013-10-25Use c comments.Rafael Espindola1-3/+3
2013-10-24lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner1-9/+23
2013-10-23llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi1-0/+4
2013-10-23llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi1-12/+9
2013-10-23include/llvm-c: Whitespace.NAKAMURA Takumi8-41/+40
2013-10-23Mark zero-argument functions explicitly in C headers.Benjamin Kramer1-4/+4
2013-10-22Speling fixes.Benjamin Kramer1-1/+1
2013-10-22llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg1-0/+8
2013-10-17llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg1-0/+9
2013-10-17Expose install_fatal_error_handler() through the C API.Filip Pizlo1-0/+16
2013-10-16llvm-c: Add LLVMDumpTypeAnders Waldenborg1-0/+7
2013-10-16[llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg1-0/+8
2013-10-15Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg1-11/+36
2013-10-15Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg1-36/+11
2013-10-09Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama1-11/+36
2013-10-09llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg1-36/+11
2013-10-03Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola1-4/+12
2013-10-02[llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet1-0/+2
2013-10-02This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo1-7/+8
2013-10-01[llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet1-0/+2
2013-09-30llvm-c: use typedef for function pointersAnders Waldenborg1-8/+13
2013-09-25Try again to fix the MSVC build.Peter Collingbourne1-1/+1
2013-09-25Wrap the #include of <stdbool.h> in an #ifndef __cplusplus.Peter Collingbourne1-0/+2
2013-09-20Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg1-2/+0
2013-09-19llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg1-0/+2