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