aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2010-09-17Driver: Add magic handling for "reserved library names", starting withDaniel Dunbar
2010-09-17Driver: Factor out AddLinkerInputs() function.Daniel Dunbar
2010-09-15Make the new -fobjc-nonfragile-abi2 the defaultFariborz Jahanian
2010-09-14Driver: Factor out some code for handling the C++ standard library.Daniel Dunbar
2010-09-14Simplify.Daniel Dunbar
2010-09-11Disable cxa_atexit by default on MingW.Anton Korobeynikov
2010-09-09Driver/Darwin: Make the compilation object available in AddLinkArgs.Daniel Dunbar
2010-09-09Driver: Mark function as nounwind when -mkernel or -fapple-kext is present.Daniel Dunbar
2010-09-07Driver/Darwin: Catch another case where ld ends up using ld_classic.Daniel Dunbar
2010-09-07Driver/Darwin: Don't pass -demangle to the linker when we know it is going toDaniel Dunbar
2010-09-06Make "-ccc-cxx" option work on Linux.Rafael Espindola
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-09-02Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-08-24Frontend: Add basic -H support.Daniel Dunbar
2010-08-24Driver/Clang: Forward -Wa, and -Xassembler to clang -cc1 when using theDaniel Dunbar
2010-08-23Driver: Move Clang "triple" computation routines to method on theDaniel Dunbar
2010-08-21Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer
2010-08-19Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor
2010-08-15Pass some things to the linker that gcc passes. -r is the only one of these ...David Chisnall
2010-08-11Switch on PCH for C++. C++ fans all over the world rejoice.Argyrios Kyrtzidis
2010-08-11Driver/Darwin: Pass -demangle when linking, if the linker supports it.Daniel Dunbar
2010-08-11Driver: Add -mlinker-version=, which forwards to -target-linker-version.Daniel Dunbar
2010-08-10Turn on idempotent operations checker when using --analyze.Ted Kremenek
2010-08-10Run the assembler instead of gcc on Linux.Rafael Espindola
2010-08-07Make -funroll-loops turn on loop unrolling in the optimizer insteadEric Christopher