aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Action.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-21Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson1-0/+7
2014-12-18Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner1-7/+0
2014-12-18Change -save-temps to emit unoptimized bitcode files.Bob Wilson1-0/+7
2014-08-29unique_ptrify Driver Action handlingDavid Blaikie1-34/+33
2014-02-06Move -verify-pch to use VerifyJobActionBen Langmuir1-3/+27
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-0/+1
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher1-7/+0
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher1-0/+7
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+0
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek1-0/+7
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+24
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie1-1/+0
2011-09-23More missing header inclusions from llvm_unreachable migration.David Blaikie1-0/+1
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie1-1/+1
2011-08-23Add support for a verifier to the driver. Currently only verifies debugEric Christopher1-0/+5
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky1-1/+1
2010-06-04Driver: Add an explicit dsymutil action.Daniel Dunbar1-0/+5
2010-03-11Driver: Free Action objects.Daniel Dunbar1-2/+4
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-6/+6
2009-03-18Driver: I was too hasty in free'ing Actions, we sometimes shareDaniel Dunbar1-3/+2
2009-03-18Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar1-1/+5
2009-03-13Driver: Action vtables were still hungry.Daniel Dunbar1-1/+1
2009-03-13Driver: Provide food and shelter for Action vtables.Daniel Dunbar1-0/+44
2009-03-13ccc/Driver: Normalize phase spelling in -ccc-print-phases.Daniel Dunbar1-6/+6
2009-03-13Driver: Add cast<> support for Action, and some other accessors.Daniel Dunbar1-0/+17
2009-03-12Driver: Add majority of driver-driver implementation.Daniel Dunbar1-0/+15