| Commit message (Expand) | Author | Age | Files | Lines |
| * | Wrap C APIs with pragmas enforcing -Werror=strict-prototypes | Duncan P. N. Exon Smith | 2019-11-19 | 1 | -6/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+4 |
| * | [LLVM-C] Expand LLVMRelocMode | Robert Widmann | 2019-01-03 | 1 | -1/+4 |
| * | [AArch64] Add Tiny Code Model for AArch64 | David Green | 2018-08-22 | 1 | -0/+1 |
| * | [LLVM-C] Add target triple normalization to the C API. | whitequark | 2018-07-17 | 1 | -0/+4 |
| * | [LLVM-C] Add LLVMGetHostCPU{Name,Features}. | whitequark | 2018-04-11 | 1 | -0/+8 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Restore the capability to manipulate datalayout from the C API | Amaury Sechet | 2016-02-16 | 1 | -0/+3 |
| * | Remove LLVMGetTargetMachineData leftovers. | Benjamin Kramer | 2016-02-12 | 1 | -3/+0 |
| * | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -1/+1 |
| * | Add target analysis passes to the codegen pipeline for MCJIT. | Juergen Ributzka | 2014-01-23 | 1 | -0/+3 |
| * | Whitespace. | NAKAMURA Takumi | 2014-01-10 | 1 | -1/+1 |
| * | [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine | Peter Zotov | 2013-11-15 | 1 | -3/+3 |
| * | [llvm-c] Simplify signature of LLVMGetTargetFromName | Peter Zotov | 2013-11-15 | 1 | -1/+1 |
| * | [llvm-c] Improve TargetMachine bindings | Peter Zotov | 2013-11-06 | 1 | -0/+20 |
| * | llvm-c: Make LLVMGetFirstTarget a proper prototype | Anders Waldenborg | 2013-09-19 | 1 | -1/+1 |
| * | Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. | Filip Pizlo | 2013-05-01 | 1 | -1/+1 |
| * | Move C++ code out of the C headers and into either C++ headers | Eric Christopher | 2013-04-22 | 1 | -22/+0 |
| * | C API: Add LLVMTargetMachineEmitToMemoryBuffer() | Tom Stellard | 2013-04-16 | 1 | -0/+3 |
| * | Revert r178713 | Evan Cheng | 2013-04-04 | 1 | -3/+1 |
| * | Make it possible to include llvm-c without including C++ headers. Patch by Fi... | Evan Cheng | 2013-04-03 | 1 | -1/+3 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -0/+1 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
| * | Add a C binding to the Target and TargetMachine classes to allow for emitting | Duncan Sands | 2012-04-11 | 1 | -0/+142 |