summaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/TargetMachine.h
AgeCommit message (Expand)Author
2025-07-08[llvm] annotate interfaces in llvm-c for DLL export (#141701)Andrew Rogers
2023-11-01[llvm-c] Improve TargetMachine bindings (#70806)Yingwei Zheng
2023-10-31[LLVM-C] Add LLVMCreateTargetMachineWithABI (#68406)Sebastian Poeplau
2022-05-07const char* for LLVMTargetMachineEmitToFile's argumentAmaury Séchet
2021-11-07[NFC][Docs] Add missing Doxygen group comments for LLVM-CMats Larsen
2019-11-19Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03[LLVM-C] Expand LLVMRelocModeRobert Widmann
2018-08-22[AArch64] Add Tiny Code Model for AArch64David Green
2018-07-17[LLVM-C] Add target triple normalization to the C API.whitequark
2018-04-11[LLVM-C] Add LLVMGetHostCPU{Name,Features}.whitequark
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-02-16Restore the capability to manipulate datalayout from the C APIAmaury Sechet
2016-02-12Remove LLVMGetTargetMachineData leftovers.Benjamin Kramer
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2014-01-23Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka
2014-01-10Whitespace.NAKAMURA Takumi
2013-11-15[llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov
2013-11-15[llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov
2013-11-06[llvm-c] Improve TargetMachine bindingsPeter Zotov
2013-09-19llvm-c: Make LLVMGetFirstTarget a proper prototypeAnders Waldenborg
2013-05-01Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-16C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard
2013-04-04Revert r178713Evan Cheng
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-04-11Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands