hanchenye-llvm-project/clang/lib/Driver
Daniel Sanders 4f7cd2398b [mips] Added support for choosing between traps and breaks in the integrated assembler macros.
Summary: The command line options for these are -Wa,--trap and -Wa,--break.

Patch by Scott Egerton.

Reviewers: vkalintiris, dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11676

llvm-svn: 246765
2015-09-03 12:58:39 +00:00
..
Action.cpp [CUDA] Moved device-side triple calculation to buildCudaActions(). 2015-07-20 21:59:31 +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 Pedantically rename all Tool subclasses to be nouns, not verbs. NFC 2015-06-23 20:42:09 +00:00
Driver.cpp [CUDA] Improve CUDA compilation pipeline creation. 2015-08-27 18:10:41 +00:00
DriverOptions.cpp
InputInfo.h
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 [clang-cl] Only respect /Oy- for x86_32 2015-08-25 00:46:45 +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 [multilib] Turn virtual functor into functin_ref 2015-03-22 15:56:12 +00:00
Phases.cpp
SanitizerArgs.cpp Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output. 2015-09-02 20:02:38 +00:00
Tool.cpp
ToolChain.cpp Update for several APIs in LLVM that now use StringRefs rather than 2015-08-30 07:51:18 +00:00
ToolChains.cpp [Sparc]: GCCInstallationDetector should not care if little-endian 2015-09-02 13:33:42 +00:00
ToolChains.h Stop hardcoding GCC paths in crt/ld.so lookup. 2015-08-31 19:17:51 +00:00
Tools.cpp [mips] Added support for choosing between traps and breaks in the integrated assembler macros. 2015-09-03 12:58:39 +00:00
Tools.h Update for several APIs in LLVM that now use StringRefs rather than 2015-08-30 07:51:18 +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