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
/
Compilation.h
Age
Commit message (
Expand
)
Author
2013-01-29
[driver] Refactor the driver so that a failing commands doesn't prevent
Chad Rosier
2013-01-24
[driver] Associate a JobAction with each result file. This enables the driver
Chad Rosier
2012-10-31
[driver] Completely rework how superfluous options are stripped out of the crash
Chad Rosier
2012-09-13
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-06-29
Use -frewrite-includes for crash reports.
David Blaikie
2012-04-16
use DEFAULT_SYSROOT
Sebastian Pop
2011-11-21
Teach the driver about failure result files, which are compilation
Peter Collingbourne
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
2011-07-20
remove some now-redundant forward declarations.
Chris Lattner
2011-07-20
add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.
Chris Lattner
2011-06-20
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
Francois Pichet
2010-08-02
Driver: Add Compilation::addCommand and switch tools to using it, now that we
Daniel Dunbar
2010-06-11
Driver: Switch Compilation to return the translated arguments by default.
Daniel Dunbar
2010-06-11
Driver: Add an explicit argument translation phase to the driver itself. We a...
Daniel Dunbar
2009-09-09
Push bound architecture name into Compilation::getArgsForToolChain.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-01
Driver: Mark some Compilation members const.
Daniel Dunbar
2009-07-01
Driver: Move Compilation::Execute to Driver::ExecuteCompilation.
Daniel Dunbar
2009-07-01
Driver: Improve diagnostics for failed commands.
Daniel Dunbar
2009-03-25
Driver: Prep for tool chain specific argument translation.
Daniel Dunbar
2009-03-19
Driver: Executing piped jobs with a single command is easy.
Daniel Dunbar
2009-03-18
Driver: Execute jobs; no pipe support yet.
Daniel Dunbar
2009-03-18
Driver: Cleanup temporary/result files.
Daniel Dunbar
2009-03-18
Driver: Implement -### (hard to tell, since we don't actually
Daniel Dunbar
2009-03-18
Driver: Move actions into Compilation, and construct the compilation
Daniel Dunbar
2009-03-17
Driver: Add list of temporary and result files to Compilation.
Daniel Dunbar
2009-03-16
Driver: Migrate some data into the Compilation; after pipelining
Daniel Dunbar
2009-03-04
Driver: Sink Driver/Compilation into clang::driver namespace.
Daniel Dunbar
2009-03-02
Stub out some structure for C++ driver.
Daniel Dunbar