summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-011-9/+13
* Remove arch normalization from Driver, this should be unnecessary now thatDaniel Dunbar2009-08-241-14/+0
* API changes to match llvm ToT.Chris Lattner2009-08-231-4/+4
* Reenable clang using clang-cc for C++ and all archs by default.Daniel Dunbar2009-08-231-1/+1
* Temporarily switch clang back to not using clang-cc by default for C++, and onlyDaniel Dunbar2009-08-231-1/+14
* Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan2009-08-221-0/+2
* Switch the driver back to always using clang-cc by default (for C++, andDaniel Dunbar2009-07-231-4/+3
* driver: Print --version on stdout, to match gcc.Daniel Dunbar2009-07-211-7/+7
* Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar2009-07-011-0/+48
* OpenBSD support.Daniel Dunbar2009-06-291-0/+2
* Stub out printing of the thread model with -v.Daniel Dunbar2009-06-161-1/+6
* Fake support for -print-multi-*Daniel Dunbar2009-06-161-0/+41
* Fix for PR4140: Add the start of a Linux toolchain (basically, just Eli Friedman2009-05-261-0/+2
* (llvm up) Use llvm::Triple for storing target triples.Daniel Dunbar2009-05-221-40/+29
* Reformat a commentDaniel Dunbar2009-05-181-5/+4
* Add --analyze-auto.Daniel Dunbar2009-05-061-2/+3
* DragonFly ToolChain definition for driver.Daniel Dunbar2009-05-021-1/+4
* Revert r70424. We don't need itDouglas Gregor2009-04-291-3/+0
* Add PCH version to the -v outputDouglas Gregor2009-04-291-0/+3
* Enable PCH by defaultDouglas Gregor2009-04-281-1/+1
* Add a header containing the Clang version; make the driver use thisDouglas Gregor2009-04-271-4/+5
* Turn PCH off by default, yet again. I'm happier about it this time, thoughDouglas Gregor2009-04-261-1/+1
* Trying turning on PCH by default yet again. We might actually a chance at suc...Douglas Gregor2009-04-261-1/+1
* Turn off PCH by default, againDouglas Gregor2009-04-261-1/+1
* One more crazy try with PCH-by-defaultDouglas Gregor2009-04-261-1/+1
* Turn of PCH by default. I got the info I was looking forDouglas Gregor2009-04-261-1/+1
* Another shot at switching PCH on by default, now that we've cleaned up some b...Douglas Gregor2009-04-261-1/+1
* Revert my PCH change. I'm happy nowDouglas Gregor2009-04-251-1/+1
* Temporarily try to build with PCH by default. Revert this change onceDouglas Gregor2009-04-251-1/+1
* Look at the TMP environment variable as well.Daniel Dunbar2009-04-211-0/+2
* Also look at the TEMP environment variable as a place to put temporaryDaniel Dunbar2009-04-201-5/+6
* If defined, use TMPDIR environment variable as location for temporary files.Daniel Dunbar2009-04-201-1/+6
* Preliminary PCH support in the driverDouglas Gregor2009-04-181-1/+9
* Driver: Allow using clang as a precompiler, even if it is anDaniel Dunbar2009-04-161-0/+6
* Driver: Add --help-hiddenDaniel Dunbar2009-04-151-3/+38
* Driver: CCC_ADD_ARGS could end up using dangling pointers.Daniel Dunbar2009-04-101-2/+0
* Driver: Add 'q' flag for options which shouldn't be reported as unused.Daniel Dunbar2009-04-071-1/+5
* Driver: Handle -dumpversion, this is used by some configurationDaniel Dunbar2009-04-041-0/+8
* Driver: Automatically suppress warnings for duplicate versions ofDaniel Dunbar2009-04-041-1/+21
* Driver: Add -Qunused-arguments option to suppress driver "unusedDaniel Dunbar2009-04-031-2/+3
* Wire --version to normal -v version text.Daniel Dunbar2009-04-021-0/+5
* Driver: Allow -ccc-gcc-name to specify the name/path to use whenDaniel Dunbar2009-04-011-1/+6
* Quick and dirty (!) fix to make sure we use powerpc in triples.Daniel Dunbar2009-04-011-3/+12
* Driver: Implement basic --help text.Daniel Dunbar2009-03-311-0/+72
* Driver: Sketch FreeBSD tool chain.Daniel Dunbar2009-03-301-0/+3
* Driver: Support -M and -MM.Daniel Dunbar2009-03-301-9/+12
* Driver: Make sure to claim -### before emitting "unused argument"Daniel Dunbar2009-03-291-0/+3
* Driver: -print-libgcc-file-name was searching wrong path list.Daniel Dunbar2009-03-271-1/+1
* Fix searching for gcc, we only want executable files.Mike Stump2009-03-271-3/+4
* Driver: Fix a number of option definition mismatches (flags instead ofDaniel Dunbar2009-03-261-2/+2
OpenPOWER on IntegriCloud