| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -3/+41 |
* | Introduce a -cc1-level option to turn off related result type | Douglas Gregor | 2011-06-14 | 1 | -0/+5 |
* | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor | 2011-06-13 | 1 | -6/+0 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+6 |
* | Sort -lgcc after -lgcc_s for NetBSD, otherwise shared libraries on i386 | Joerg Sonnenberger | 2011-06-07 | 1 | -1/+1 |
* | Adjust the linker for PowerPC64/-m32 on FreeBSD too. | Roman Divacky | 2011-06-04 | 1 | -0/+5 |
* | Make -m32 work on FreeBSD/PowerPC64. | Roman Divacky | 2011-06-04 | 1 | -0/+2 |
* | On linux, -nostdlib was causing a --start-group with no --end-group to be passed | Nick Lewycky | 2011-06-04 | 1 | -3/+3 |
* | Change how we link libprofile_rt.a. While at it, refactor the code a bit. | Rafael Espindola | 2011-06-02 | 1 | -40/+23 |
* | Add -fno-gnu89-inline. | Rafael Espindola | 2011-06-02 | 1 | -1/+3 |
* | Implement -fgnu89-inline. Fixes PR10041. | Rafael Espindola | 2011-06-02 | 1 | -0/+3 |
* | Add the necessary -L option for finding libprofile_rt.a. It might be a good | Rafael Espindola | 2011-06-01 | 1 | -0/+5 |
* | Driver/Clang: Simplify code to use arch enumerations. | Daniel Dunbar | 2011-05-31 | 1 | -13/+12 |
* | When given one of the applicable coverage flags, try to link against | Nick Lewycky | 2011-05-24 | 1 | -6/+42 |
* | Let amd64 be used in target triple instead of x86_64 on FreeBSD. | Roman Divacky | 2011-05-24 | 1 | -1/+2 |
* | For non-Darwin, a plain 'char' type is unsigned. | Jim Grosbach | 2011-05-24 | 1 | -0/+1 |
* | Introduce the -fdiagnostics-format=xxx option to control how Clang | Douglas Gregor | 2011-05-21 | 1 | -1/+11 |
* | Correction for r131662, the GNU as option is --fatal-warnings. | Joerg Sonnenberger | 2011-05-19 | 1 | -1/+1 |
* | Support -fatal-warnings for the assembler frontend | Joerg Sonnenberger | 2011-05-19 | 1 | -0/+3 |
* | Fix comment. | Rafael Espindola | 2011-05-17 | 1 | -1/+1 |
* | The logic about -static is darwin only. For now assume that all non | Rafael Espindola | 2011-05-17 | 1 | -15/+22 |
* | Make the triple an explicit argument of FindTargetProgramPath. | Joerg Sonnenberger | 2011-05-16 | 1 | -5/+10 |
* | Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf | Daniel Dunbar | 2011-05-09 | 1 | -3/+3 |
* | Move logic for passing down -mrelax-all / -relax-all into a common | Joerg Sonnenberger | 2011-05-06 | 1 | -14/+37 |
* | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky | 2011-05-05 | 1 | -6/+2 |
* | Record where the GCOV data files should be placed. | Nick Lewycky | 2011-05-04 | 1 | -0/+12 |
* | No, fix this use after free properly. | Nick Lewycky | 2011-05-04 | 1 | -3/+2 |
* | Fix use after free through StringRef. | Nick Lewycky | 2011-05-04 | 1 | -2/+3 |