aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Action.cpp
AgeCommit message (Expand)Author
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