summaryrefslogtreecommitdiffstats
path: root/lib/Driver/WindowsToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r168297 into 3.2 release branchPawel Wodnicki2012-11-211-6/+4
* Merging r168024 from trunk into 3.2 release branch Pawel Wodnicki2012-11-191-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