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