| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch | Daniel Dunbar | 2010-01-22 | 1 | -68/+5 |
* | Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going to | Daniel Dunbar | 2010-01-22 | 1 | -17/+5 |
* | Driver: Lift clang resource directory computation to the Driver object. | Daniel Dunbar | 2010-01-20 | 1 | -9/+1 |
* | Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' when | Daniel Dunbar | 2010-01-10 | 1 | -6/+0 |
* | implement -ftabstop=width, patch by Christian Adåker | Chris Lattner | 2010-01-09 | 1 | -0/+5 |
* | Use -fno-math-errno by default, and remove the IsMathErrnoDefault | Dan Gohman | 2010-01-08 | 1 | -4/+4 |
* | Driver: Drop ToolChain::getHost() | Daniel Dunbar | 2009-12-23 | 1 | -1/+1 |
* | ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". | Daniel Dunbar | 2009-12-21 | 1 | -0/+29 |
* | Add ToolChain::getDriver() and use it instead of going through the HostInfo | Daniel Dunbar | 2009-12-21 | 1 | -15/+14 |
* | ARM: Use front-end specific target features "soft-float" and "soft-float-abi"... | Daniel Dunbar | 2009-12-19 | 1 | -1/+19 |
* | clang -cc1: Rename -mcpu to -target-cpu to match other target options and not... | Daniel Dunbar | 2009-12-18 | 1 | -2/+2 |
* | Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used | Daniel Dunbar | 2009-12-18 | 1 | -0/+14 |
* | Fix -fdollars-in-identifiers Clang translation. | Daniel Dunbar | 2009-12-16 | 1 | -2/+2 |
* | implement PR5654: add -fassume-sane-operator-new, which is enabled by default... | Nuno Lopes | 2009-12-16 | 1 | -0/+4 |
* | Driver: Pass -resource-dir to clang -cc1, since the driver presumably already... | Daniel Dunbar | 2009-12-15 | 1 | -1/+11 |
* | Implement runtime checks for undefined behavior. WIP. | Mike Stump | 2009-12-12 | 1 | -0/+1 |
* | Make using '-fshort-enums' an error until it is actually implemented (changes... | Ted Kremenek | 2009-12-12 | 1 | -1/+2 |
* | Driver: Switch to using "clang" "-cc1" instead of "clang-cc". | Daniel Dunbar | 2009-12-11 | 1 | -2/+7 |
* | Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked. | Daniel Dunbar | 2009-12-08 | 1 | -3/+6 |
* | Enable '-analyzer-opt-analyze-nested-blocks' by default for testing. | Ted Kremenek | 2009-12-07 | 1 | -0/+3 |