| Commit message (Expand) | Author | Age | Files | Lines |
| * | Frontend: Add basic -H support. | Daniel Dunbar | 2010-08-24 | 1 | -0/+1 |
| * | Driver/Clang: Forward -Wa, and -Xassembler to clang -cc1 when using the | Daniel Dunbar | 2010-08-24 | 1 | -3/+8 |
| * | Driver: Move Clang "triple" computation routines to method on the | Daniel Dunbar | 2010-08-23 | 1 | -81/+2 |
| * | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer | 2010-08-21 | 1 | -0/+41 |
| * | Add machine-parseable Fix-It output as part of diagnostics, under the | Douglas Gregor | 2010-08-19 | 1 | -0/+1 |
| * | Pass some things to the linker that gcc passes. -r is the only one of these ... | David Chisnall | 2010-08-15 | 1 | -0/+4 |
| * | Switch on PCH for C++. C++ fans all over the world rejoice. | Argyrios Kyrtzidis | 2010-08-11 | 1 | -6/+2 |
| * | Driver/Darwin: Pass -demangle when linking, if the linker supports it. | Daniel Dunbar | 2010-08-11 | 1 | -0/+16 |
| * | Driver: Add -mlinker-version=, which forwards to -target-linker-version. | Daniel Dunbar | 2010-08-11 | 1 | -0/+6 |
| * | Turn on idempotent operations checker when using --analyze. | Ted Kremenek | 2010-08-10 | 1 | -0/+1 |
| * | Run the assembler instead of gcc on Linux. | Rafael Espindola | 2010-08-10 | 1 | -0/+37 |
| * | Make -funroll-loops turn on loop unrolling in the optimizer instead | Eric Christopher | 2010-08-07 | 1 | -0/+1 |
| * | Driver: Don't forward any -g options to GCC, when using it to drive the | Daniel Dunbar | 2010-08-03 | 1 | -0/+5 |
| * | Driver: Add Compilation::addCommand and switch tools to using it, now that we | Daniel Dunbar | 2010-08-02 | 1 | -47/+44 |
| * | Driver: Eliminate special InputInfo kind for pipes, it is now unused. | Daniel Dunbar | 2010-08-02 | 1 | -121/+34 |
| * | Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan | Daniel Dunbar | 2010-08-01 | 1 | -1/+11 |
| * | Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. | Daniel Dunbar | 2010-07-22 | 1 | -1/+3 |
| * | Add -lstdc++ to DragonFly tools. | Rafael Espindola | 2010-07-20 | 1 | -0/+5 |
| * | Driver: Make -fnext-runtime the default when rewriting Objective-C. | Daniel Dunbar | 2010-07-19 | 1 | -2/+7 |
| * | Driver: Fix a possible use after free. | Daniel Dunbar | 2010-07-18 | 1 | -4/+4 |
| * | Driver: When re'execing clang, use path to the main executable instead of | Daniel Dunbar | 2010-07-14 | 1 | -6/+4 |
| * | Driver: Remove some unused arguments. | Daniel Dunbar | 2010-07-14 | 1 | -49/+49 |
| * | Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends | Daniel Dunbar | 2010-07-13 | 1 | -2/+9 |
| * | Introduce -f{no-}spell-checking options to enable/disable | Douglas Gregor | 2010-07-09 | 1 | -0/+4 |
| * | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -29/+157 |
| * | Driver/IRgen: Add support for -momit-leaf-frame-pointer. | Daniel Dunbar | 2010-07-01 | 1 | -0/+5 |
| * | Set the default arch based on the triple. | Rafael Espindola | 2010-06-28 | 1 | -46/+55 |
| * | Use softfp for linux gnueabi, keep the warning for everything else. | Rafael Espindola | 2010-06-27 | 1 | -2/+9 |
| * | Implement support for -fwrapv, rdar://7221421 | Chris Lattner | 2010-06-26 | 1 | -0/+1 |
| * | Driver: Remove some dead code left around after a refactoring. Found by the | Daniel Dunbar | 2010-06-22 | 1 | -10/+0 |
| * | implement support for -finstrument-functions, patch by Nelson | Chris Lattner | 2010-06-22 | 1 | -0/+2 |
| * | Change the test for which ABI/CC to use on ARM to be base on the environment | Rafael Espindola | 2010-06-16 | 1 | -12/+5 |
| * | Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> | Douglas Gregor | 2010-06-15 | 1 | -0/+2 |
| * | Driver: Eliminate uses of Arg::getIndex. | Daniel Dunbar | 2010-06-14 | 1 | -2/+3 |
| * | Driver: Fix arg_iterator typing to reflect that it is really an iterator over... | Daniel Dunbar | 2010-06-11 | 1 | -16/+16 |
| * | Add an option -fshow-overloads=best|all to limit the number of overload | Jeffrey Yasskin | 2010-06-11 | 1 | -0/+3 |
| * | Implement -fcaret-diagnostics to undo -fno-caret-diagnostics. | Jeffrey Yasskin | 2010-06-08 | 1 | -1/+5 |
| * | Driver: Support invoking Clang on .ll or .bc inputs. | Daniel Dunbar | 2010-06-07 | 1 | -10/+20 |
| * | Driver: Change -dwarf-debug-flags option to pass the original command line | Daniel Dunbar | 2010-06-04 | 1 | -2/+7 |
| * | Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which is | Daniel Dunbar | 2010-06-04 | 1 | -42/+0 |
| * | Driver: Add an explicit dsymutil action. | Daniel Dunbar | 2010-06-04 | 1 | -0/+20 |
| * | Driver: Spell -relax-all correctly when calling the cc1as tool. | Daniel Dunbar | 2010-05-28 | 1 | -1/+1 |
| * | Driver: Update -O -> -O2 replacement for addition of -O0 option. | Daniel Dunbar | 2010-05-27 | 1 | -1/+2 |
| * | Driver: Add support for -m[no-]relax-all, and make it the default at -O0. | Daniel Dunbar | 2010-05-27 | 1 | -0/+18 |
| * | Daniel re-educated me about what Alias does and does not do. Turn that off for | Chandler Carruth | 2010-05-22 | 1 | -0/+8 |
| * | Driver: Add a tool definition for the Clang integrated assembler. | Daniel Dunbar | 2010-05-20 | 1 | -0/+52 |
| * | Expose -fobjc-nonfragile-abi2 as a top-level clang driver option. Fixes <rda... | Ted Kremenek | 2010-05-20 | 1 | -0/+5 |
| * | Driver: Make -fverbose-asm the default for platforms where the integrated | Daniel Dunbar | 2010-05-14 | 1 | -1/+8 |
| * | Driver/Darwin/i386: Don't allow compiling C++ with -fapple-kext, we don't sup... | Daniel Dunbar | 2010-05-12 | 1 | -1/+11 |
| * | Simplify. | Daniel Dunbar | 2010-05-12 | 1 | -3/+3 |