aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CodeGenAction.h
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-07Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...Daniel Dunbar
2010-05-25Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not theDaniel Dunbar
2010-02-26Make the destructor public. ddunbar, lemme know if you'd prefer a differentChandler Carruth
2010-02-25Move ~CodeGenAction out-of-line.Daniel Dunbar
2010-02-25Frontend: Add CodeGenAction::takeModule().Daniel Dunbar
2010-02-25Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar