aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2011-06-17[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis
2011-06-16Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 .Eli Friedman
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2011-06-15Automatic Reference Counting.John McCall
2011-06-14Introduce a -cc1-level option to turn off related result typeDouglas Gregor
2011-06-13Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-06-07Sort -lgcc after -lgcc_s for NetBSD, otherwise shared libraries on i386Joerg Sonnenberger
2011-06-04Adjust the linker for PowerPC64/-m32 on FreeBSD too.Roman Divacky
2011-06-04Make -m32 work on FreeBSD/PowerPC64.Roman Divacky
2011-06-04On linux, -nostdlib was causing a --start-group with no --end-group to be passedNick Lewycky
2011-06-02Change how we link libprofile_rt.a. While at it, refactor the code a bit.Rafael Espindola
2011-06-02Add -fno-gnu89-inline.Rafael Espindola
2011-06-02Implement -fgnu89-inline. Fixes PR10041.Rafael Espindola
2011-06-01Add the necessary -L option for finding libprofile_rt.a. It might be a goodRafael Espindola
2011-05-31Driver/Clang: Simplify code to use arch enumerations.Daniel Dunbar
2011-05-24When given one of the applicable coverage flags, try to link againstNick Lewycky
2011-05-24Let amd64 be used in target triple instead of x86_64 on FreeBSD.Roman Divacky
2011-05-24For non-Darwin, a plain 'char' type is unsigned.Jim Grosbach
2011-05-21Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor
2011-05-19Correction for r131662, the GNU as option is --fatal-warnings.Joerg Sonnenberger
2011-05-19Support -fatal-warnings for the assembler frontendJoerg Sonnenberger
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