summaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Phases.cpp
AgeCommit message (Expand)Author
2019-10-08[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi
2019-10-03Revert 373538 and follow-ups 373549 and 373552.Nico Weber
2019-10-02[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2014-12-21Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson
2014-12-18Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner
2014-12-18Change -save-temps to emit unoptimized bitcode files.Bob Wilson
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23More missing header inclusions from llvm_unreachable migration.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky
2009-03-13ccc/Driver: Normalize phase spelling in -ccc-print-phases.Daniel Dunbar
2009-03-13Driver: Make phase names nouns not verbs.Daniel Dunbar
2009-03-13Driver: Pull Phase info into separate file.Daniel Dunbar