| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for PR4140: Add the start of a Linux toolchain (basically, just | Eli Friedman | 2009-05-26 | 1 | -0/+2 |
| * | (llvm up) Use llvm::Triple for storing target triples. | Daniel Dunbar | 2009-05-22 | 1 | -40/+29 |
| * | Reformat a comment | Daniel Dunbar | 2009-05-18 | 1 | -5/+4 |
| * | Add --analyze-auto. | Daniel Dunbar | 2009-05-06 | 1 | -2/+3 |
| * | DragonFly ToolChain definition for driver. | Daniel Dunbar | 2009-05-02 | 1 | -1/+4 |
| * | Revert r70424. We don't need it | Douglas Gregor | 2009-04-29 | 1 | -3/+0 |
| * | Add PCH version to the -v output | Douglas Gregor | 2009-04-29 | 1 | -0/+3 |
| * | Enable PCH by default | Douglas Gregor | 2009-04-28 | 1 | -1/+1 |
| * | Add a header containing the Clang version; make the driver use this | Douglas Gregor | 2009-04-27 | 1 | -4/+5 |
| * | Turn PCH off by default, yet again. I'm happier about it this time, though | Douglas Gregor | 2009-04-26 | 1 | -1/+1 |
| * | Trying turning on PCH by default yet again. We might actually a chance at suc... | Douglas Gregor | 2009-04-26 | 1 | -1/+1 |
| * | Turn off PCH by default, again | Douglas Gregor | 2009-04-26 | 1 | -1/+1 |
| * | One more crazy try with PCH-by-default | Douglas Gregor | 2009-04-26 | 1 | -1/+1 |
| * | Turn of PCH by default. I got the info I was looking for | Douglas Gregor | 2009-04-26 | 1 | -1/+1 |
| * | Another shot at switching PCH on by default, now that we've cleaned up some b... | Douglas Gregor | 2009-04-26 | 1 | -1/+1 |
| * | Revert my PCH change. I'm happy now | Douglas Gregor | 2009-04-25 | 1 | -1/+1 |
| * | Temporarily try to build with PCH by default. Revert this change once | Douglas Gregor | 2009-04-25 | 1 | -1/+1 |
| * | Look at the TMP environment variable as well. | Daniel Dunbar | 2009-04-21 | 1 | -0/+2 |
| * | Also look at the TEMP environment variable as a place to put temporary | Daniel Dunbar | 2009-04-20 | 1 | -5/+6 |
| * | If defined, use TMPDIR environment variable as location for temporary files. | Daniel Dunbar | 2009-04-20 | 1 | -1/+6 |
| * | Preliminary PCH support in the driver | Douglas Gregor | 2009-04-18 | 1 | -1/+9 |
| * | Driver: Allow using clang as a precompiler, even if it is an | Daniel Dunbar | 2009-04-16 | 1 | -0/+6 |
| * | Driver: Add --help-hidden | Daniel Dunbar | 2009-04-15 | 1 | -3/+38 |
| * | Driver: CCC_ADD_ARGS could end up using dangling pointers. | Daniel Dunbar | 2009-04-10 | 1 | -2/+0 |
| * | Driver: Add 'q' flag for options which shouldn't be reported as unused. | Daniel Dunbar | 2009-04-07 | 1 | -1/+5 |
| * | Driver: Handle -dumpversion, this is used by some configuration | Daniel Dunbar | 2009-04-04 | 1 | -0/+8 |
| * | Driver: Automatically suppress warnings for duplicate versions of | Daniel Dunbar | 2009-04-04 | 1 | -1/+21 |
| * | Driver: Add -Qunused-arguments option to suppress driver "unused | Daniel Dunbar | 2009-04-03 | 1 | -2/+3 |
| * | Wire --version to normal -v version text. | Daniel Dunbar | 2009-04-02 | 1 | -0/+5 |
| * | Driver: Allow -ccc-gcc-name to specify the name/path to use when | Daniel Dunbar | 2009-04-01 | 1 | -1/+6 |
| * | Quick and dirty (!) fix to make sure we use powerpc in triples. | Daniel Dunbar | 2009-04-01 | 1 | -3/+12 |
| * | Driver: Implement basic --help text. | Daniel Dunbar | 2009-03-31 | 1 | -0/+72 |
| * | Driver: Sketch FreeBSD tool chain. | Daniel Dunbar | 2009-03-30 | 1 | -0/+3 |
| * | Driver: Support -M and -MM. | Daniel Dunbar | 2009-03-30 | 1 | -9/+12 |
| * | Driver: Make sure to claim -### before emitting "unused argument" | Daniel Dunbar | 2009-03-29 | 1 | -0/+3 |
| * | Driver: -print-libgcc-file-name was searching wrong path list. | Daniel Dunbar | 2009-03-27 | 1 | -1/+1 |
| * | Fix searching for gcc, we only want executable files. | Mike Stump | 2009-03-27 | 1 | -3/+4 |
| * | Driver: Fix a number of option definition mismatches (flags instead of | Daniel Dunbar | 2009-03-26 | 1 | -2/+2 |
| * | Driver: Print the correct target when printing the version. | Daniel Dunbar | 2009-03-26 | 1 | -6/+6 |
| * | Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. | Daniel Dunbar | 2009-03-26 | 1 | -0/+39 |
| * | hopefully fix VC++ build error. | Chris Lattner | 2009-03-26 | 1 | -0/+1 |
| * | Driver: Prep for tool chain specific argument translation. | Daniel Dunbar | 2009-03-25 | 1 | -5/+6 |
| * | Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. | Daniel Dunbar | 2009-03-24 | 1 | -2/+9 |
| * | Driver: Warn when 'clang' is used to compile a source file we could | Daniel Dunbar | 2009-03-24 | 1 | -3/+9 |
| * | Driver: Change default use of "clang" compiler. | Daniel Dunbar | 2009-03-24 | 1 | -12/+18 |
| * | Move ToolChain::ShouldUseClangCompiler to | Daniel Dunbar | 2009-03-24 | 1 | -0/+27 |
| * | Driver: Setup file and program search paths in tool chains. | Daniel Dunbar | 2009-03-23 | 1 | -9/+2 |
| * | Driver: Implement 'missing argument' error. | Daniel Dunbar | 2009-03-22 | 1 | -9/+14 |
| * | ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. | Daniel Dunbar | 2009-03-20 | 1 | -2/+4 |
| * | Driver: Add Arg::getAsString and use when dumping arguments to | Daniel Dunbar | 2009-03-20 | 1 | -6/+6 |