summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/Backend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman2009-05-181-414/+0
* Refactor ASTConsumers to take a raw_ostream instead of a filename where Eli Friedman2009-05-181-34/+7
* Remove two unused options.Bill Wendling2009-04-301-2/+0
* Use the new code gen optimization enum instead of passing in the optimizationBill Wendling2009-04-291-5/+12
* Match addPassesToEmitFile API change.Evan Cheng2009-04-291-2/+4
* Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor2009-04-211-0/+4
* Reapply 68936, turned out to that clang's better debug info exposed aDaniel Dunbar2009-04-131-6/+0
* Revert 68936, LLVM still isn't ready to handle debug info + optimization.Daniel Dunbar2009-04-131-0/+6
* Enable debug info generation while optimizing.Devang Patel2009-04-131-6/+0
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-5/+7
* push more ASTContext goodness out through interfaces that useChris Lattner2009-03-281-1/+0
* change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner2009-03-281-2/+2
* eliminate ASTConsumer::InitializeTU, all clients areChris Lattner2009-03-281-5/+4
* most of this is plumbing to get CompileOptions down into Chris Lattner2009-03-261-1/+1
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+436
OpenPOWER on IntegriCloud