summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' whenDaniel Dunbar2010-01-101-6/+0
* implement -ftabstop=width, patch by Christian AdåkerChris Lattner2010-01-091-0/+5
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-081-4/+4
* Driver: Drop ToolChain::getHost()Daniel Dunbar2009-12-231-1/+1
* ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".Daniel Dunbar2009-12-211-0/+29
* Add ToolChain::getDriver() and use it instead of going through the HostInfoDaniel Dunbar2009-12-211-15/+14
* ARM: Use front-end specific target features "soft-float" and "soft-float-abi"...Daniel Dunbar2009-12-191-1/+19
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-181-2/+2
* Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar2009-12-181-0/+14
* Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar2009-12-161-2/+2
* implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes2009-12-161-0/+4
* Driver: Pass -resource-dir to clang -cc1, since the driver presumably already...Daniel Dunbar2009-12-151-1/+11
* Implement runtime checks for undefined behavior. WIP.Mike Stump2009-12-121-0/+1
* Make using '-fshort-enums' an error until it is actually implemented (changes...Ted Kremenek2009-12-121-1/+2
* Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar2009-12-111-2/+7
* Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar2009-12-081-3/+6
* Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.Ted Kremenek2009-12-071-0/+3
* Shorten the help test for -no-canonical-prefixes, put it behind HelpHidden andRafael Espindola2009-12-071-3/+0
* Add gcc's -no-canonical-prefixes option to clang.Rafael Espindola2009-12-041-0/+3
* Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar2009-12-031-2/+6
* Driver: Add Command::Creator member variable, which tracks the tool that wasDaniel Dunbar2009-12-021-16/+16
* Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar2009-11-301-4/+4
* Always pass -fmessage-length using separate arguments.Daniel Dunbar2009-11-301-2/+2
* Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar2009-11-291-25/+28
* clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us...Daniel Dunbar2009-11-291-5/+3
* What the FIXMEs want, the FIXMEs shall have.Daniel Dunbar2009-11-251-53/+28
* 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
OpenPOWER on IntegriCloud