aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetMachineC.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo1-22/+2
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo1-1/+0
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher1-0/+30
2013-04-16C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard1-12/+33
2013-03-10Correct this error message, and most importantly make it distinct from theNick Lewycky1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-6/+6
2012-10-08Move TargetData to DataLayout.Micah Villmow1-6/+6
2012-04-11Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands1-0/+197