| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add the -mstackrealign option which just communicates the need to | Eric Christopher | 2011-05-02 | 1 | -0/+6 |
* | Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin. | Daniel Dunbar | 2011-05-02 | 1 | -6/+11 |
* | Disable CFI if not using the integrated assembler. We should probably do this... | Rafael Espindola | 2011-05-02 | 1 | -5/+21 |
* | Implement -fno-dwarf2-cfi-asm. | Rafael Espindola | 2011-04-30 | 1 | -0/+6 |
* | Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this on | Daniel Dunbar | 2011-04-30 | 1 | -2/+14 |
* | Add -Oz option and use it to set the inline threshold to 25. | Bob Wilson | 2011-04-29 | 1 | -4/+0 |
* | Driver/cc1as: Forward -mllvm arguments when compiling assembly files. | Daniel Dunbar | 2011-04-29 | 1 | -0/+1 |
* | Driver/Darwin/ld: Set the deployment target following the version information in | Daniel Dunbar | 2011-04-28 | 1 | -15/+12 |
* | Make the top-level driver ignore -fobjc-default-synthesize-properties while t... | Ted Kremenek | 2011-04-28 | 1 | -0/+6 |
* | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth | 2011-04-23 | 1 | -8/+6 |
* | Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This | Chandler Carruth | 2011-04-23 | 1 | -0/+11 |
* | There were some frustrating problems with the implementation of | Chandler Carruth | 2011-04-23 | 1 | -0/+9 |
* | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -0/+6 |
* | Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at | Nick Lewycky | 2011-04-21 | 1 | -0/+7 |
* | Fix indentation. No functional change. | Nick Lewycky | 2011-04-21 | 1 | -2/+2 |
* | Driver/Darwin: Disable movw/movt with -mkernel or -fapple-kext. | Daniel Dunbar | 2011-04-18 | 1 | -0/+6 |
* | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor | 2011-04-15 | 1 | -0/+5 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s input | Daniel Dunbar | 2011-04-12 | 1 | -5/+10 |
* | fix the path to ld.so for darwin/ppc, resolving PR9677. Patch | Chris Lattner | 2011-04-11 | 1 | -2/+2 |
* | refactor -ccc-gcc-name code | Dylan Noblesmith | 2011-04-09 | 1 | -1/+21 |
* | Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o... | Evan Cheng | 2011-04-08 | 1 | -11/+7 |
* | Add -mtrap_function=<> option. rdar://9257465 | Evan Cheng | 2011-04-08 | 1 | -0/+11 |
* | fix a typo, patch by PaX team. | Chris Lattner | 2011-04-08 | 1 | -1/+1 |
* | Driver: Don't attempt to forward some Clang-only options to cc1. | Daniel Dunbar | 2011-04-07 | 1 | -0/+6 |
* | Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the | Daniel Dunbar | 2011-04-07 | 1 | -0/+6 |
* | Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64. | Ted Kremenek | 2011-04-05 | 1 | -0/+8 |
* | Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC. | Daniel Dunbar | 2011-04-01 | 1 | -2/+8 |
* | Driver/Darwin: Tweak link logic for simulator. | Daniel Dunbar | 2011-03-31 | 1 | -1/+4 |
* | Integrated-As: Support -Wa,-L when using the integrated assembler. | Daniel Dunbar | 2011-03-28 | 1 | -4/+1 |
* | Add an option to suppress include stack printing on note diagnostics. | Chandler Carruth | 2011-03-27 | 1 | -0/+10 |
* | Add -f[no-]strict-overflow to the Clang driver. Use it to set the | Chandler Carruth | 2011-03-27 | 1 | -1/+11 |
* | Rework checker "packages" and groups to be more hierarchical. | Ted Kremenek | 2011-03-24 | 1 | -16/+7 |
* | Frontend: Add a more explicit -backend-option flag for passing backend command | Daniel Dunbar | 2011-03-22 | 1 | -3/+3 |
* | Add clang support for cortex-m0 cpus. Patch by James Orr. | Bob Wilson | 2011-03-21 | 1 | -0/+2 |
* | Introduce FindTargetProgramPath to check for a target-specific helper | Joerg Sonnenberger | 2011-03-21 | 1 | -4/+15 |