summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/MSVCToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-892/+0
* Revert "[Driver] Updated for Visual Studio 2017"Reid Kleckner2017-02-021-363/+198
* [Driver] Updated for Visual Studio 2017Reid Kleckner2017-02-021-198/+363
* [Driver] Driver changes to support CUDA compilation on Windows.Justin Lebar2017-01-051-2/+11
* Revert "Driver: switch Windows to static RelocModel"Reid Kleckner2016-12-281-0/+12
* Driver: switch Windows to static RelocModelSaleem Abdulrasool2016-12-271-12/+0
* Refactor how the MSVC toolchain searches for a compatibility version.David L. Jones2016-12-071-9/+31
* [Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao2016-10-271-1/+1
* Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini2016-10-071-1/+1
* typo + indentation [NFC]Etienne Bergeron2016-08-301-1/+1
* [Driver] Fix Windows SDK DetectionZachary Turner2016-07-281-4/+5
* [MSVCToolChain] Guard hardcoded Windows paths with LLVM_ON_WIN32David Majnemer2016-07-251-0/+2
* [Driver] Switch some getenv calls to llvm::sys::Process::GetEnvDavid Majnemer2016-07-241-25/+26
* [NFC] Header cleanupMehdi Amini2016-07-181-0/+1
* Fixing a FIXME related to Unicode support on Windows. Converted the Win32 API...Aaron Ballman2016-06-231-18/+27
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-1/+1
* clang-cl: Fix unused argument warning when combining /O2 and /Ob2Hans Wennborg2016-05-251-1/+6
* clang-cl: Bake /Ob0 and /Ob2 into the general /O option handlingHans Wennborg2016-05-241-1/+13
* Eliminate unnecessary file access checks in Clang driver on WindowsAdrian McCarthy2016-05-201-1/+4
* MSVCToolChain.cpp: Make version.dll generic for win32.NAKAMURA Takumi2016-05-141-2/+0
* MSVCToolChain.cpp: Use explicit constructor for SmallString from std::string,...NAKAMURA Takumi2016-05-141-1/+1
* Get default -fms-compatibility-version from cl.exe's versionAdrian McCarthy2016-05-131-1/+43
* Do not add uwtable attribute by default for MachO targets.Akira Hatanaka2016-05-051-0/+5
* clang-cl: Remove -isystem, add -imsvc.Nico Weber2016-04-121-0/+4
* clang-cl: Don't warn about /Oy- being unused in 64-bit builds.Nico Weber2016-03-231-0/+6
* Fix array index out of boundsDaniel Marjamaki2016-01-271-2/+2
* [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