summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/MSVC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MSVC] Automatically add atlmfc folder to include and libpath.Zachary Turner2019-10-101-1/+12
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* [MSVC] If unable to find link.exe from a MSVC installation, look for link.exe...Martin Storsjo2019-04-191-2/+12
* [MSVC] Use the correct casing of HostX64/HostX86Martin Storsjo2019-04-181-2/+2
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+2
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* [clang-cl] support /Oy- on aarch64Martin Storsjo2019-02-071-4/+4
* [Driver] Don't pass default value to getCompilerRTArgStringPetr Hosek2019-01-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update Microsoft name mangling scheme for exception specifiers in the type sy...Reid Kleckner2018-12-171-1/+1
* [clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flagTakuto Ikuta2018-11-131-6/+0
* [clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...Takuto Ikuta2018-11-091-0/+6
* [AArch64] [Windows] Emit unwind tables by default.Eli Friedman2018-10-311-5/+5
* [clang-cl] Provide separate flags for all the /O variantsHans Wennborg2018-09-251-0/+1
* Reland r341390 clang-cl: Pass /Brepro to linker if it was passed to the compilerNico Weber2018-09-071-0/+9
* Reverting r 341390 because it is causing test failures on GreenDragon.A Bergen2018-09-061-9/+0
* clang-cl: Pass /Brepro to linker if it was passed to the compilerNico Weber2018-09-041-0/+9
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-301-0/+13
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-13/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-0/+13
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-13/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-0/+13
* clang-cl: Postpone Wmsvc-not-found emission until link.exe gets used.Nico Weber2018-07-171-2/+3
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-261-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-301-1/+0
* Remove unnecessary indirection. No behavior change.Nico Weber2018-04-301-12/+6
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-2/+2
* [msvc] Allow MSVC toolchain driver to find the aarch64 / arm64 cross-compiler.Reid Kleckner2018-03-051-0/+6
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-1/+1
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-1/+1
* [MS] Raise the default value of _MSC_VER to 1911, which is VS 2017Reid Kleckner2017-10-061-3/+2
* Cleanup and generalize -shared-libasan.Evgeniy Stepanov2017-10-051-1/+1
* [clang-cl] Claim ignored /O[12xd] argumentsReid Kleckner2017-10-031-20/+20
* [Driver] Recognize DevDiv internal builds of MSVC, with a different directory...Stephan T. Lavavej2017-08-211-24/+61
* [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.Akira Hatanaka2017-08-031-1/+1
* [Driver] Don't force .exe suffix for lldShoaib Meenai2017-06-061-3/+1
* clang-cl: Fix path-based MSVC version detectionHans Wennborg2017-05-171-2/+9
* [clang-cl] Fix cross-compilation with MSVC 2017.Zachary Turner2017-03-171-2/+67
* Don't use MSVC Setup Api on MinGW.Zachary Turner2017-03-151-1/+6
* Update clang-cl driver for MSVC 2017.Zachary Turner2017-03-151-238/+356
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+1233