summaryrefslogtreecommitdiff
path: root/include/llvm-c/TargetMachine.h
Commit message (Expand)AuthorAge
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Whitespace.NAKAMURA Takumi2014-01-10
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-15
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-15
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-06
* llvm-c: Make LLVMGetFirstTarget a proper prototypeAnders Waldenborg2013-09-19
* Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2013-04-16
* Revert r178713Evan Cheng2013-04-04
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-11