summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-4/+4
* Pass the right linker flag in openbsd::Link::ConstructJob,Chris Lattner2011-02-211-1/+1
* Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson2011-02-191-0/+5
* [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase ...Argyrios Kyrtzidis2011-02-191-7/+4
* Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because ofDaniel Dunbar2011-02-191-0/+4
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-11/+0
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi2011-02-171-2/+1
* Fix whitespace.NAKAMURA Takumi2011-02-171-3/+3
* [analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis2011-02-151-1/+0
* [analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis2011-02-151-0/+7
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-1/+3
* Add braces to quiet a gcc warning.Matt Beaumont-Gay2011-02-101-1/+2
* Adjust the object files to be linked in when mcount profilingRoman Divacky2011-02-101-7/+33
* Implement mcount profiling, enabled via -pg.Roman Divacky2011-02-101-7/+5
* Driver/Frontend: Wire up -mregparm=.Daniel Dunbar2011-02-091-0/+5
* Add better support for ARM EABI triples.Bob Wilson2011-02-041-10/+22
* Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs.Daniel Dunbar2011-02-041-1/+1
* build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what oneDaniel Dunbar2011-02-041-3/+3
* clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrorsDaniel Dunbar2011-02-021-0/+5
* Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer2011-02-021-0/+152
* Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms.Nick Lewycky2011-02-021-2/+3
* Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor2011-02-011-0/+4
* Add hardcoded -L/usr/lib after all -L options to the FreeBSD linkerRoman Divacky2011-01-301-0/+1
* [analyzer] Enable the self-init checker under command-line option '-analyzer-...Argyrios Kyrtzidis2011-01-261-0/+1
* improve compatibility with GCC: when generating the ".d" filename to useChris Lattner2011-01-161-1/+1
* Driver: tweak handling of '--analyze' to invokeTed Kremenek2011-01-141-10/+25
* Replace all uses of PathV1::exists with PathV2::fs::exists.Michael J. Spencer2011-01-101-3/+5
* Add all options needed to support -fapple-kext. wip.Fariborz Jahanian2011-01-071-3/+17
* Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian2011-01-041-4/+1
* Add -fobjc-default-synthesized-properties flagTed Kremenek2010-12-231-0/+7
* Fix PR8639 by making the "argument unused during compilation" less agressive....Rafael Espindola2010-12-201-3/+0
* Replace all uses of PathV1::getLast with PathV2::filename.Michael J. Spencer2010-12-181-7/+5
* Driver: M and MM should be grouped together, <rdar://problem/8744831>.Daniel Dunbar2010-12-081-2/+1
* Handle -nostartfiles.Rafael Espindola2010-12-011-8/+11
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652.Anders Carlsson2010-11-211-0/+6
* Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understandDaniel Dunbar2010-11-191-1/+7
* Driver: Ignore -force_cpusubtype_ALL.Daniel Dunbar2010-11-191-0/+3
* -Rename -Wargument-larger-than -> -Wlarge-by-value-copyArgyrios Kyrtzidis2010-11-181-4/+4
* Introduce option -Wargument-larger-than[=N] which warns about function defini...Argyrios Kyrtzidis2010-11-171-0/+9
* Implement -pie.Rafael Espindola2010-11-171-6/+19
* Don't warn aboutRafael Espindola2010-11-171-0/+3
* Don't warn about -w not being used in a link. Necessary to get saneRafael Espindola2010-11-171-0/+3
* Silence warning for "clang -O2 -O0 -c foo.c -o foo.o.Rafael Espindola2010-11-171-0/+3
* Fixes PR8611.Rafael Espindola2010-11-151-0/+3
* Driver: Support -Oz as an alias for -Os.Daniel Dunbar2010-11-131-0/+4
* Add support for -nostdlib in the linux toolchain.Rafael Espindola2010-11-121-50/+54
* Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg andRafael Espindola2010-11-111-0/+6
* Driver: Allow build system override of default non-fragile ABI version.Daniel Dunbar2010-11-111-0/+4
* Add -rdynamic to freebsd and openbsd. Patch by Ruben.Rafael Espindola2010-11-111-0/+4
OpenPOWER on IntegriCloud