aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetMachineC.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola1-1/+1
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-4/+4
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-5/+7
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-7/+5
2014-05-13[un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov1-17/+0
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-2/+2
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola1-1/+2
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-1/+1
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-01-23Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka1-0/+4
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-11-15[llvm-c] Make LLVMGetTargetFromName actually workPeter Zotov1-1/+2
2013-11-15[llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov1-3/+4
2013-11-15[llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov1-7/+4
2013-11-06[llvm-c] Improve TargetMachine bindingsPeter Zotov1-0/+39
2013-10-17llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent fileAnders Waldenborg1-1/+1
2013-10-17llvm-c: Return NULL from LLVMGetFirstTarget instead of assertingAnders Waldenborg1-2/+6
2013-07-16Add a wrapper for open.Rafael Espindola1-1/+1
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