aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/WindowsToolChain.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-22Driver: rename Windows to MSVCToolChainSaleem Abdulrasool1-335/+0
2014-10-21Removing unused variable (assigned into, but never read from); NFC.Aaron Ballman1-2/+0
2014-10-20Revert "Improve Windows toolchain support for non-standard environments." (r2...Hans Wennborg1-99/+90
2014-10-20Improve Windows toolchain support for non-standard environments.Zachary Turner1-90/+99
2014-09-04Win64: Add the uwtable attribute by default on Win64Reid Kleckner1-5/+4
2014-07-01Win64: Disable uwtable until we fix .pdata emission in LLVMReid Kleckner1-1/+5
2014-06-24Use lowercase windows.h for mingw cross compilation.Logan Chien1-1/+1
2014-06-22Enable WindowsToolChain on all native Windows buildsAlp Toker1-7/+2
2014-06-22WindowsToolChain: decouple build environment from the toolchainAlp Toker1-17/+2
2014-06-22Make WindowsToolChain portableAlp Toker1-10/+19
2014-05-17[C++11] Use 'nullptr'. Driver edition.Craig Topper1-1/+1
2014-04-25Revert "Reland r206934 with a hopefully fixed test"Rafael Espindola1-1/+1
2014-04-24Reland r206934 with a hopefully fixed testReid Kleckner1-1/+1
2014-04-23This reverts commit r206934 and r206935.Rafael Espindola1-1/+1
2014-04-23Driver: Honor %INCLUDE% when built with MinGWReid Kleckner1-1/+1
2014-04-23Driver: Avoid a duplicate path separator and clean up codeReid Kleckner1-17/+19
2014-03-27Use the new Windows environment for target detectionSaleem Abdulrasool1-1/+1
2014-03-06Update for LLVM API changeSaleem Abdulrasool1-1/+1
2014-01-31Driver: Don't use DOS style paths on UNIXDavid Majnemer1-1/+1
2013-11-22Tidy up the no-external-assembler diagAlp Toker1-1/+1
2013-10-10Locate VS InstallDir in the presence of newer runtimeHans Wennborg1-20/+19
2013-10-09Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033)Hans Wennborg1-3/+6
2013-08-30Revert r188531: "Windows ToolChain: add VS bin dir to PogramPaths"Hans Wennborg1-42/+37
2013-08-16Windows ToolChain: add VS bin dir to PogramPathsHans Wennborg1-37/+42
2013-06-26Remove PathV1.h use from WindowsToolChain.cpp.Rafael Espindola1-3/+2
2013-06-17Include PathV1.h only where it is used.Rafael Espindola1-0/+1
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-2/+3
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne1-0/+4
2013-03-24Reject -no-integrated-as on windows.Rafael Espindola1-4/+3
2013-03-20Remove the Tools DensMap from the toolchain.Rafael Espindola1-11/+9
2013-03-19Go back to using the integrated assembler on windows ever when passedRafael Espindola1-2/+3
2013-03-19Finish refactoring the tool selection logic.Rafael Espindola1-11/+2
2013-03-18Centralize the logic for using the integrated assembler.Rafael Espindola1-4/+2
2013-03-18Centralize the recording of which tools have been constructed.Rafael Espindola1-18/+6
2013-03-18Use early returns when checking if we already constructed a tool and whenRafael Espindola1-23/+24
2013-03-18Remove unused argument.Rafael Espindola1-1/+1
2013-03-18Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola1-3/+4
2013-03-18Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola1-5/+2
2013-03-18Remove unused argument.Rafael Espindola1-2/+1
2013-03-18Remove unused argument.Rafael Espindola1-1/+1
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher1-2/+0
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose1-2/+3
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher1-0/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+1
2012-11-19Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth1-6/+4
2012-11-15Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky1-1/+6
2012-11-08Rip out a bunch of code for invoking gcc from clang.Bob Wilson1-6/+1
2012-10-07Use getArch instead of getArchName + string compare.Rafael Espindola1-1/+1
2012-10-07Use getArch instead of getArchName.Rafael Espindola1-3/+1
2012-09-04Revert r163076 per chandlerc's request.Joao Matos1-34/+22