aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Transforms/PassManagerBuilder.h
AgeCommit message (Expand)Author
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-04Revert r178713Evan Cheng
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng
2013-03-10Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
2011-08-09Add missing file.Rafael Espindola