summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver: implement driver automagic support for -lcc_kextShantonu Sen2010-09-171-0/+2
* Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall2010-09-171-0/+6
* Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.Daniel Dunbar2010-09-171-6/+6
* Driver: Add magic handling for "reserved library names", starting withDaniel Dunbar2010-09-171-4/+15
* Driver: Factor out AddLinkerInputs() function.Daniel Dunbar2010-09-171-100/+34
* Make the new -fobjc-nonfragile-abi2 the defaultFariborz Jahanian2010-09-151-10/+12
* Driver: Factor out some code for handling the C++ standard library.Daniel Dunbar2010-09-141-7/+10
* Simplify.Daniel Dunbar2010-09-141-10/+9
* Disable cxa_atexit by default on MingW.Anton Korobeynikov2010-09-111-2/+4
* Driver/Darwin: Make the compilation object available in AddLinkArgs.Daniel Dunbar2010-09-091-2/+3
* Driver: Mark function as nounwind when -mkernel or -fapple-kext is present.Daniel Dunbar2010-09-091-1/+2
* Driver/Darwin: Catch another case where ld ends up using ld_classic.Daniel Dunbar2010-09-071-0/+10
* Driver/Darwin: Don't pass -demangle to the linker when we know it is going toDaniel Dunbar2010-09-071-1/+7
* Make "-ccc-cxx" option work on Linux.Rafael Espindola2010-09-061-1/+1
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+5
* Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik2010-09-021-5/+0
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+5
* Frontend: Add basic -H support.Daniel Dunbar2010-08-241-0/+1
* Driver/Clang: Forward -Wa, and -Xassembler to clang -cc1 when using theDaniel Dunbar2010-08-241-3/+8
* Driver: Move Clang "triple" computation routines to method on theDaniel Dunbar2010-08-231-81/+2
* Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer2010-08-211-0/+41
* Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor2010-08-191-0/+1
* Pass some things to the linker that gcc passes. -r is the only one of these ...David Chisnall2010-08-151-0/+4
* Switch on PCH for C++. C++ fans all over the world rejoice.Argyrios Kyrtzidis2010-08-111-6/+2
OpenPOWER on IntegriCloud