aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2010-07-01Driver/IRgen: Add support for -momit-leaf-frame-pointer.Daniel Dunbar
2010-06-28Set the default arch based on the triple.Rafael Espindola
2010-06-27Use softfp for linux gnueabi, keep the warning for everything else.Rafael Espindola
2010-06-26Implement support for -fwrapv, rdar://7221421Chris Lattner
2010-06-22Driver: Remove some dead code left around after a refactoring. Found by theDaniel Dunbar
2010-06-22implement support for -finstrument-functions, patch by NelsonChris Lattner
2010-06-16Change the test for which ABI/CC to use on ARM to be base on the environmentRafael Espindola
2010-06-15Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>Douglas Gregor
2010-06-14Driver: Eliminate uses of Arg::getIndex.Daniel Dunbar
2010-06-11Driver: Fix arg_iterator typing to reflect that it is really an iterator over...Daniel Dunbar
2010-06-11Add an option -fshow-overloads=best|all to limit the number of overloadJeffrey Yasskin
2010-06-08Implement -fcaret-diagnostics to undo -fno-caret-diagnostics.Jeffrey Yasskin
2010-06-07Driver: Support invoking Clang on .ll or .bc inputs.Daniel Dunbar
2010-06-04Driver: Change -dwarf-debug-flags option to pass the original command lineDaniel Dunbar
2010-06-04Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which isDaniel Dunbar
2010-06-04Driver: Add an explicit dsymutil action.Daniel Dunbar
2010-05-28Driver: Spell -relax-all correctly when calling the cc1as tool.Daniel Dunbar
2010-05-27Driver: Update -O -> -O2 replacement for addition of -O0 option.Daniel Dunbar
2010-05-27Driver: Add support for -m[no-]relax-all, and make it the default at -O0.Daniel Dunbar
2010-05-22Daniel re-educated me about what Alias does and does not do. Turn that off forChandler Carruth
2010-05-20Driver: Add a tool definition for the Clang integrated assembler.Daniel Dunbar
2010-05-20Expose -fobjc-nonfragile-abi2 as a top-level clang driver option. Fixes <rda...Ted Kremenek
2010-05-14Driver: Make -fverbose-asm the default for platforms where the integratedDaniel Dunbar
2010-05-12Driver/Darwin/i386: Don't allow compiling C++ with -fapple-kext, we don't sup...Daniel Dunbar
2010-05-12Simplify.Daniel Dunbar
2010-05-06Handle -ffunction-sections and -fdata-sections in the driver.Rafael Espindola
2010-05-06Remove a dependency on Frontend headers in the Driver library. Also savesChandler Carruth
2010-05-04add a new -fdiagnostics-show-category=none/id/name option, giving controlChris Lattner
2010-05-04Introduce a limit on the depth of the macro instantiation backtraceDouglas Gregor
2010-04-29Do not enable '-analyze-check-security-syntactic' by default when using '--an...Ted Kremenek
2010-04-28Driver: Add support for -fobjc-abi-version=.Daniel Dunbar
2010-04-27Simplify.Daniel Dunbar
2010-04-27Add Driver support for -fno-constant-cfstrings.Daniel Dunbar
2010-04-24NeXT: Clean up dispatch method policy selection.Daniel Dunbar
2010-04-24Simplify.Daniel Dunbar
2010-04-20Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor
2010-04-17Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth
2010-04-17Driver: Add missing claim() for -mllvm options.Daniel Dunbar