]> granicus.if.org Git - clang/history - lib/Driver/MSVCToolChain.cpp
Refactor how the MSVC toolchain searches for a compatibility version.
[clang] / lib / Driver / MSVCToolChain.cpp
2016-12-07 David L. JonesRefactor how the MSVC toolchain searches for a compatib...
2016-10-27 Samuel Antao[Driver][OpenMP] Add logic for offloading-specific...
2016-10-07 Mehdi AminiTurn ArchName/BoundArch in Driver from raw pointer...
2016-08-30 Etienne Bergerontypo + indentation [NFC]
2016-07-28 Zachary Turner[Driver] Fix Windows SDK Detection
2016-07-25 David Majnemer[MSVCToolChain] Guard hardcoded Windows paths with...
2016-07-24 David Majnemer[Driver] Switch some getenv calls to llvm::sys::Process...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-06-23 Aaron BallmanFixing a FIXME related to Unicode support on Windows...
2016-06-22 Hans WennborgAdd support for /Ob1 and -finline-hint-functions flags
2016-05-25 Hans Wennborgclang-cl: Fix unused argument warning when combining...
2016-05-24 Hans Wennborgclang-cl: Bake /Ob0 and /Ob2 into the general /O option...
2016-05-20 Adrian McCarthyEliminate unnecessary file access checks in Clang drive...
2016-05-14 NAKAMURA TakumiMSVCToolChain.cpp: Make version.dll generic for win32.
2016-05-14 NAKAMURA TakumiMSVCToolChain.cpp: Use explicit constructor for SmallSt...
2016-05-13 Adrian McCarthyGet default -fms-compatibility-version from cl.exe...
2016-05-05 Akira HatanakaDo not add uwtable attribute by default for MachO targets.
2016-04-12 Nico Weberclang-cl: Remove -isystem, add -imsvc.
2016-03-23 Nico Weberclang-cl: Don't warn about /Oy- being unused in 64...
2016-01-27 Daniel MarjamakiFix array index out of bounds
2016-01-21 David Majnemer[MSVC Compat] Don't omit frame pointers if /Oy- is...
2016-01-12 Hans Wennborgclang-cl: Support /Dfoo#bar (PR25984)
2015-09-24 Igor Kudrin[Driver] Add support for Windows 10 SDK
2015-09-11 Reid Kleckner[Driver] Use UniversalCRT on Windows if available
2015-08-25 David Majnemer[clang-cl] Only respect /Oy- for x86_32
2015-07-27 David Majnemer[clang-cl] Handle -O correctly
2015-07-08 Peter CollingbourneDriver: enable support for -fsanitize=cfi on Windows.
2015-06-23 Douglas KatzmanPedantically rename all Tool subclasses to be nouns...
2015-06-19 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-17 Alexey SamsonovRevert "[Sanitizers] Provide better diagnostic for...
2015-06-17 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-09 David Majnemer[Driver] Preserve the object file format in ComputeEffe...
2015-06-08 David Majnemer[Driver] Inject the MSVC compatibility version into...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-02-13 Chandler CarruthRemove a stray blank line that my sort_include.py scrip...
2015-01-23 Reid KlecknerAttempt to fix ::sscanf Cygwin build break reported...
2014-12-04 Yaron KerenSilence warning: "NOMINMAX" redefined.
2014-12-01 Zachary TurnerMake -fuse-ld=lld work properly on Windows.
2014-11-14 Aaron BallmanRemoving an unused variable; NFC.
2014-10-22 Zachary TurnerFix C++ compliance issue. string literals must be...
2014-10-22 Zachary TurnerMake a good guess about where MSVC and Windows SDK...
2014-10-22 Zachary TurnerResubmit "Improve Windows toolchain support for non...
2014-10-22 Saleem AbdulrasoolDriver: rename Windows to MSVCToolChain