Age | Commit message (Expand) | Author |
2011-06-17 | [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h... | Argyrios Kyrtzidis |
2011-06-16 | Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . | Eli Friedman |
2011-06-15 | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-14 | Introduce a -cc1-level option to turn off related result type | Douglas Gregor |
2011-06-13 | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
2011-06-07 | Sort -lgcc after -lgcc_s for NetBSD, otherwise shared libraries on i386 | Joerg Sonnenberger |
2011-06-04 | Adjust the linker for PowerPC64/-m32 on FreeBSD too. | Roman Divacky |
2011-06-04 | Make -m32 work on FreeBSD/PowerPC64. | Roman Divacky |
2011-06-04 | On linux, -nostdlib was causing a --start-group with no --end-group to be passed | Nick Lewycky |
2011-06-02 | Change how we link libprofile_rt.a. While at it, refactor the code a bit. | Rafael Espindola |
2011-06-02 | Add -fno-gnu89-inline. | Rafael Espindola |
2011-06-02 | Implement -fgnu89-inline. Fixes PR10041. | Rafael Espindola |
2011-06-01 | Add the necessary -L option for finding libprofile_rt.a. It might be a good | Rafael Espindola |
2011-05-31 | Driver/Clang: Simplify code to use arch enumerations. | Daniel Dunbar |
2011-05-24 | When given one of the applicable coverage flags, try to link against | Nick Lewycky |
2011-05-24 | Let amd64 be used in target triple instead of x86_64 on FreeBSD. | Roman Divacky |
2011-05-24 | For non-Darwin, a plain 'char' type is unsigned. | Jim Grosbach |
2011-05-21 | Introduce the -fdiagnostics-format=xxx option to control how Clang | Douglas Gregor |
2011-05-19 | Correction for r131662, the GNU as option is --fatal-warnings. | Joerg Sonnenberger |
2011-05-19 | Support -fatal-warnings for the assembler frontend | Joerg Sonnenberger |
2011-05-17 | Fix comment. | Rafael Espindola |
2011-05-17 | The logic about -static is darwin only. For now assume that all non | Rafael Espindola |
2011-05-16 | Make the triple an explicit argument of FindTargetProgramPath. | Joerg Sonnenberger |
2011-05-09 | Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf | Daniel Dunbar |
2011-05-06 | Move logic for passing down -mrelax-all / -relax-all into a common | Joerg Sonnenberger |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky |
2011-05-04 | No, fix this use after free properly. | Nick Lewycky |
2011-05-04 | Fix use after free through StringRef. | Nick Lewycky |
2011-05-02 | Add the -mstackrealign option which just communicates the need to | Eric Christopher |
2011-05-02 | Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin. | Daniel Dunbar |
2011-05-02 | Disable CFI if not using the integrated assembler. We should probably do this... | Rafael Espindola |
2011-04-30 | Implement -fno-dwarf2-cfi-asm. | Rafael Espindola |
2011-04-30 | Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this on | Daniel Dunbar |
2011-04-29 | Add -Oz option and use it to set the inline threshold to 25. | Bob Wilson |
2011-04-29 | Driver/cc1as: Forward -mllvm arguments when compiling assembly files. | Daniel Dunbar |
2011-04-28 | Driver/Darwin/ld: Set the deployment target following the version information in | Daniel Dunbar |
2011-04-28 | Make the top-level driver ignore -fobjc-default-synthesize-properties while t... | Ted Kremenek |
2011-04-23 | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth |
2011-04-23 | Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This | Chandler Carruth |
2011-04-23 | There were some frustrating problems with the implementation of | Chandler Carruth |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet |
2011-04-21 | Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at | Nick Lewycky |
2011-04-21 | Fix indentation. No functional change. | Nick Lewycky |
2011-04-18 | Driver/Darwin: Disable movw/movt with -mkernel or -fapple-kext. | Daniel Dunbar |
2011-04-15 | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-12 | Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s input | Daniel Dunbar |