summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Transforms/PassManagerBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith2019-11-191-6/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+4
* Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"whitequark2018-09-281-3/+0
* [LLVM-C] Add bindings for addCoroutinePassesToExtensionPointswhitequark2018-09-281-0/+3
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-1/+1
* The LLVM C API shouldn't be including a file from the C++ API. Especially not aRichard Smith2014-04-081-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-10/+0
* Revert r178713Evan Cheng2013-04-041-7/+2
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-031-2/+7
* Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky2013-03-101-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-211-0/+11
* Add missing file.Rafael Espindola2011-08-091-0/+90
OpenPOWER on IntegriCloud