summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Driver: Print the correct target when printing the version.Daniel Dunbar2009-03-261-6/+6
* Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method.Daniel Dunbar2009-03-261-0/+39
* hopefully fix VC++ build error.Chris Lattner2009-03-261-0/+1
* Driver: Prep for tool chain specific argument translation.Daniel Dunbar2009-03-251-5/+6
* Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc.Daniel Dunbar2009-03-241-2/+9
* Driver: Warn when 'clang' is used to compile a source file we couldDaniel Dunbar2009-03-241-3/+9
* Driver: Change default use of "clang" compiler.Daniel Dunbar2009-03-241-12/+18
* Move ToolChain::ShouldUseClangCompiler toDaniel Dunbar2009-03-241-0/+27
* Driver: Setup file and program search paths in tool chains.Daniel Dunbar2009-03-231-9/+2
* Driver: Implement 'missing argument' error.Daniel Dunbar2009-03-221-9/+14
* ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.Daniel Dunbar2009-03-201-2/+4
* Driver: Add Arg::getAsString and use when dumping arguments toDaniel Dunbar2009-03-201-6/+6
* Driver: Implement -print-search-dirs.Daniel Dunbar2009-03-201-0/+19
* Driver: Temporary hack to allow -ccc-print-bindings to work (forDaniel Dunbar2009-03-201-1/+4
* Driver: Claim unused input arguments when emitting "input file unused"Daniel Dunbar2009-03-191-0/+2
* Driver: Claim -arch options when pipelining, and claim arguments thatDaniel Dunbar2009-03-191-1/+2
* Driver: Handle "linker input" arguments.Daniel Dunbar2009-03-191-6/+9
* Driver: Forcibly disable pipe support until we can execute them, theDaniel Dunbar2009-03-181-1/+13
* Driver: Delete the temporary files llvm::sys::Path::makeUniqueDaniel Dunbar2009-03-181-0/+4
* Driver: Cleanup temporary/result files.Daniel Dunbar2009-03-181-1/+1
* Driver: Lookup program names using llvm::sys::Program::FindProgramByName Daniel Dunbar2009-03-181-0/+6
OpenPOWER on IntegriCloud