aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Action.cpp
AgeCommit message (Expand)Author
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
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
2011-08-23Add support for a verifier to the driver. Currently only verifies debugEric Christopher
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky
2010-06-04Driver: Add an explicit dsymutil action.Daniel Dunbar
2010-03-11Driver: Free Action objects.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-18Driver: I was too hasty in free'ing Actions, we sometimes shareDaniel Dunbar
2009-03-18Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar
2009-03-13Driver: Action vtables were still hungry.Daniel Dunbar
2009-03-13Driver: Provide food and shelter for Action vtables.Daniel Dunbar
2009-03-13ccc/Driver: Normalize phase spelling in -ccc-print-phases.Daniel Dunbar
2009-03-13Driver: Add cast<> support for Action, and some other accessors.Daniel Dunbar
2009-03-12Driver: Add majority of driver-driver implementation.Daniel Dunbar