summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Compilation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Missing header from last commit; accidental change.John McCall2011-07-061-1/+0
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-0/+1
* Driver: When compilation fails, don't try to remove output files we don't haveDaniel Dunbar2011-04-251-0/+6
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build.Benjamin Kramer2010-10-301-1/+1
* Don't test isRegularFile before calling eraseFromDisk, sinceDan Gohman2010-10-291-11/+5
* Driver: Eliminate PipedJob, which is now unused.Daniel Dunbar2010-08-021-12/+0
* Driver: Add an explicit argument translation phase to the driver itself. We a...Daniel Dunbar2010-06-111-7/+12
* Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -...Daniel Dunbar2010-03-201-2/+28
* Driver: Fix -### to quote shell special characters, following gcc.Daniel Dunbar2010-03-201-4/+15
* Fix for Path::isSpecialFile to Path::isRegularFile API in rev 89765.Edward O'Callaghan2009-11-251-1/+1
* Fix for PR5568.Edward O'Callaghan2009-11-241-0/+7
* Driver: ArgList doesn't depend on Options.h anymore.Daniel Dunbar2009-11-191-0/+1
* Push bound architecture name into TranslateArgs.Daniel Dunbar2009-09-091-1/+1
* Push bound architecture name into Compilation::getArgsForToolChain.Daniel Dunbar2009-09-091-4/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-18/+18
* Driver: Mark some Compilation members const.Daniel Dunbar2009-07-011-2/+2
* Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar2009-07-011-48/+0
* Driver: Improve diagnostics for failed commands.Daniel Dunbar2009-07-011-6/+37
* Driver: Prep for tool chain specific argument translation.Daniel Dunbar2009-03-251-9/+6
* Driver: Result files shouldn't be removed on failure when -save-tempsDaniel Dunbar2009-03-241-1/+1
* Driver: Give Compilation::Execute total control over the Driver resultDaniel Dunbar2009-03-211-0/+4
* Driver: Compilation::Execute wasn't returning result code correctly.Daniel Dunbar2009-03-191-1/+1
* Driver: Executing piped jobs with a single command is easy.Daniel Dunbar2009-03-191-23/+30
* Driver: Execute jobs; no pipe support yet.Daniel Dunbar2009-03-181-14/+56
* Driver: Cleanup temporary/result files.Daniel Dunbar2009-03-181-2/+46
* Driver: Implement -### (hard to tell, since we don't actuallyDaniel Dunbar2009-03-181-0/+27
* Driver: Fix Compilation::getArgsForToolChain, local variable wasDaniel Dunbar2009-03-181-4/+4
* Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar2009-03-181-0/+6
* Driver: Migrate some data into the Compilation; after pipeliningDaniel Dunbar2009-03-161-2/+28
* Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar2009-03-041-1/+1
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-0/+21
OpenPOWER on IntegriCloud