summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't pass -fexceptions=0 (it is the default).Daniel Dunbar2009-11-251-8/+4
* Fix refacto, gcc's cc1 needs to see --output-pch=, which is not just an aliasDaniel Dunbar2009-11-211-1/+1
* Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.Daniel Dunbar2009-11-201-2/+3
* Standardize Driver translation to call clang-cc using '-foo' form instead of ...Daniel Dunbar2009-11-201-16/+16
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-6/+5
* Driver: ArgList doesn't depend on Options.h anymore.Daniel Dunbar2009-11-191-0/+1
* Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of...Daniel Dunbar2009-11-191-1/+1
* Use Option::matches instead of direct ID comparison.Daniel Dunbar2009-11-191-5/+5
* Fix passing stdc++ correctly in the FreeBSD toolchain support, Credit to Roma...Edward O'Callaghan2009-11-181-4/+2
* Added block type introspection support.David Chisnall2009-11-171-1/+3
* Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar2009-11-171-19/+23
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-2/+6
* Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt...Daniel Dunbar2009-11-171-2/+7
* Move char-is-signed defaulting to driver, instead of usingDaniel Dunbar2009-11-171-9/+22
* Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me.Daniel Dunbar2009-11-141-10/+25
* Fix for FreeBSD toolchain in regards to CPP, Credit to Roman Divacky.Edward O'Callaghan2009-11-081-0/+4
* Adding -fshort-wchar option.John Thompson2009-11-051-0/+7
* Move -fcolor-diagnostics logic to driver.Daniel Dunbar2009-11-041-3/+8
* Move logic for selection -fmessage-length= to driver.Daniel Dunbar2009-11-041-1/+12
* Fix indentation.Daniel Dunbar2009-11-041-24/+24
* Merge constant array and structures. This will create a global variables for ...Tanya Lattner2009-11-041-0/+3
* Implement support for the -undef command line option, patch byChris Lattner2009-11-031-0/+2
* Fix -pthread on dragonfly. Patch by Sascha Wildner.Mike Stump2009-10-311-1/+1
* Change the driver to do the Darwin triple mangling itself instead of forwardingDaniel Dunbar2009-10-301-6/+55
* Remove some obsolete or unnecessary FIXMEs.Daniel Dunbar2009-10-291-17/+4
* PR5328: Allow duplicatic -pedantic (and -pedantic-errors) options.Daniel Dunbar2009-10-291-1/+3
* Kill off MakeFormattedString helper function.Daniel Dunbar2009-10-291-14/+5
* Reject -I- in driver instead of clang-cc.Daniel Dunbar2009-10-291-0/+4
* [llvm up]Douglas Gregor2009-10-291-17/+13
* Fix for PR4887, Credit to Jonathan Gray.Edward O'Callaghan2009-10-281-1/+4
* Rename -nostdclanginc to -nobuiltininc.Rafael Espindola2009-10-261-1/+1
* AuroraUX toolchain should call GNU assembler not the Solaris assembler.Edward O'Callaghan2009-10-191-1/+1
* dynamic linker arg is incorrectly invoking gnu ld arg syntax instead of svr4 ...Edward O'Callaghan2009-10-161-1/+1
* fix -ansi in c++: it means -std=c++98Nuno Lopes2009-10-161-1/+4
* Driver: Default to using PTH for C++ precompiled header support, PCH for C++Daniel Dunbar2009-10-151-5/+15
* AuroraUX toolchain fixes.Edward O'Callaghan2009-10-151-6/+10
* -funit-at-a-time is the default however some current makefiles pass -fno-unit...Edward O'Callaghan2009-10-131-1/+1
* Add the -nostdclanginc option to clang (the driver).Rafael Espindola2009-10-061-0/+1
* Set __EXCEPTIONS by checking on darwin's triple.Fariborz Jahanian2009-10-011-3/+8
* Move the "needs exception support" logic to clang. This also fixesRafael Espindola2009-10-011-9/+29
* Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...Ted Kremenek2009-09-251-0/+3
* Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base.Daniel Dunbar2009-09-181-5/+5
* Lift AddLinkRuntimeLibArgs into Darwin tool chain.Daniel Dunbar2009-09-181-43/+2
* Move isMacosxVersionLT helpers to Darwin tool chain.Daniel Dunbar2009-09-181-26/+18
* Lift getMacosxVersionMin out into Darwin ToolChain.Daniel Dunbar2009-09-181-13/+1
* Lift AddLinkerSearchPaths() into Darwin tool chain.Daniel Dunbar2009-09-181-17/+1
* Rename a variable to match its semantics.Daniel Dunbar2009-09-181-16/+16
* Driver: Change -O to mean -O2, -O1 is meaningless.Daniel Dunbar2009-09-171-2/+2
* We don't need a -compile-ast clang-cc action, we can just use -S.Daniel Dunbar2009-09-171-4/+1
* Incremental improvement to logic determining whether we emit unwind tables orDaniel Dunbar2009-09-161-4/+11
OpenPOWER on IntegriCloud