| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Driver: Fix forwarding of -fno-lax-vector-conversions. | Daniel Dunbar | 2010-03-16 | 1 | -1/+6 |
| * | Don't produce debug info when given -g. Fixes PR6529. | Rafael Espindola | 2010-03-07 | 1 | -1/+3 |
| * | Add in some more MIPS command line options. | Eric Christopher | 2010-03-02 | 1 | -0/+71 |
| * | Unconditionally support block introspection data in a new field at the end | Blaine Garst | 2010-02-23 | 1 | -1/+0 |
| * | Enable -mconstructor-aliases by default on non-darwin platforms. | John McCall | 2010-02-19 | 1 | -0/+5 |
| * | Driver: Tweak freebsd::Link, by Roman Divacky. | Daniel Dunbar | 2010-02-17 | 1 | -2/+4 |
| * | Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds | John McCall | 2010-02-13 | 1 | -0/+5 |
| * | Driver: Fix clang -ccc-no-clang -x c++-header foo.h on Darwin. | Daniel Dunbar | 2010-02-11 | 1 | -1/+2 |
| * | Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. | Daniel Dunbar | 2010-02-11 | 1 | -1/+16 |
| * | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar | 2010-02-10 | 1 | -0/+3 |
| * | Add support for threadsafe statics, and make them the default (matching gcc). | Anders Carlsson | 2010-02-06 | 1 | -0/+5 |
| * | Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. | Ted Kremenek | 2010-02-05 | 1 | -1/+1 |
| * | Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-miss... | Ted Kremenek | 2010-02-05 | 1 | -1/+1 |
| * | Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. | Ted Kremenek | 2010-02-05 | 1 | -1/+1 |
| * | Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-... | Ted Kremenek | 2010-02-05 | 1 | -1/+1 |
| * | Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. | Ted Kremenek | 2010-02-05 | 1 | -1/+1 |
| * | Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-sy... | Ted Kremenek | 2010-02-05 | 1 | -1/+1 |
| * | Driver: Add -[no-]integrated-as for clang. | Daniel Dunbar | 2010-02-03 | 1 | -0/+2 |
| * | Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. | Daniel Dunbar | 2010-02-01 | 1 | -1/+1 |
| * | Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used. | Daniel Dunbar | 2010-02-01 | 1 | -1/+13 |
| * | Simplify. | Daniel Dunbar | 2010-01-30 | 1 | -2/+1 |
| * | Use StringRef instead of returning a temporary std::string. | Benjamin Kramer | 2010-01-30 | 1 | -1/+1 |
| * | Driver: Don't honor -std-default for C++, this makes it hard to run the gdb test | Daniel Dunbar | 2010-01-29 | 1 | -2/+8 |
| * | Introduce serialization and deserialization of diagnostic information | Douglas Gregor | 2010-01-28 | 1 | -0/+3 |
| * | Driver/Darwin: Simplify target version checks. | Daniel Dunbar | 2010-01-27 | 1 | -19/+15 |
| * | Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS | Daniel Dunbar | 2010-01-27 | 1 | -7/+20 |
| * | Driver/Darwin: Switch clang -triple synthesis to use computed target informat... | Daniel Dunbar | 2010-01-27 | 1 | -31/+17 |
| * | Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate. | Daniel Dunbar | 2010-01-27 | 1 | -4/+4 |
| * | Simplify. | Daniel Dunbar | 2010-01-26 | 1 | -14/+5 |
| * | Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) tr... | Daniel Dunbar | 2010-01-26 | 1 | -27/+33 |
| * | Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bc | Daniel Dunbar | 2010-01-25 | 1 | -7/+16 |
| * | Driver/Darwin/ld: Fix refacto, -force_cpusubtype_ALL should only be forwarded, | Daniel Dunbar | 2010-01-22 | 1 | -2/+1 |