summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support QA_OVERRIDE_GCC3_OPTIONSDaniel Dunbar2009-04-171-10/+111
* Driver: CCC_ADD_ARGS could end up using dangling pointers.Daniel Dunbar2009-04-101-1/+1
* Allow CCC_ADD_ARGS to add empty argumentsDaniel Dunbar2009-04-011-5/+3
* Support CCC_ADD_ARGS in new driver.Daniel Dunbar2009-04-011-2/+37
* (LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar2009-03-311-7/+5
* Rename clang-driver to clang.Daniel Dunbar2009-03-241-0/+1
* Driver: Give Compilation::Execute total control over the Driver resultDaniel Dunbar2009-03-211-8/+4
* Driver: Get executable path using llvm::sys::Path::GetMainExecutable.Daniel Dunbar2009-03-181-5/+8
* Driver: Use custom diag printer to drop dependency on libFrontend andDaniel Dunbar2009-03-181-7/+38
* Driver: Use PrettyStackTrace.Daniel Dunbar2009-03-181-1/+8
* Driver: Implement majority tool binding logic.Daniel Dunbar2009-03-161-0/+1
* Driver: Return 0 from BuildCompilation on -ccc-print-phases,Daniel Dunbar2009-03-131-0/+2
* Driver: Use standard Diagnostic interface for diagnostics.Daniel Dunbar2009-03-121-2/+16
* Driver: Add host info.Daniel Dunbar2009-03-101-1/+5
* Driver: Handle magic -ccc- options.Daniel Dunbar2009-03-101-1/+8
* Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar2009-03-041-1/+1
* Driver: More Option implementation.Daniel Dunbar2009-03-041-0/+3
* Sketch Driver Option classes.Daniel Dunbar2009-03-031-2/+2
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-0/+29
OpenPOWER on IntegriCloud