| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow multiple -B prefixes. Patch by Joerg Sonnenberger. | Benjamin Kramer | 2011-02-08 | 1 | -6/+12 |
| * | Moved here from LLVM Clang's configuration options and related macros. | Oscar Fuentes | 2011-02-03 | 1 | -0/+4 |
| * | clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors | Daniel Dunbar | 2011-02-02 | 1 | -2/+3 |
| * | Add NetBSD target support. Patch by Joerg Sonnenberger. | Benjamin Kramer | 2011-02-02 | 1 | -0/+2 |
| * | Driver: Change -dumpversion to return a GCC compatible answer. | Daniel Dunbar | 2011-01-12 | 1 | -1/+7 |
| * | Replace all uses of PathV1::exists with PathV2::fs::exists. | Michael J. Spencer | 2011-01-10 | 1 | -4/+10 |
| * | Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq... | Michael J. Spencer | 2010-12-18 | 1 | -12/+7 |
| * | Replace all uses of PathV1::getLast with PathV2::filename. | Michael J. Spencer | 2010-12-18 | 1 | -5/+5 |
| * | Going back to the drawing board with these two awful hacks. | Eric Christopher | 2010-12-17 | 1 | -4/+1 |
| * | Fix spelling. | Michael J. Spencer | 2010-12-17 | 1 | -1/+1 |
| * | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer | 2010-12-17 | 1 | -4/+6 |
| * | Horrible hack for systems that use -dumpversion with clang to expect versions | Eric Christopher | 2010-12-17 | 1 | -1/+4 |
| * | Driver: M and MM should be grouped together, <rdar://problem/8744831>. | Daniel Dunbar | 2010-12-08 | 1 | -3/+2 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
| * | Use hasErrorOccurred() instead of getNumErrors() where it makes sense. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -2/+2 |
| * | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+1 |
| * | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -4/+13 |
| * | Use CLANG_RESOURCE_DIR define if one is provided, otherwise use the default of | Chandler Carruth | 2010-10-19 | 1 | -4/+9 |
| * | lib/Driver/Driver.cpp: Use the driver g++-4 for Cygwin-1.5. | NAKAMURA Takumi | 2010-10-11 | 1 | -1/+13 |
| * | Revert r114712 due to failure on darwin buildbot. | Nick Lewycky | 2010-09-24 | 1 | -10/+4 |
| * | Make -M/-MM behave like in gcc; use -MF first then -o else use stdout. | Nick Lewycky | 2010-09-23 | 1 | -4/+10 |
| * | Fix header comment so we don't break emacs. | Nick Lewycky | 2010-09-23 | 1 | -1/+1 |
| * | Driver: implement driver automagic support for -lcc_kext | Shantonu Sen | 2010-09-17 | 1 | -3/+11 |
| * | Driver: Support -dumpmachine. | Daniel Dunbar | 2010-09-17 | 1 | -0/+5 |
| * | Driver: Add magic handling for "reserved library names", starting with | Daniel Dunbar | 2010-09-17 | 1 | -0/+12 |
| * | Make "-ccc-cxx" option work on Linux. | Rafael Espindola | 2010-09-06 | 1 | -2/+4 |
| * | Driver: Update -ccc-install-dir to also set the installed dir. Totally | Daniel Dunbar | 2010-08-23 | 1 | -1/+1 |
| * | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer | 2010-08-21 | 1 | -0/+5 |
| * | Driver: Claim the -mlinker-version synthesized argument, it shouldn't be | Daniel Dunbar | 2010-08-17 | 1 | -0/+1 |
| * | Driver: Use the compile time linker version as the default for -mlinker-version, | Daniel Dunbar | 2010-08-12 | 1 | -0/+10 |
| * | Driver: Have -ccc-host-triple simply override the default in the driver, for | Daniel Dunbar | 2010-08-02 | 1 | -3/+4 |
| * | Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte... | Daniel Dunbar | 2010-08-02 | 1 | -1/+1 |
| * | Driver: Give Build{Universal,}Actions access to the default host tool chain. I | Daniel Dunbar | 2010-08-02 | 1 | -9/+9 |
| * | Driver: Add Compilation::addCommand and switch tools to using it, now that we | Daniel Dunbar | 2010-08-02 | 1 | -1/+1 |
| * | Driver: Simplify. | Daniel Dunbar | 2010-08-02 | 1 | -7/+2 |
| * | Driver: Eliminate now unused argument. | Daniel Dunbar | 2010-08-02 | 1 | -4/+2 |
| * | Driver: Simplify logic for sending 'clang -E t.c' output to stdout. | Daniel Dunbar | 2010-08-02 | 1 | -25/+4 |
| * | Driver: Never try to use piped inputs. | Daniel Dunbar | 2010-08-02 | 1 | -7/+2 |
| * | Driver: Start ripping out support for -pipe, which is worthless and complicates | Daniel Dunbar | 2010-08-02 | 1 | -17/+4 |
| * | Driver: Change the driver to take the path to the main executable, instead of | Daniel Dunbar | 2010-07-19 | 1 | -7/+6 |
| * | Driver: When re'execing clang, use path to the main executable instead of | Daniel Dunbar | 2010-07-14 | 1 | -0/+5 |
| * | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+2 |
| * | Driver/Darwin: Only run dsymutil when we are also compiling/assembling as part | Daniel Dunbar | 2010-06-29 | 1 | -5/+19 |
| * | Driver: Support -Wp,-MMD,FOO, which I found an instance of. :( | Daniel Dunbar | 2010-06-15 | 1 | -3/+7 |
| * | Driver: Fix PR4062 by dissecting one particular -Wp, form. | Daniel Dunbar | 2010-06-14 | 1 | -6/+19 |
| * | Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a | Daniel Dunbar | 2010-06-14 | 1 | -3/+27 |
| * | Driver: Switch Compilation to return the translated arguments by default. | Daniel Dunbar | 2010-06-11 | 1 | -1/+1 |
| * | Driver: Add an explicit argument translation phase to the driver itself. We a... | Daniel Dunbar | 2010-06-11 | 1 | -1/+15 |
| * | Fix a couple comments. | Daniel Dunbar | 2010-06-11 | 1 | -3/+1 |
| * | Driver: Eliminate Arg subclasses, which are now unnecessary. | Daniel Dunbar | 2010-06-09 | 1 | -1/+1 |