aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* llvm-c: Make LLVMGetFirstTarget a proper prototypeAnders Waldenborg2013-09-191-1/+1
* Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo2013-05-011-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-22/+0
* C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2013-04-161-0/+3
* Revert r178713Evan Cheng2013-04-041-3/+1
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-031-1/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-0/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-111-0/+142