summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Phases.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-0/+1
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-1/+0
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-0/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+0
* More missing header inclusions from llvm_unreachable migration.David Blaikie2011-09-231-0/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* ccc/Driver: Normalize phase spelling in -ccc-print-phases.Daniel Dunbar2009-03-131-1/+1
* Driver: Make phase names nouns not verbs.Daniel Dunbar2009-03-131-5/+5
* Driver: Pull Phase info into separate file.Daniel Dunbar2009-03-131-0/+27