| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some dead variables clang-analyzer found. | Benjamin Kramer | 2009-12-25 | 1 | -5/+1 |
* | Driver: Fix '... -O4 -O0 ...', which was generating bitcode. | Daniel Dunbar | 2009-12-23 | 1 | -2/+5 |
* | Driver: When linking, don't warn about unused arguments which are obviously only | Daniel Dunbar | 2009-12-22 | 1 | -0/+5 |
* | Remove several .c_str() to be forward-compatible with StringRef. | Jeffrey Yasskin | 2009-12-08 | 1 | -3/+3 |
* | Shorten the help test for -no-canonical-prefixes, put it behind HelpHidden and | Rafael Espindola | 2009-12-07 | 1 | -0/+3 |
* | Unbreak -ccc-cxx and -ccc-clang-cxx defaulting. | Daniel Dunbar | 2009-12-05 | 1 | -2/+3 |
* | Driver: Switch -ccc-* options to using the standard options functionality. | Daniel Dunbar | 2009-12-04 | 1 | -167/+38 |
* | Add OptTable::PrintHelp. | Daniel Dunbar | 2009-12-03 | 1 | -0/+2 |
* | What the FIXMEs want, the FIXMEs shall have. | Daniel Dunbar | 2009-11-25 | 1 | -4/+3 |
* | Factor out OptTable::ParseArgs, for parsing an entire argument vector. | Daniel Dunbar | 2009-11-19 | 1 | -28/+11 |
* | Driver: ArgList doesn't depend on Options.h anymore. | Daniel Dunbar | 2009-11-19 | 1 | -2/+2 |
* | Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of... | Daniel Dunbar | 2009-11-19 | 1 | -1/+1 |
* | Use Option::matches instead of direct ID comparison. | Daniel Dunbar | 2009-11-19 | 1 | -3/+3 |
* | Driver: Split OptTable out into OptTable.{h,cpp} | Daniel Dunbar | 2009-11-19 | 1 | -0/+1 |
* | Driver: Rework OptTable to have no dependency on the options it manages. | Daniel Dunbar | 2009-11-18 | 1 | -1/+1 |
* | Allow customization for the version line. | Mike Stump | 2009-10-09 | 1 | -0/+3 |
* | Provide a common set of routines in Version.h that return Subversion | Douglas Gregor | 2009-10-05 | 1 | -15/+4 |
* | Push "clang-is-production" logic up to tools/driver, and make it hittable by | Daniel Dunbar | 2009-09-22 | 1 | -13/+15 |
* | Improve driver error message when only running the preprocessor and an input is | Daniel Dunbar | 2009-09-17 | 1 | -4/+13 |
* | Change Get{File,Program}Path to return an std::string (instead of a sys::Path). | Daniel Dunbar | 2009-09-09 | 1 | -15/+11 |
* | Push bound architecture name into Compilation::getArgsForToolChain. | Daniel Dunbar | 2009-09-09 | 1 | -7/+7 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -2/+1 |
* | Validate arguments to -arch. | Daniel Dunbar | 2009-09-08 | 1 | -0/+10 |
* | Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate | Daniel Dunbar | 2009-09-08 | 1 | -13/+8 |
* | Simplify. | Daniel Dunbar | 2009-09-08 | 1 | -7/+2 |
* | Fix ShouldUseClangCompiler to use llvm::Triple. | Daniel Dunbar | 2009-09-08 | 1 | -28/+22 |
* | Tweak & reflow comments, and delete trailing whitespace. | Daniel Dunbar | 2009-09-08 | 1 | -193/+173 |
* | Add -ccc-install-dir option for faking installation path. | Daniel Dunbar | 2009-09-04 | 1 | -1/+7 |
* | Update. | Mike Stump | 2009-09-03 | 1 | -0/+4 |
* | Add driver support for -emit-ast and AST compilation steps. | Daniel Dunbar | 2009-09-01 | 1 | -9/+13 |
* | Remove arch normalization from Driver, this should be unnecessary now that | Daniel Dunbar | 2009-08-24 | 1 | -14/+0 |
* | API changes to match llvm ToT. | Chris Lattner | 2009-08-23 | 1 | -4/+4 |
* | Reenable clang using clang-cc for C++ and all archs by default. | Daniel Dunbar | 2009-08-23 | 1 | -1/+1 |
* | Temporarily switch clang back to not using clang-cc by default for C++, and only | Daniel Dunbar | 2009-08-23 | 1 | -1/+14 |
* | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan | 2009-08-22 | 1 | -0/+2 |
* | Switch the driver back to always using clang-cc by default (for C++, and | Daniel Dunbar | 2009-07-23 | 1 | -4/+3 |
* | driver: Print --version on stdout, to match gcc. | Daniel Dunbar | 2009-07-21 | 1 | -7/+7 |
* | Driver: Move Compilation::Execute to Driver::ExecuteCompilation. | Daniel Dunbar | 2009-07-01 | 1 | -0/+48 |
* | OpenBSD support. | Daniel Dunbar | 2009-06-29 | 1 | -0/+2 |
* | Stub out printing of the thread model with -v. | Daniel Dunbar | 2009-06-16 | 1 | -1/+6 |
* | Fake support for -print-multi-* | Daniel Dunbar | 2009-06-16 | 1 | -0/+41 |
* | 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 |