| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Handle -ffunction-sections and -fdata-sections in the driver. | Rafael Espindola | 2010-05-06 | 1 | -0/+3 |
* | Remove a dependency on Frontend headers in the Driver library. Also saves | Chandler Carruth | 2010-05-06 | 1 | -13/+8 |
* | add a new -fdiagnostics-show-category=none/id/name option, giving control | Chris Lattner | 2010-05-04 | 1 | -0/+6 |
* | Introduce a limit on the depth of the macro instantiation backtrace | Douglas Gregor | 2010-05-04 | 1 | -1/+10 |
* | Do not enable '-analyze-check-security-syntactic' by default when using '--an... | Ted Kremenek | 2010-04-29 | 1 | -1/+3 |
* | Driver: Add support for -fobjc-abi-version=. | Daniel Dunbar | 2010-04-28 | 1 | -1/+13 |
* | Simplify. | Daniel Dunbar | 2010-04-27 | 1 | -4/+2 |
* | Add Driver support for -fno-constant-cfstrings. | Daniel Dunbar | 2010-04-27 | 1 | -0/+8 |
* | NeXT: Clean up dispatch method policy selection. | Daniel Dunbar | 2010-04-24 | 1 | -7/+11 |
* | Simplify. | Daniel Dunbar | 2010-04-24 | 1 | -6/+2 |
* | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor | 2010-04-20 | 1 | -0/+6 |
* | Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not | Chandler Carruth | 2010-04-17 | 1 | -0/+10 |
* | Driver: Add missing claim() for -mllvm options. | Daniel Dunbar | 2010-04-17 | 1 | -0/+2 |
* | Tidy up comment. | Daniel Dunbar | 2010-04-15 | 1 | -4/+3 |
* | Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM o... | Daniel Dunbar | 2010-04-15 | 1 | -1/+11 |
* | add haiku support, patch by Paul Davey! | Chris Lattner | 2010-04-11 | 1 | -0/+5 |
* | Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support... | Daniel Dunbar | 2010-04-10 | 1 | -2/+15 |
* | Turn access control on by default in the driver. | John McCall | 2010-04-09 | 1 | -2/+2 |
* | Turn access control on by default in -cc1. | John McCall | 2010-04-09 | 1 | -4/+4 |
* | Remove caseless switch. | Benjamin Kramer | 2010-04-08 | 1 | -7/+3 |
* | add a new driver-level -ferror-limit=412 option, which causes clang to stop | Chris Lattner | 2010-04-07 | 1 | -0/+6 |
* | add support for -MQ flag to quote targets in dependency file, | Chris Lattner | 2010-03-29 | 1 | -6/+52 |
* | Implement support for -nostdc++. Fixes PR6446. | Douglas Gregor | 2010-03-24 | 1 | -0/+2 |
* | Disable the emission of frontend warnings (not errors) under --analyze. | Ted Kremenek | 2010-03-22 | 1 | -0/+5 |
* | Driver: Fix a number of -fapple-kext issues: | Daniel Dunbar | 2010-03-20 | 1 | -5/+13 |
* | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar | 2010-03-20 | 1 | -0/+5 |
* | Driver: Fix possible crash when targetting an unknown (unsupported) Darwin | Daniel Dunbar | 2010-03-20 | 1 | -0/+6 |
* | Make -faccess-control and -fno-access-control driver options. | John McCall | 2010-03-17 | 1 | -0/+6 |