aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2011-02-15[analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis
2011-02-14[analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis
2011-02-10Add braces to quiet a gcc warning.Matt Beaumont-Gay
2011-02-10Adjust the object files to be linked in when mcount profilingRoman Divacky
2011-02-10Implement mcount profiling, enabled via -pg.Roman Divacky
2011-02-09Driver/Frontend: Wire up -mregparm=.Daniel Dunbar
2011-02-04Add better support for ARM EABI triples.Bob Wilson
2011-02-04Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs.Daniel Dunbar
2011-02-04build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what oneDaniel Dunbar
2011-02-02clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrorsDaniel Dunbar
2011-02-02Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer
2011-02-02Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms.Nick Lewycky
2011-02-01Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor
2011-01-30Add hardcoded -L/usr/lib after all -L options to the FreeBSD linkerRoman Divacky
2011-01-26[analyzer] Enable the self-init checker under command-line option '-analyzer-...Argyrios Kyrtzidis
2011-01-16improve compatibility with GCC: when generating the ".d" filename to useChris Lattner
2011-01-14Driver: tweak handling of '--analyze' to invokeTed Kremenek
2011-01-10Replace all uses of PathV1::exists with PathV2::fs::exists.Michael J. Spencer
2011-01-07Add all options needed to support -fapple-kext. wip.Fariborz Jahanian
2011-01-04Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-12-20Fix PR8639 by making the "argument unused during compilation" less agressive....Rafael Espindola
2010-12-18Replace all uses of PathV1::getLast with PathV2::filename.Michael J. Spencer
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