aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/WindowsToolChain.cpp
AgeCommit message (Expand)Author
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-03-24Reject -no-integrated-as on windows.Rafael Espindola
2013-03-20Remove the Tools DensMap from the toolchain.Rafael Espindola
2013-03-19Go back to using the integrated assembler on windows ever when passedRafael Espindola
2013-03-19Finish refactoring the tool selection logic.Rafael Espindola
2013-03-18Centralize the logic for using the integrated assembler.Rafael Espindola
2013-03-18Centralize the recording of which tools have been constructed.Rafael Espindola
2013-03-18Use early returns when checking if we already constructed a tool and whenRafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola
2013-03-18Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-19Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth
2012-11-15Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky
2012-11-08Rip out a bunch of code for invoking gcc from clang.Bob Wilson
2012-10-07Use getArch instead of getArchName + string compare.Rafael Espindola
2012-10-07Use getArch instead of getArchName.Rafael Espindola
2012-09-04Revert r163076 per chandlerc's request.Joao Matos
2012-09-01Fixed typo causing tests to fail on non-MSVC machines.Joao Matos
2012-09-01Refactored the Windows headers location lookup code. Expose it so standalone ...Joao Matos
2012-03-13[msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall....NAKAMURA Takumi
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-01include clang's config.h unconditionallyDylan Noblesmith
2012-01-31Revert r149083 which is not the direction we're going in the ClangChandler Carruth
2012-01-26Keep track of the original target the user specified beforeJoerg Sonnenberger
2012-01-25Switch the ToolChain types to all store a Driver reference rather thanChandler Carruth
2011-12-17Split the Windows toolchain definition into its own file. This isChandler Carruth