aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/Backend.cpp
AgeCommit message (Expand)Author
2009-05-18Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman
2009-05-18Refactor ASTConsumers to take a raw_ostream instead of a filename where Eli Friedman
2009-04-30Remove two unused options.Bill Wendling
2009-04-29Use the new code gen optimization enum instead of passing in the optimizationBill Wendling
2009-04-29Match addPassesToEmitFile API change.Evan Cheng
2009-04-21Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor
2009-04-13Reapply 68936, turned out to that clang's better debug info exposed aDaniel Dunbar
2009-04-13Revert 68936, LLVM still isn't ready to handle debug info + optimization.Daniel Dunbar
2009-04-13Enable debug info generation while optimizing.Devang Patel
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28push more ASTContext goodness out through interfaces that useChris Lattner
2009-03-28change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner
2009-03-28eliminate ASTConsumer::InitializeTU, all clients areChris Lattner
2009-03-26most of this is plumbing to get CompileOptions down into Chris Lattner
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar