aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/TargetMachine.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka1-0/+3
2014-01-10Whitespace.NAKAMURA Takumi1-1/+1
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-06[llvm-c] Improve TargetMachine bindingsPeter Zotov1-0/+20
2013-09-19llvm-c: Make LLVMGetFirstTarget a proper prototypeAnders Waldenborg1-1/+1
2013-05-01Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo1-1/+1
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher1-22/+0
2013-04-16C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard1-0/+3
2013-04-04Revert r178713Evan Cheng1-3/+1
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng1-1/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-0/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-04-11Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands1-0/+142