summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/WindowsToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r149083 which is not the direction we're going in the ClangChandler Carruth2012-01-311-3/+2
* Keep track of the original target the user specified beforeJoerg Sonnenberger2012-01-261-2/+3
* Switch the ToolChain types to all store a Driver reference rather thanChandler Carruth2012-01-251-3/+2
* Split the Windows toolchain definition into its own file. This isChandler Carruth2011-12-171-0/+356
OpenPOWER on IntegriCloud