| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable -fdelayed-template-parsing by default on Win32. | Francois Pichet | 2011-09-01 | 1 | -2/+3 |
| * | objective-c: this patch (re)introduces objective-c's default property | Fariborz Jahanian | 2011-08-31 | 1 | -6/+0 |
| * | [driver] When generating temporary files allow a prefix to be added. In many | Chad Rosier | 2011-08-26 | 1 | -2/+2 |
| * | [driver] Remove a few more options when clang invokes cc1plus for i386 kexts. | Chad Rosier | 2011-08-26 | 1 | -93/+111 |
| * | [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab... | Chad Rosier | 2011-08-26 | 1 | -0/+8 |
| * | revert 138610, accidental commit. | Francois Pichet | 2011-08-26 | 1 | -12/+2 |
| * | (no commit message) | Francois Pichet | 2011-08-26 | 1 | -2/+12 |
| * | Add support for a verifier to the driver. Currently only verifies debug | Eric Christopher | 2011-08-23 | 1 | -0/+20 |
| * | enable -fstack-protector on 10.5 for usermode binaries by default. | Nico Weber | 2011-08-23 | 1 | -2/+4 |
| * | Add a completely hacky workaround for pch kext files with different extensions | Eric Christopher | 2011-08-19 | 1 | -18/+24 |
| * | Use StringRef, rather than C string APIs. | Chad Rosier | 2011-08-18 | 1 | -5/+6 |
| * | No seriously, remove the unsupported warning options. | Chad Rosier | 2011-08-18 | 1 | -1/+1 |
| * | Fix off by one. | Chad Rosier | 2011-08-18 | 1 | -1/+1 |
| * | [driver] Implement in a more table-like manner and add many more warning options | Chad Rosier | 2011-08-18 | 1 | -5/+99 |
| * | Add some more options that aren't handled by llvm-gcc on fallback. | Eric Christopher | 2011-08-18 | 1 | -1/+5 |
| * | Fix else style. No functionality change intended. | Chad Rosier | 2011-08-17 | 1 | -5/+4 |
| * | Fix iterator end for r137842. | Chad Rosier | 2011-08-17 | 1 | -1/+1 |
| * | [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's | Chad Rosier | 2011-08-17 | 1 | -0/+14 |
| * | Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. | Bob Wilson | 2011-08-13 | 1 | -1/+2 |
| * | Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. | Nico Weber | 2011-08-13 | 1 | -2/+4 |
| * | When the compiler crashes, the compiler driver now produces diagnostic | Chad Rosier | 2011-08-02 | 1 | -2/+2 |
| * | Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc. | Chad Rosier | 2011-08-01 | 1 | -1/+4 |
| * | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor | 2011-07-28 | 1 | -1/+2 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -71/+72 |
| * | Avoid warning on "clang -c -Dfoo test.i". Lines like these are created | Rafael Espindola | 2011-07-21 | 1 | -0/+6 |
| * | Temporarily revert r135614 while I fix the cmake build. | Chad Rosier | 2011-07-20 | 1 | -2/+2 |
| * | When the compiler crashes, the compiler driver now produces diagnostic inform... | Chad Rosier | 2011-07-20 | 1 | -2/+2 |
| * | introduce a centralized place to introduce and inject llvm types into the | Chris Lattner | 2011-07-20 | 1 | -1/+1 |
| * | [arcmt] Add some additional driver flags to optionally emit or save the pre-m... | Argyrios Kyrtzidis | 2011-07-19 | 1 | -0/+3 |
| * | Implement -MG. Fixes PR9613 | Peter Collingbourne | 2011-07-12 | 1 | -2/+8 |
| * | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis | 2011-07-09 | 1 | -1/+7 |
| * | [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases. | Argyrios Kyrtzidis | 2011-07-07 | 1 | -4/+4 |
| * | Somehow the -fgnu-runtime option itself got lost in all that shuffling. | John McCall | 2011-07-06 | 1 | -2/+4 |
| * | Call objc_terminate() instead of abort() when a cleanup throws an | John McCall | 2011-07-06 | 1 | -0/+2 |
| * | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 1 | -51/+58 |
| * | Drop "soft" argument that would be considered as file argument by cc1. | Joerg Sonnenberger | 2011-07-05 | 1 | -1/+0 |
| * | Make clang behave in a gcc-compatible way in the presence of multiple flags f... | Eli Friedman | 2011-07-02 | 1 | -2/+19 |
| * | Update for llvm commit r134291. | Eric Christopher | 2011-07-02 | 1 | -1/+1 |
| * | Use existing -fcatch-undefined-behavior option, | Fariborz Jahanian | 2011-06-29 | 1 | -2/+0 |
| * | Under a compiler flag, -freset-local-blocks, | Fariborz Jahanian | 2011-06-28 | 1 | -0/+2 |
| * | Driver/Darwin: -force_load can be specified multiple times. | Daniel Dunbar | 2011-06-28 | 1 | -1/+1 |
| * | libprofile_rt may be installed as a dylib on Darwin. | Bill Wendling | 2011-06-27 | 1 | -19/+30 |
| * | It is possible to request the nonfragile ABI with -fobjc-abi-version=2; | John McCall | 2011-06-22 | 1 | -17/+20 |
| * | Driver/Darwin: Fixup version check for -object_path_lto support. | Daniel Dunbar | 2011-06-21 | 1 | -1/+1 |
| * | Fix the default libc++ header search path to be sysrooted. Radar 9639692. | Bob Wilson | 2011-06-21 | 1 | -0/+1 |
| * | Driver/Darwin: When invoking the linker, automatically pass -object_path_lto so | Daniel Dunbar | 2011-06-21 | 1 | -0/+11 |
| * | Add support for -Wa,--noexecstack when building from a non-assembly file. For | Nick Lewycky | 2011-06-21 | 1 | -0/+2 |
| * | [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h... | Argyrios Kyrtzidis | 2011-06-17 | 1 | -5/+1 |
| * | Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . | Eli Friedman | 2011-06-16 | 1 | -0/+1 |
| * | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall | 2011-06-15 | 1 | -0/+20 |