summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/WindowsToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Win64: Disable uwtable until we fix .pdata emission in LLVMReid Kleckner2014-07-011-1/+5
* Use lowercase windows.h for mingw cross compilation.Logan Chien2014-06-241-1/+1
* Enable WindowsToolChain on all native Windows buildsAlp Toker2014-06-221-7/+2
* WindowsToolChain: decouple build environment from the toolchainAlp Toker2014-06-221-17/+2
* Make WindowsToolChain portableAlp Toker2014-06-221-10/+19
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-171-1/+1
* Revert "Reland r206934 with a hopefully fixed test"Rafael Espindola2014-04-251-1/+1
* Reland r206934 with a hopefully fixed testReid Kleckner2014-04-241-1/+1
* This reverts commit r206934 and r206935.Rafael Espindola2014-04-231-1/+1
* Driver: Honor %INCLUDE% when built with MinGWReid Kleckner2014-04-231-1/+1
* Driver: Avoid a duplicate path separator and clean up codeReid Kleckner2014-04-231-17/+19
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-1/+1
* Update for LLVM API changeSaleem Abdulrasool2014-03-061-1/+1
* Driver: Don't use DOS style paths on UNIXDavid Majnemer2014-01-311-1/+1
* Tidy up the no-external-assembler diagAlp Toker2013-11-221-1/+1
* Locate VS InstallDir in the presence of newer runtimeHans Wennborg2013-10-101-20/+19
* Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033)Hans Wennborg2013-10-091-3/+6
* Revert r188531: "Windows ToolChain: add VS bin dir to PogramPaths"Hans Wennborg2013-08-301-42/+37
* Windows ToolChain: add VS bin dir to PogramPathsHans Wennborg2013-08-161-37/+42
* Remove PathV1.h use from WindowsToolChain.cpp.Rafael Espindola2013-06-261-3/+2
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-2/+3
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-091-0/+4
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-241-4/+3
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-201-11/+9
* Go back to using the integrated assembler on windows ever when passedRafael Espindola2013-03-191-2/+3
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-191-11/+2
* Centralize the logic for using the integrated assembler.Rafael Espindola2013-03-181-4/+2
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-181-18/+6
* Use early returns when checking if we already constructed a tool and whenRafael Espindola2013-03-181-23/+24
* Remove unused argument.Rafael Espindola2013-03-181-1/+1
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-181-3/+4
* Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola2013-03-181-5/+2
* Remove unused argument.Rafael Espindola2013-03-181-2/+1
* Remove unused argument.Rafael Espindola2013-03-181-1/+1
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-211-2/+0
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-2/+3
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-051-0/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+1
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-6/+4
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-151-1/+6
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-081-6/+1
* Use getArch instead of getArchName + string compare.Rafael Espindola2012-10-071-1/+1
* Use getArch instead of getArchName.Rafael Espindola2012-10-071-3/+1
* Revert r163076 per chandlerc's request.Joao Matos2012-09-041-34/+22
* Fixed typo causing tests to fail on non-MSVC machines.Joao Matos2012-09-011-1/+1
* Refactored the Windows headers location lookup code. Expose it so standalone ...Joao Matos2012-09-011-22/+34
* [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall....NAKAMURA Takumi2012-03-131-1/+17
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+1
* include clang's config.h unconditionallyDylan Noblesmith2012-02-011-4/+0
OpenPOWER on IntegriCloud