aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2011-05-17Fix comment.Rafael Espindola
2011-05-17The logic about -static is darwin only. For now assume that all nonRafael Espindola
2011-05-16Make the triple an explicit argument of FindTargetProgramPath.Joerg Sonnenberger
2011-05-09Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barfDaniel Dunbar
2011-05-06Move logic for passing down -mrelax-all / -relax-all into a commonJoerg Sonnenberger
2011-05-05Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky
2011-05-04Record where the GCOV data files should be placed.Nick Lewycky
2011-05-04No, fix this use after free properly.Nick Lewycky
2011-05-04Fix use after free through StringRef.Nick Lewycky
2011-05-02Add the -mstackrealign option which just communicates the need toEric Christopher
2011-05-02Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin.Daniel Dunbar
2011-05-02Disable CFI if not using the integrated assembler. We should probably do this...Rafael Espindola
2011-04-30Implement -fno-dwarf2-cfi-asm.Rafael Espindola
2011-04-30Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this onDaniel Dunbar
2011-04-29Add -Oz option and use it to set the inline threshold to 25.Bob Wilson
2011-04-29Driver/cc1as: Forward -mllvm arguments when compiling assembly files.Daniel Dunbar
2011-04-28Driver/Darwin/ld: Set the deployment target following the version information inDaniel Dunbar
2011-04-28Make the top-level driver ignore -fobjc-default-synthesize-properties while t...Ted Kremenek
2011-04-23Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth
2011-04-23Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth
2011-04-23There were some frustrating problems with the implementation ofChandler Carruth
2011-04-22Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky
2011-04-21Fix indentation. No functional change.Nick Lewycky
2011-04-18Driver/Darwin: Disable movw/movt with -mkernel or -fapple-kext.Daniel Dunbar
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-12Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s inputDaniel Dunbar
2011-04-11fix the path to ld.so for darwin/ppc, resolving PR9677. PatchChris Lattner
2011-04-09refactor -ccc-gcc-name codeDylan Noblesmith
2011-04-08Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o...Evan Cheng
2011-04-08Add -mtrap_function=<> option. rdar://9257465Evan Cheng
2011-04-08fix a typo, patch by PaX team.Chris Lattner
2011-04-07Driver: Don't attempt to forward some Clang-only options to cc1.Daniel Dunbar
2011-04-07Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to theDaniel Dunbar
2011-04-05Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64.Ted Kremenek
2011-04-01Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC.Daniel Dunbar
2011-03-31Driver/Darwin: Tweak link logic for simulator.Daniel Dunbar
2011-03-28Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar
2011-03-27Add an option to suppress include stack printing on note diagnostics.Chandler Carruth
2011-03-27Add -f[no-]strict-overflow to the Clang driver. Use it to set theChandler Carruth
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek
2011-03-22Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar
2011-03-21Add clang support for cortex-m0 cpus. Patch by James Orr.Bob Wilson
2011-03-21Introduce FindTargetProgramPath to check for a target-specific helperJoerg Sonnenberger
2011-03-21Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSDJoerg Sonnenberger
2011-03-18Driver: Forward -traditional and -traditional-cpp in preprocessing modes.Daniel Dunbar
2011-03-18The Darwin kernel does not provide useful guard variable support.John McCall
2011-03-17Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not*Daniel Dunbar
2011-03-17Driver/Darwin: These are command line options, not target features.Daniel Dunbar