aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/Core.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Add addrspacecast instruction.Matt Arsenault1-0/+5
2013-11-09This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo1-0/+2
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-10-29llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg1-2/+27
2013-10-23include/llvm-c: Whitespace.NAKAMURA Takumi1-22/+22
2013-10-23Mark zero-argument functions explicitly in C headers.Benjamin Kramer1-4/+4
2013-10-22llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg1-0/+8
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-08-23Add function attribute 'optnone'.Andrea Di Biagio1-2/+3
2013-08-16[typo] An LLVM.Daniel Dunbar1-11/+11
2013-05-24Add a new function attribute 'cold' to functions.Diego Novillo1-0/+1
2013-05-22Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo1-0/+1
2013-05-21Roll out r182407 and r182408 because they broke builds.Filip Pizlo1-1/+0
2013-05-21Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo1-0/+1
2013-05-06Fix formatting. Patch by o11c.Duncan Sands1-18/+18
2013-04-23c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.Carlo Kok1-4/+4
2013-04-23Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok1-0/+53
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher1-106/+0
2013-04-18C API: Fix coding styleTom Stellard1-1/+1
2013-04-16C API: Add LLVMGetBufferSize()Tom Stellard1-0/+1
2013-04-16C API: Add LLVMGetBufferStart()Tom Stellard1-0/+1
2013-04-16C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard1-0/+7
2013-04-16Add four new functions and one new enum to the C API:Hans Wennborg1-0/+12
2013-04-04Revert r178713Evan Cheng1-7/+4
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng1-4/+7
2013-02-17Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands1-0/+33
2013-02-14s/bool/LLVMBool/Bill Wendling1-1/+1
2013-02-14Add two new functions to the C API:Bill Wendling1-0/+7
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling1-2/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling1-1/+1
2012-10-14Use builder to create alignment attributes. Remove dead function.Bill Wendling1-1/+1
2012-10-08Update comment.Bill Wendling1-1/+1
2012-09-19Add support for accessing an MDNode's operands via the C binding. Patch byDuncan Sands1-0/+21
2012-09-04Make sure macros in the include subdirectory are not used without being defined.Bob Wilson1-1/+1
2012-09-02replace a couple of single-line comments with /* */ to fix the build of stuff...Nuno Lopes1-4/+5
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling1-3/+2
2012-08-10A couple of addition comment fixesEli Bendersky1-2/+2
2012-08-10Fix a couple of typos in commentsEli Bendersky1-2/+2
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-1/+1
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-05-09Introduce llvm-c function LLVMPrintModuleToFile.Hans Wennborg1-0/+9
2012-03-22add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner1-0/+2