summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for soft/hard float options to the Sparc targetBruno Cardoso Lopes2010-11-091-0/+49
* Add support for -rdynamic.Rafael Espindola2010-11-071-0/+3
* Use ld directly on linux. Changes from the previous try:Rafael Espindola2010-11-071-0/+144
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-0/+2
* Revert while I debug test failures :-(Rafael Espindola2010-11-031-139/+0
* Switch clang to run ld directly on linux. I tested this on all the linuxRafael Espindola2010-11-031-0/+139
* Driver: Silently ignore -fasm-blocks for now instead of error'ing, this causeDaniel Dunbar2010-11-021-10/+3
* Driver/IA: Ignore -L for now, which users shouldn't be using for semantic eff...Daniel Dunbar2010-10-281-0/+5
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-211-0/+12
* Fix Whitespace.Michael J. Spencer2010-10-211-9/+9
* Add support for the '--sysroot' flag, and an accompanying test of itsChandler Carruth2010-10-201-0/+9
* Driver: Reject -fasm-blocks except on X86 (where we just ignore it, sinceDaniel Dunbar2010-10-181-1/+13
* Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -cDaniel Dunbar2010-10-181-4/+19
* Driver/Darwin: Forward -ObjC when linking, which may be needed when using staticDaniel Dunbar2010-10-181-0/+6
* Driver: Error on -fno-for-scope, which we have no intention of supporting.Daniel Dunbar2010-10-151-1/+7
* Revert r116605, a lot more were committed by mistake.Argyrios Kyrtzidis2010-10-151-10/+0
* Add '-include-pch' option to the driver, so it can get passed to the cc1 driver.Argyrios Kyrtzidis2010-10-151-0/+10
* Wire up the -fstrict-aliasing and -fno-strict-aliasing optionsDan Gohman2010-10-141-0/+4
* Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor2010-10-111-2/+0
* lib/Driver/Tools.cpp: Disable cxa_atexit by default also on Cygwin.NAKAMURA Takumi2010-10-101-0/+1
* Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis2010-10-081-2/+7
* Teach the driver to pass -fexceptions in Objective-C inputs on ARM.John McCall2010-10-061-2/+3
* Introduce -flimit-debug-info.Devang Patel2010-09-301-0/+1
* Driver: Ignore the found PCH file if its '-include' is not the first one.Argyrios Kyrtzidis2010-09-301-7/+17
* Driver/Linux: Translate rewritten lib options back to standard -l form whenDaniel Dunbar2010-09-251-2/+11
* Driver: Add -fallow-unsupported which disables some of the eager error'ing we doDaniel Dunbar2010-09-241-12/+14
* Fix header comment so we don't break emacs.Nick Lewycky2010-09-231-1/+1
* If -fcolor-diagnostics is explicitly passed to the driver respect that even i...Argyrios Kyrtzidis2010-09-231-2/+2
* Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actuallyDaniel Dunbar2010-09-201-5/+29
OpenPOWER on IntegriCloud