summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith2019-11-191-6/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+4
* [LLVM-C] Expand LLVMRelocModeRobert Widmann2019-01-031-1/+4
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+1
* [LLVM-C] Add target triple normalization to the C API.whitequark2018-07-171-0/+4
* [LLVM-C] Add LLVMGetHostCPU{Name,Features}.whitequark2018-04-111-0/+8
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Restore the capability to manipulate datalayout from the C APIAmaury Sechet2016-02-161-0/+3
* Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer2016-02-121-3/+0
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-1/+1
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-0/+3
* Whitespace.NAKAMURA Takumi2014-01-101-1/+1
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-151-3/+3
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-151-1/+1
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-061-0/+20
* 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
OpenPOWER on IntegriCloud