index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
/
WindowsToolChain.cpp
Age
Commit message (
Expand
)
Author
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-03-24
Reject -no-integrated-as on windows.
Rafael Espindola
2013-03-20
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-19
Go back to using the integrated assembler on windows ever when passed
Rafael Espindola
2013-03-19
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-18
Centralize the logic for using the integrated assembler.
Rafael Espindola
2013-03-18
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
Use early returns when checking if we already constructed a tool and when
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
Refactor a bit of duplicated code to useIntegratedAs.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-02-21
Remove the SplitDebug action and replace with a set of commands
Eric Christopher
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-05
Driver and option support for -gsplit-dwarf. This is a part of
Eric Christopher
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-19
Completely re-work how the Clang driver interprets PIC and PIE options.
Chandler Carruth
2012-11-15
Revert r167567, restoring the ability of clang to run gcc in cases where it
Nick Lewycky
2012-11-08
Rip out a bunch of code for invoking gcc from clang.
Bob Wilson
2012-10-07
Use getArch instead of getArchName + string compare.
Rafael Espindola
2012-10-07
Use getArch instead of getArchName.
Rafael Espindola
2012-09-04
Revert r163076 per chandlerc's request.
Joao Matos
2012-09-01
Fixed typo causing tests to fail on non-MSVC machines.
Joao Matos
2012-09-01
Refactored 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-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-02-01
include clang's config.h unconditionally
Dylan Noblesmith
2012-01-31
Revert r149083 which is not the direction we're going in the Clang
Chandler Carruth
2012-01-26
Keep track of the original target the user specified before
Joerg Sonnenberger
2012-01-25
Switch the ToolChain types to all store a Driver reference rather than
Chandler Carruth
2011-12-17
Split the Windows toolchain definition into its own file. This is
Chandler Carruth