aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2010-12-08Driver: M and MM should be grouped together, <rdar://problem/8744831>.Daniel Dunbar
2010-12-01Handle -nostartfiles.Rafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-21Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652.Anders Carlsson
2010-11-19Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understandDaniel Dunbar
2010-11-19Driver: Ignore -force_cpusubtype_ALL.Daniel Dunbar
2010-11-18-Rename -Wargument-larger-than -> -Wlarge-by-value-copyArgyrios Kyrtzidis
2010-11-17Introduce option -Wargument-larger-than[=N] which warns about function defini...Argyrios Kyrtzidis
2010-11-17Implement -pie.Rafael Espindola
2010-11-17Don't warn aboutRafael Espindola
2010-11-17Don't warn about -w not being used in a link. Necessary to get saneRafael Espindola
2010-11-17Silence warning for "clang -O2 -O0 -c foo.c -o foo.o.Rafael Espindola
2010-11-15Fixes PR8611.Rafael Espindola
2010-11-13Driver: Support -Oz as an alias for -Os.Daniel Dunbar
2010-11-12Add support for -nostdlib in the linux toolchain.Rafael Espindola
2010-11-11Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg andRafael Espindola
2010-11-11Driver: Allow build system override of default non-fragile ABI version.Daniel Dunbar
2010-11-11Add -rdynamic to freebsd and openbsd. Patch by Ruben.Rafael Espindola
2010-11-09Add support for soft/hard float options to the Sparc targetBruno Cardoso Lopes
2010-11-07Add support for -rdynamic.Rafael Espindola
2010-11-07Use ld directly on linux. Changes from the previous try:Rafael Espindola
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-11-03Revert while I debug test failures :-(Rafael Espindola
2010-11-03Switch clang to run ld directly on linux. I tested this on all the linuxRafael Espindola
2010-11-02Driver: Silently ignore -fasm-blocks for now instead of error'ing, this causeDaniel Dunbar
2010-10-28Driver/IA: Ignore -L for now, which users shouldn't be using for semantic eff...Daniel Dunbar
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-21Fix Whitespace.Michael J. Spencer
2010-10-20Add support for the '--sysroot' flag, and an accompanying test of itsChandler Carruth
2010-10-18Driver: Reject -fasm-blocks except on X86 (where we just ignore it, sinceDaniel Dunbar
2010-10-18Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -cDaniel Dunbar
2010-10-18Driver/Darwin: Forward -ObjC when linking, which may be needed when using staticDaniel Dunbar
2010-10-15Driver: Error on -fno-for-scope, which we have no intention of supporting.Daniel Dunbar
2010-10-15Revert r116605, a lot more were committed by mistake.Argyrios Kyrtzidis
2010-10-15Add '-include-pch' option to the driver, so it can get passed to the cc1 driver.Argyrios Kyrtzidis
2010-10-14Wire up the -fstrict-aliasing and -fno-strict-aliasing optionsDan Gohman
2010-10-11Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor
2010-10-10lib/Driver/Tools.cpp: Disable cxa_atexit by default also on Cygwin.NAKAMURA Takumi
2010-10-08Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis
2010-10-06Teach the driver to pass -fexceptions in Objective-C inputs on ARM.John McCall
2010-09-30Introduce -flimit-debug-info.Devang Patel
2010-09-30Driver: Ignore the found PCH file if its '-include' is not the first one.Argyrios Kyrtzidis
2010-09-25Driver/Linux: Translate rewritten lib options back to standard -l form whenDaniel Dunbar
2010-09-24Driver: Add -fallow-unsupported which disables some of the eager error'ing we doDaniel Dunbar
2010-09-23Fix header comment so we don't break emacs.Nick Lewycky
2010-09-23If -fcolor-diagnostics is explicitly passed to the driver respect that even i...Argyrios Kyrtzidis
2010-09-20Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actuallyDaniel Dunbar
2010-09-17Driver: implement driver automagic support for -lcc_kextShantonu Sen
2010-09-17Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall
2010-09-17Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.Daniel Dunbar