summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Compilation.h
Commit message (Expand)AuthorAgeFilesLines
* use DEFAULT_SYSROOTSebastian Pop2012-04-161-0/+3
* Teach the driver about failure result files, which are compilationPeter Collingbourne2011-11-211-0/+15
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-0/+9
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-9/+0
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-0/+9
* remove some now-redundant forward declarations.Chris Lattner2011-07-201-5/+0
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-1/+1
* Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet2011-06-201-1/+0
* Driver: Add Compilation::addCommand and switch tools to using it, now that weDaniel Dunbar2010-08-021-0/+2
* Driver: Switch Compilation to return the translated arguments by default.Daniel Dunbar2010-06-111-3/+4
* Driver: Add an explicit argument translation phase to the driver itself. We a...Daniel Dunbar2010-06-111-1/+7
* Push bound architecture name into Compilation::getArgsForToolChain.Daniel Dunbar2009-09-091-2/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-5/+5
* Driver: Mark some Compilation members const.Daniel Dunbar2009-07-011-3/+4
* Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar2009-07-011-6/+6
* Driver: Improve diagnostics for failed commands.Daniel Dunbar2009-07-011-6/+10
* Driver: Prep for tool chain specific argument translation.Daniel Dunbar2009-03-251-9/+10
* Driver: Executing piped jobs with a single command is easy.Daniel Dunbar2009-03-191-0/+5
* Driver: Execute jobs; no pipe support yet.Daniel Dunbar2009-03-181-2/+8
* Driver: Cleanup temporary/result files.Daniel Dunbar2009-03-181-3/+17
* Driver: Implement -### (hard to tell, since we don't actuallyDaniel Dunbar2009-03-181-0/+13
* Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar2009-03-181-0/+9
* Driver: Add list of temporary and result files to Compilation.Daniel Dunbar2009-03-171-2/+22
* Driver: Migrate some data into the Compilation; after pipeliningDaniel Dunbar2009-03-161-1/+29
* Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar2009-03-041-0/+2
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-0/+29