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