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
*
Win64: Disable uwtable until we fix .pdata emission in LLVM
Reid Kleckner
2014-07-01
1
-1
/
+5
*
Use lowercase windows.h for mingw cross compilation.
Logan Chien
2014-06-24
1
-1
/
+1
*
Enable WindowsToolChain on all native Windows builds
Alp Toker
2014-06-22
1
-7
/
+2
*
WindowsToolChain: decouple build environment from the toolchain
Alp Toker
2014-06-22
1
-17
/
+2
*
Make WindowsToolChain portable
Alp Toker
2014-06-22
1
-10
/
+19
*
[C++11] Use 'nullptr'. Driver edition.
Craig Topper
2014-05-17
1
-1
/
+1
*
Revert "Reland r206934 with a hopefully fixed test"
Rafael Espindola
2014-04-25
1
-1
/
+1
*
Reland r206934 with a hopefully fixed test
Reid Kleckner
2014-04-24
1
-1
/
+1
*
This reverts commit r206934 and r206935.
Rafael Espindola
2014-04-23
1
-1
/
+1
*
Driver: Honor %INCLUDE% when built with MinGW
Reid Kleckner
2014-04-23
1
-1
/
+1
*
Driver: Avoid a duplicate path separator and clean up code
Reid Kleckner
2014-04-23
1
-17
/
+19
*
Use the new Windows environment for target detection
Saleem Abdulrasool
2014-03-27
1
-1
/
+1
*
Update for LLVM API change
Saleem Abdulrasool
2014-03-06
1
-1
/
+1
*
Driver: Don't use DOS style paths on UNIX
David Majnemer
2014-01-31
1
-1
/
+1
*
Tidy up the no-external-assembler diag
Alp Toker
2013-11-22
1
-1
/
+1
*
Locate VS InstallDir in the presence of newer runtime
Hans Wennborg
2013-10-10
1
-20
/
+19
*
Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033)
Hans Wennborg
2013-10-09
1
-3
/
+6
*
Revert r188531: "Windows ToolChain: add VS bin dir to PogramPaths"
Hans Wennborg
2013-08-30
1
-42
/
+37
*
Windows ToolChain: add VS bin dir to PogramPaths
Hans Wennborg
2013-08-16
1
-37
/
+42
*
Remove PathV1.h use from WindowsToolChain.cpp.
Rafael Espindola
2013-06-26
1
-3
/
+2
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-2
/
+3
*
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
[next]