aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2010-01-10Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' whenDaniel Dunbar
2010-01-09implement -ftabstop=width, patch by Christian AdåkerChris Lattner
2010-01-08Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman
2009-12-23Driver: Drop ToolChain::getHost()Daniel Dunbar
2009-12-21ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".Daniel Dunbar
2009-12-21Add ToolChain::getDriver() and use it instead of going through the HostInfoDaniel Dunbar
2009-12-19ARM: Use front-end specific target features "soft-float" and "soft-float-abi"...Daniel Dunbar
2009-12-18clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar
2009-12-18Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar
2009-12-16Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes
2009-12-15Driver: Pass -resource-dir to clang -cc1, since the driver presumably already...Daniel Dunbar
2009-12-12Implement runtime checks for undefined behavior. WIP.Mike Stump
2009-12-12Make using '-fshort-enums' an error until it is actually implemented (changes...Ted Kremenek
2009-12-11Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar
2009-12-08Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar
2009-12-07Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.Ted Kremenek
2009-12-07Shorten the help test for -no-canonical-prefixes, put it behind HelpHidden andRafael Espindola
2009-12-04Add gcc's -no-canonical-prefixes option to clang.Rafael Espindola
2009-12-03Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar
2009-12-02Driver: Add Command::Creator member variable, which tracks the tool that wasDaniel Dunbar
2009-11-30Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar
2009-11-30Always pass -fmessage-length using separate arguments.Daniel Dunbar
2009-11-29Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar
2009-11-29clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us...Daniel Dunbar
2009-11-25What the FIXMEs want, the FIXMEs shall have.Daniel Dunbar
2009-11-25Don't pass -fexceptions=0 (it is the default).Daniel Dunbar
2009-11-21Fix refacto, gcc's cc1 needs to see --output-pch=, which is not just an aliasDaniel Dunbar
2009-11-20Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.Daniel Dunbar
2009-11-20Standardize Driver translation to call clang-cc using '-foo' form instead of ...Daniel Dunbar
2009-11-19Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar
2009-11-19Driver: ArgList doesn't depend on Options.h anymore.Daniel Dunbar
2009-11-19Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of...Daniel Dunbar
2009-11-19Use Option::matches instead of direct ID comparison.Daniel Dunbar
2009-11-18Fix passing stdc++ correctly in the FreeBSD toolchain support, Credit to Roma...Edward O'Callaghan
2009-11-17Added block type introspection support.David Chisnall
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-17Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt...Daniel Dunbar
2009-11-17Move char-is-signed defaulting to driver, instead of usingDaniel Dunbar
2009-11-14Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me.Daniel Dunbar
2009-11-08Fix for FreeBSD toolchain in regards to CPP, Credit to Roman Divacky.Edward O'Callaghan
2009-11-05Adding -fshort-wchar option.John Thompson
2009-11-04Move -fcolor-diagnostics logic to driver.Daniel Dunbar
2009-11-04Move logic for selection -fmessage-length= to driver.Daniel Dunbar
2009-11-04Fix indentation.Daniel Dunbar
2009-11-04Merge constant array and structures. This will create a global variables for ...Tanya Lattner
2009-11-03Implement support for the -undef command line option, patch byChris Lattner
2009-10-31Fix -pthread on dragonfly. Patch by Sascha Wildner.Mike Stump
2009-10-30Change the driver to do the Darwin triple mangling itself instead of forwardingDaniel Dunbar