aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Driver.h
AgeCommit message (Expand)Author
2009-11-10Add Diagnostic::Report method for reporting diagnostics without a location.Daniel Dunbar
2009-09-22Push "clang-is-production" logic up to tools/driver, and make it hittable byDaniel Dunbar
2009-09-09Change Get{File,Program}Path to return an std::string (instead of a sys::Path).Daniel Dunbar
2009-09-09Push bound architecture name into Compilation::getArgsForToolChain.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-08Fix ShouldUseClangCompiler to use llvm::Triple.Daniel Dunbar
2009-07-21driver: Print --version on stdout, to match gcc.Daniel Dunbar
2009-07-01Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar
2009-04-18Preliminary PCH support in the driverDouglas Gregor
2009-04-15Driver: Add --help-hiddenDaniel Dunbar
2009-04-01Driver: Allow -ccc-gcc-name to specify the name/path to use whenDaniel Dunbar
2009-03-31Driver: Implement basic --help text.Daniel Dunbar
2009-03-27Fix searching for gcc, we only want executable files.Mike Stump
2009-03-26Driver: Print the correct target when printing the version.Daniel Dunbar
2009-03-26Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method.Daniel Dunbar
2009-03-25Driver: Prep for tool chain specific argument translation.Daniel Dunbar
2009-03-24Driver: Change default use of "clang" compiler.Daniel Dunbar
2009-03-24Move ToolChain::ShouldUseClangCompiler toDaniel Dunbar
2009-03-21Driver: Give Compilation::Execute total control over the Driver resultDaniel Dunbar
2009-03-18Driver: Construct temporary file names.Daniel Dunbar
2009-03-18Driver: Port Clang argument translation.Daniel Dunbar
2009-03-18Driver: Ditch Driver::DefaultToolChain, this can vary between compilations.Daniel Dunbar
2009-03-18Driver: Err, didn't mean to commit this part yet.Daniel Dunbar
2009-03-18Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar
2009-03-17Driver: Add -ccc-print-bindings option (for testing); the PythonDaniel Dunbar
2009-03-17Driver: Pass Driver reference down into Host info, which will need itDaniel Dunbar
2009-03-17Driver: Hide HostInfo implementations.Daniel Dunbar
2009-03-17Driver: Add logic for computing where to put job outputs (pipe,Daniel Dunbar
2009-03-16Driver: Implement majority tool binding logic.Daniel Dunbar
2009-03-16Driver: Migrate some data into the Compilation; after pipeliningDaniel Dunbar
2009-03-16Driver: Sketch Tool and ToolChain classes.Daniel Dunbar
2009-03-13Driver: Sprinkle some consts in, stub out BuildJobs method.Daniel Dunbar
2009-03-13Driver: Support -ccc-print-phases.Daniel Dunbar
2009-03-13Driver: Complete "pipelining" (building the list of abstract actionsDaniel Dunbar
2009-03-13Driver: Handle "immediate" options.Daniel Dunbar
2009-03-12Driver: Determine which compilation stages to run.Daniel Dunbar
2009-03-12Driver: Introduce ActionList typedef, tweak some constness.Daniel Dunbar
2009-03-12Driver: Use standard Diagnostic interface for diagnostics.Daniel Dunbar
2009-03-12Driver: Start sketching construction of abstract built actions.Daniel Dunbar
2009-03-10Driver: Add host info.Daniel Dunbar
2009-03-10Driver: Handle magic -ccc- options.Daniel Dunbar
2009-03-05Driver: Basic argument parsing.Daniel Dunbar
2009-03-04Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar
2009-03-02Stub out some structure for C++ driver.Daniel Dunbar