Age | Commit message (Expand) | Author |
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 |
2011-04-11 | fix the path to ld.so for darwin/ppc, resolving PR9677. Patch | Chris Lattner |
2011-04-09 | refactor -ccc-gcc-name code | Dylan Noblesmith |
2011-04-08 | Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o... | Evan Cheng |
2011-04-08 | Add -mtrap_function=<> option. rdar://9257465 | Evan Cheng |
2011-04-08 | fix a typo, patch by PaX team. | Chris Lattner |
2011-04-07 | Driver: Don't attempt to forward some Clang-only options to cc1. | Daniel Dunbar |
2011-04-07 | Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the | Daniel Dunbar |
2011-04-05 | Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64. | Ted Kremenek |
2011-04-01 | Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC. | Daniel Dunbar |
2011-03-31 | Driver/Darwin: Tweak link logic for simulator. | Daniel Dunbar |
2011-03-28 | Integrated-As: Support -Wa,-L when using the integrated assembler. | Daniel Dunbar |
2011-03-27 | Add an option to suppress include stack printing on note diagnostics. | Chandler Carruth |
2011-03-27 | Add -f[no-]strict-overflow to the Clang driver. Use it to set the | Chandler Carruth |
2011-03-24 | Rework checker "packages" and groups to be more hierarchical. | Ted Kremenek |
2011-03-22 | Frontend: Add a more explicit -backend-option flag for passing backend command | Daniel Dunbar |
2011-03-21 | Add clang support for cortex-m0 cpus. Patch by James Orr. | Bob Wilson |
2011-03-21 | Introduce FindTargetProgramPath to check for a target-specific helper | Joerg Sonnenberger |
2011-03-21 | Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSD | Joerg Sonnenberger |
2011-03-18 | Driver: Forward -traditional and -traditional-cpp in preprocessing modes. | Daniel Dunbar |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall |
2011-03-17 | Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not* | Daniel Dunbar |
2011-03-17 | Driver/Darwin: These are command line options, not target features. | Daniel Dunbar |