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
/
Job.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-08-02
When the compiler crashes, the compiler driver now produces diagnostic
Chad Rosier
2011-07-20
Temporarily revert r135614 while I fix the cmake build.
Chad Rosier
2011-07-20
When the compiler crashes, the compiler driver now produces diagnostic inform...
Chad Rosier
2010-12-31
Remove stray emacs mode markers in all these files that was causing emacs to
Nick Lewycky
2010-08-02
Driver: Eliminate PipedJob, which is now unused.
Daniel Dunbar
2010-03-11
Driver: Free jobs in JobList and PipedJob instances.
Daniel Dunbar
2009-12-02
Driver: Add Command::Creator member variable, which tracks the tool that was
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-01
Driver: Add Source argument for Commands to hold the Action which caused a
Daniel Dunbar
2009-03-18
Driver: ConstructJob also needs to know the destination (where to put
Daniel Dunbar
2009-03-18
Driver: Rename Command::Argv to Command::Arguments to make it clearer
Daniel Dunbar
2009-03-13
Driver: Add simple Job classes, simple wrappers for information about
Daniel Dunbar