summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Action.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-0/+7
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-7/+0
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-0/+7
* unique_ptrify Driver Action handlingDavid Blaikie2014-08-291-34/+33
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-061-3/+27
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-0/+1
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-211-7/+0
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-051-0/+7
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+7
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+24
* 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
* Add support for a verifier to the driver. Currently only verifies debugEric Christopher2011-08-231-0/+5
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* Driver: Add an explicit dsymutil action.Daniel Dunbar2010-06-041-0/+5
* Driver: Free Action objects.Daniel Dunbar2010-03-111-2/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-6/+6
* Driver: I was too hasty in free'ing Actions, we sometimes shareDaniel Dunbar2009-03-181-3/+2
* Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar2009-03-181-1/+5
* Driver: Action vtables were still hungry.Daniel Dunbar2009-03-131-1/+1
* Driver: Provide food and shelter for Action vtables.Daniel Dunbar2009-03-131-0/+44
* ccc/Driver: Normalize phase spelling in -ccc-print-phases.Daniel Dunbar2009-03-131-6/+6
* Driver: Add cast<> support for Action, and some other accessors.Daniel Dunbar2009-03-131-0/+17
* Driver: Add majority of driver-driver implementation.Daniel Dunbar2009-03-121-0/+15
OpenPOWER on IntegriCloud