index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
/
Action.cpp
Age
Commit message (
Expand
)
Author
2013-02-21
Remove the SplitDebug action and replace with a set of commands
Eric Christopher
2013-02-05
Driver and option support for -gsplit-dwarf. This is a part of
Eric Christopher
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
More missing header inclusions from llvm_unreachable migration.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-08-23
Add support for a verifier to the driver. Currently only verifies debug
Eric Christopher
2010-12-31
Remove stray emacs mode markers in all these files that was causing emacs to
Nick Lewycky
2010-06-04
Driver: Add an explicit dsymutil action.
Daniel Dunbar
2010-03-11
Driver: Free Action objects.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-18
Driver: I was too hasty in free'ing Actions, we sometimes share
Daniel Dunbar
2009-03-18
Driver: Move actions into Compilation, and construct the compilation
Daniel Dunbar
2009-03-13
Driver: Action vtables were still hungry.
Daniel Dunbar
2009-03-13
Driver: Provide food and shelter for Action vtables.
Daniel Dunbar
2009-03-13
ccc/Driver: Normalize phase spelling in -ccc-print-phases.
Daniel Dunbar
2009-03-13
Driver: Add cast<> support for Action, and some other accessors.
Daniel Dunbar
2009-03-12
Driver: Add majority of driver-driver implementation.
Daniel Dunbar