aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CompilerDriver/Plugin.h
AgeCommit message (Expand)Author
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-03-02Cosmetic fixes: include guards.Mikhail Glushenkov
2009-03-02Plugin::Priority() doesn't need to be pure virtual.Mikhail Glushenkov
2008-11-17Support dependencies between plugins by priority-sorting.Mikhail Glushenkov
2008-09-22Remove silly semicolon.Dale Johannesen
2008-09-22Remove a compiler warning.Dale Johannesen
2008-09-22Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov
2008-09-22Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov