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