summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/WindowsToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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