llvm-project/clang/lib/Driver
Joerg Sonnenberger 5c1ac90715 Use the generic Sparc CPU handling for Linux, FreeBSD and OpenBSD, too.
This currently changes the default toward the more historic -Av8/-Av9,
but as discussed with James Y Knight, consistency is for now more
important than figuring out which default CPU each OS should be using.

llvm-svn: 252571
2015-11-10 00:40:29 +00:00
..
Action.cpp Augmented CudaHostAction to carry device-side triple. 2015-09-22 17:23:13 +00:00
CMakeLists.txt Support mingw-w64 and mingw.org toolchains at any install location. 2015-07-02 04:45:27 +00:00
Compilation.cpp Driver: Remove the Job class. NFC 2015-07-02 22:52:08 +00:00
CrossWindowsToolChain.cpp Driver: tweak CrossWindows sanitizer support 2015-10-29 03:36:38 +00:00
Driver.cpp Clang format a few prior patches (NFC) 2015-11-02 18:03:12 +00:00
DriverOptions.cpp Update clang to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC 2015-10-21 16:31:33 +00:00
InputInfo.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Job.cpp Driver: Strip -header-include-file and -diagnostic-log-file from crash repro scripts 2015-08-05 23:49:44 +00:00
MSVCToolChain.cpp [Driver] Add support for Windows 10 SDK 2015-09-24 05:16:36 +00:00
Makefile
MinGWToolChain.cpp Driver: Fix include directories when not using libgcc under mingw 2015-08-13 15:41:04 +00:00
Multilib.cpp [Driver] Remove `else` after `return` 2015-10-12 14:32:57 +00:00
Phases.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00
SanitizerArgs.cpp MemorySanitizer does not require PIE. 2015-10-21 21:28:49 +00:00
Tool.cpp Roll-back r250822. 2015-10-20 13:23:58 +00:00
ToolChain.cpp [ARM] Clang gives unintended warning message for 'mthumb' + M-profiles: 2015-11-05 17:11:55 +00:00
ToolChains.cpp [Driver] Use platform-appropriate profiling libraries for WatchOS, TVOS 2015-11-10 00:20:34 +00:00
ToolChains.h Disable SjLj exceptions for watchOS 2015-10-30 16:30:41 +00:00
Tools.cpp Use the generic Sparc CPU handling for Linux, FreeBSD and OpenBSD, too. 2015-11-10 00:40:29 +00:00
Tools.h Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 21:37:17 +00:00
Types.cpp [cuda] Driver changes to compile and stitch together host and device-side CUDA code. 2015-07-13 23:27:56 +00:00