aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2010-08-03Driver: Don't forward any -g options to GCC, when using it to drive theDaniel Dunbar
2010-08-02Driver: Add Compilation::addCommand and switch tools to using it, now that weDaniel Dunbar
2010-08-02Driver: Eliminate special InputInfo kind for pipes, it is now unused.Daniel Dunbar
2010-08-01Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by JonathanDaniel Dunbar
2010-07-22Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86.Daniel Dunbar
2010-07-20Add -lstdc++ to DragonFly tools.Rafael Espindola
2010-07-19Driver: Make -fnext-runtime the default when rewriting Objective-C.Daniel Dunbar
2010-07-18Driver: Fix a possible use after free.Daniel Dunbar
2010-07-14Driver: When re'execing clang, use path to the main executable instead ofDaniel Dunbar
2010-07-14Driver: Remove some unused arguments.Daniel Dunbar
2010-07-13Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friendsDaniel Dunbar
2010-07-09Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor
2010-07-07add driver support for minix, patch by Kees van ReeuwijkChris Lattner