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
/
MSVCToolChain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Driver] Consolidate tools and toolchains by target platform. (NFC)
David L. Jones
2017-03-08
1
-892
/
+0
*
Revert "[Driver] Updated for Visual Studio 2017"
Reid Kleckner
2017-02-02
1
-363
/
+198
*
[Driver] Updated for Visual Studio 2017
Reid Kleckner
2017-02-02
1
-198
/
+363
*
[Driver] Driver changes to support CUDA compilation on Windows.
Justin Lebar
2017-01-05
1
-2
/
+11
*
Revert "Driver: switch Windows to static RelocModel"
Reid Kleckner
2016-12-28
1
-0
/
+12
*
Driver: switch Windows to static RelocModel
Saleem Abdulrasool
2016-12-27
1
-12
/
+0
*
Refactor how the MSVC toolchain searches for a compatibility version.
David L. Jones
2016-12-07
1
-9
/
+31
*
[Driver][OpenMP] Add logic for offloading-specific argument translation.
Samuel Antao
2016-10-27
1
-1
/
+1
*
Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)
Mehdi Amini
2016-10-07
1
-1
/
+1
*
typo + indentation [NFC]
Etienne Bergeron
2016-08-30
1
-1
/
+1
*
[Driver] Fix Windows SDK Detection
Zachary Turner
2016-07-28
1
-4
/
+5
*
[MSVCToolChain] Guard hardcoded Windows paths with LLVM_ON_WIN32
David Majnemer
2016-07-25
1
-0
/
+2
*
[Driver] Switch some getenv calls to llvm::sys::Process::GetEnv
David Majnemer
2016-07-24
1
-25
/
+26
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-0
/
+1
*
Fixing a FIXME related to Unicode support on Windows. Converted the Win32 API...
Aaron Ballman
2016-06-23
1
-18
/
+27
*
Add support for /Ob1 and -finline-hint-functions flags
Hans Wennborg
2016-06-22
1
-1
/
+1
*
clang-cl: Fix unused argument warning when combining /O2 and /Ob2
Hans Wennborg
2016-05-25
1
-1
/
+6
*
clang-cl: Bake /Ob0 and /Ob2 into the general /O option handling
Hans Wennborg
2016-05-24
1
-1
/
+13
*
Eliminate unnecessary file access checks in Clang driver on Windows
Adrian McCarthy
2016-05-20
1
-1
/
+4
*
MSVCToolChain.cpp: Make version.dll generic for win32.
NAKAMURA Takumi
2016-05-14
1
-2
/
+0
*
MSVCToolChain.cpp: Use explicit constructor for SmallString from std::string,...
NAKAMURA Takumi
2016-05-14
1
-1
/
+1
*
Get default -fms-compatibility-version from cl.exe's version
Adrian McCarthy
2016-05-13
1
-1
/
+43
*
Do not add uwtable attribute by default for MachO targets.
Akira Hatanaka
2016-05-05
1
-0
/
+5
*
clang-cl: Remove -isystem, add -imsvc.
Nico Weber
2016-04-12
1
-0
/
+4
*
clang-cl: Don't warn about /Oy- being unused in 64-bit builds.
Nico Weber
2016-03-23
1
-0
/
+6
*
Fix array index out of bounds
Daniel Marjamaki
2016-01-27
1
-2
/
+2
*
[MSVC Compat] Don't omit frame pointers if /Oy- is specified before /O2
David Majnemer
2016-01-21
1
-1
/
+2
*
clang-cl: Support /Dfoo#bar (PR25984)
Hans Wennborg
2016-01-12
1
-72
/
+99
*
[Driver] Add support for Windows 10 SDK
Igor Kudrin
2015-09-24
1
-66
/
+96
*
[Driver] Use UniversalCRT on Windows if available
Reid Kleckner
2015-09-11
1
-13
/
+88
*
[clang-cl] Only respect /Oy- for x86_32
David Majnemer
2015-08-25
1
-10
/
+21
*
[clang-cl] Handle -O correctly
David Majnemer
2015-07-27
1
-0
/
+98
*
Driver: enable support for -fsanitize=cfi on Windows.
Peter Collingbourne
2015-07-08
1
-3
/
+0
*
Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
2015-06-23
1
-2
/
+2
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-19
1
-0
/
+9
*
Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...
Alexey Samsonov
2015-06-17
1
-9
/
+0
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-17
1
-0
/
+9
*
[Driver] Preserve the object file format in ComputeEffectiveClangTriple
David Majnemer
2015-06-09
1
-2
/
+8
*
[Driver] Inject the MSVC compatibility version into the triple
David Majnemer
2015-06-08
1
-0
/
+21
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-2
/
+2
*
Remove a stray blank line that my sort_include.py script found.
Chandler Carruth
2015-02-13
1
-1
/
+0
*
Attempt to fix ::sscanf Cygwin build break reported in PR22302
Reid Kleckner
2015-01-23
1
-1
/
+3
*
Silence warning: "NOMINMAX" redefined.
Yaron Keren
2014-12-04
1
-1
/
+3
*
Make -fuse-ld=lld work properly on Windows.
Zachary Turner
2014-12-01
1
-0
/
+3
*
Removing an unused variable; NFC.
Aaron Ballman
2014-11-14
1
-1
/
+0
*
Fix C++ compliance issue. string literals must be const char *
Zachary Turner
2014-10-22
1
-2
/
+2
*
Make a good guess about where MSVC and Windows SDK libraries are for linking.
Zachary Turner
2014-10-22
1
-0
/
+65
*
Resubmit "Improve Windows toolchain support for non-standard environments."
Zachary Turner
2014-10-22
1
-90
/
+182
*
Driver: rename Windows to MSVCToolChain
Saleem Abdulrasool
2014-10-22
1
-0
/
+335