summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/MSVCToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MSVC Compat] Don't omit frame pointers if /Oy- is specified before /O2David Majnemer2016-01-211-1/+2
* clang-cl: Support /Dfoo#bar (PR25984)Hans Wennborg2016-01-121-72/+99
* [Driver] Add support for Windows 10 SDKIgor Kudrin2015-09-241-66/+96
* [Driver] Use UniversalCRT on Windows if availableReid Kleckner2015-09-111-13/+88
* [clang-cl] Only respect /Oy- for x86_32David Majnemer2015-08-251-10/+21
* [clang-cl] Handle -O correctlyDavid Majnemer2015-07-271-0/+98
* Driver: enable support for -fsanitize=cfi on Windows.Peter Collingbourne2015-07-081-3/+0
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-231-2/+2
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-191-0/+9
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-171-9/+0
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-171-0/+9
* [Driver] Preserve the object file format in ComputeEffectiveClangTripleDavid Majnemer2015-06-091-2/+8
* [Driver] Inject the MSVC compatibility version into the tripleDavid Majnemer2015-06-081-0/+21
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-2/+2
* Remove a stray blank line that my sort_include.py script found.Chandler Carruth2015-02-131-1/+0
* Attempt to fix ::sscanf Cygwin build break reported in PR22302Reid Kleckner2015-01-231-1/+3
* Silence warning: "NOMINMAX" redefined.Yaron Keren2014-12-041-1/+3
* Make -fuse-ld=lld work properly on Windows.Zachary Turner2014-12-011-0/+3
* Removing an unused variable; NFC.Aaron Ballman2014-11-141-1/+0
* Fix C++ compliance issue. string literals must be const char *Zachary Turner2014-10-221-2/+2
* Make a good guess about where MSVC and Windows SDK libraries are for linking.Zachary Turner2014-10-221-0/+65
* Resubmit "Improve Windows toolchain support for non-standard environments."Zachary Turner2014-10-221-90/+182
* Driver: rename Windows to MSVCToolChainSaleem Abdulrasool2014-10-221-0/+335
OpenPOWER on IntegriCloud