index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Driver
/
Action.h
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-10-11
Remove pointless classof()'s.
Sean Silva
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-08-23
Add support for a verifier to the driver. Currently only verifies debug
Eric Christopher
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-20
introduce a centralized place to introduce and inject llvm types into the
Chris Lattner
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-07-01
Driver: Improve diagnostics for failed commands.
Daniel Dunbar
2009-03-18
Driver: Ditch Driver::DefaultToolChain, this can vary between compilations.
Daniel Dunbar
2009-03-16
Driver: Include Casting header definitions in a few places, add
Daniel Dunbar
2009-03-13
Driver: Provide food and shelter for Action vtables.
Daniel Dunbar
2009-03-13
Driver: Add cast<> support for Action, and some other accessors.
Daniel Dunbar
2009-03-13
Driver: Add remaining Action classes we need.
Daniel Dunbar
2009-03-12
Driver: Add majority of driver-driver implementation.
Daniel Dunbar
2009-03-12
Driver: Start sketching construction of abstract built actions.
Daniel Dunbar