Age | Commit message (Expand) | Author |
2009-10-09 | Allow customization for the version line. | Mike Stump |
2009-10-05 | Provide a common set of routines in Version.h that return Subversion | Douglas Gregor |
2009-09-22 | Push "clang-is-production" logic up to tools/driver, and make it hittable by | Daniel Dunbar |
2009-09-17 | Improve driver error message when only running the preprocessor and an input is | Daniel Dunbar |
2009-09-09 | Change Get{File,Program}Path to return an std::string (instead of a sys::Path). | Daniel Dunbar |
2009-09-09 | Push bound architecture name into Compilation::getArgsForToolChain. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | Validate arguments to -arch. | Daniel Dunbar |
2009-09-08 | Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate | Daniel Dunbar |
2009-09-08 | Simplify. | Daniel Dunbar |
2009-09-08 | Fix ShouldUseClangCompiler to use llvm::Triple. | Daniel Dunbar |
2009-09-08 | Tweak & reflow comments, and delete trailing whitespace. | Daniel Dunbar |
2009-09-04 | Add -ccc-install-dir option for faking installation path. | Daniel Dunbar |
2009-09-03 | Update. | Mike Stump |
2009-09-01 | Add driver support for -emit-ast and AST compilation steps. | Daniel Dunbar |
2009-08-24 | Remove arch normalization from Driver, this should be unnecessary now that | Daniel Dunbar |
2009-08-23 | API changes to match llvm ToT. | Chris Lattner |
2009-08-23 | Reenable clang using clang-cc for C++ and all archs by default. | Daniel Dunbar |
2009-08-23 | Temporarily switch clang back to not using clang-cc by default for C++, and only | Daniel Dunbar |
2009-08-22 | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan |
2009-07-23 | Switch the driver back to always using clang-cc by default (for C++, and | Daniel Dunbar |
2009-07-21 | driver: Print --version on stdout, to match gcc. | Daniel Dunbar |
2009-07-01 | Driver: Move Compilation::Execute to Driver::ExecuteCompilation. | Daniel Dunbar |
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 |