summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Let amd64 be used in target triple instead of x86_64 on FreeBSD.Roman Divacky2011-05-241-1/+2
* For non-Darwin, a plain 'char' type is unsigned.Jim Grosbach2011-05-241-0/+1
* Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor2011-05-211-1/+11
* Correction for r131662, the GNU as option is --fatal-warnings.Joerg Sonnenberger2011-05-191-1/+1
* Support -fatal-warnings for the assembler frontendJoerg Sonnenberger2011-05-191-0/+3
* Fix comment.Rafael Espindola2011-05-171-1/+1
* The logic about -static is darwin only. For now assume that all nonRafael Espindola2011-05-171-15/+22
* Make the triple an explicit argument of FindTargetProgramPath.Joerg Sonnenberger2011-05-161-5/+10
* Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barfDaniel Dunbar2011-05-091-3/+3
* Move logic for passing down -mrelax-all / -relax-all into a commonJoerg Sonnenberger2011-05-061-14/+37
* Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky2011-05-051-6/+2
* Record where the GCOV data files should be placed.Nick Lewycky2011-05-041-0/+12
* No, fix this use after free properly.Nick Lewycky2011-05-041-3/+2
* Fix use after free through StringRef.Nick Lewycky2011-05-041-2/+3
* Add the -mstackrealign option which just communicates the need toEric Christopher2011-05-021-0/+6
* Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin.Daniel Dunbar2011-05-021-6/+11
* Disable CFI if not using the integrated assembler. We should probably do this...Rafael Espindola2011-05-021-5/+21
* Implement -fno-dwarf2-cfi-asm.Rafael Espindola2011-04-301-0/+6
* Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this onDaniel Dunbar2011-04-301-2/+14
* Add -Oz option and use it to set the inline threshold to 25.Bob Wilson2011-04-291-4/+0
* Driver/cc1as: Forward -mllvm arguments when compiling assembly files.Daniel Dunbar2011-04-291-0/+1
* Driver/Darwin/ld: Set the deployment target following the version information inDaniel Dunbar2011-04-281-15/+12
* Make the top-level driver ignore -fobjc-default-synthesize-properties while t...Ted Kremenek2011-04-281-0/+6
* Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth2011-04-231-8/+6
* Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth2011-04-231-0/+11
* There were some frustrating problems with the implementation ofChandler Carruth2011-04-231-0/+9
* Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet2011-04-221-0/+6
* Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky2011-04-211-0/+7
* Fix indentation. No functional change.Nick Lewycky2011-04-211-2/+2
* Driver/Darwin: Disable movw/movt with -mkernel or -fapple-kext.Daniel Dunbar2011-04-181-0/+6
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-151-0/+5
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s inputDaniel Dunbar2011-04-121-5/+10
* fix the path to ld.so for darwin/ppc, resolving PR9677. PatchChris Lattner2011-04-111-2/+2
* refactor -ccc-gcc-name codeDylan Noblesmith2011-04-091-1/+21
* Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o...Evan Cheng2011-04-081-11/+7
* Add -mtrap_function=<> option. rdar://9257465Evan Cheng2011-04-081-0/+11
* fix a typo, patch by PaX team.Chris Lattner2011-04-081-1/+1
* Driver: Don't attempt to forward some Clang-only options to cc1.Daniel Dunbar2011-04-071-0/+6
* Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to theDaniel Dunbar2011-04-071-0/+6
* Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64.Ted Kremenek2011-04-051-0/+8
* Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC.Daniel Dunbar2011-04-011-2/+8
* Driver/Darwin: Tweak link logic for simulator.Daniel Dunbar2011-03-311-1/+4
* Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar2011-03-281-4/+1
* Add an option to suppress include stack printing on note diagnostics.Chandler Carruth2011-03-271-0/+10
* Add -f[no-]strict-overflow to the Clang driver. Use it to set theChandler Carruth2011-03-271-1/+11
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-16/+7
* Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar2011-03-221-3/+3
* Add clang support for cortex-m0 cpus. Patch by James Orr.Bob Wilson2011-03-211-0/+2
* Introduce FindTargetProgramPath to check for a target-specific helperJoerg Sonnenberger2011-03-211-4/+15
OpenPOWER on IntegriCloud