llvm-project/clang/lib/Driver/ToolChains/Arch
John Baldwin 2a2945a3c5 [mips] Use more conservative default CPUs for MIPS on FreeBSD.
FreeBSD defaults to mips3 for all MIPS ABIs with GCC as that is the
minimum MIPS architecture FreeBSD supports.  Use mips3 for MIPS64 and
mips2 for MIPS32 to match.

Reviewed By: atanasyan

Differential Revision: https://reviews.llvm.org/D48499

llvm-svn: 335653
2018-06-26 19:48:05 +00:00
..
AArch64.cpp [AArch64] Support reserving x20 register 2018-06-12 20:00:50 +00:00
AArch64.h
ARM.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
ARM.h [ARM] Option for reading thread pointer from coprocessor register 2017-09-12 10:40:58 +00:00
Mips.cpp [mips] Use more conservative default CPUs for MIPS on FreeBSD. 2018-06-26 19:48:05 +00:00
Mips.h Use Triple::isMIPS() instead of enumerating all Triples. NFC 2018-06-25 16:49:52 +00:00
PPC.cpp [PowerPC] Option for secure plt mode 2018-04-11 12:24:44 +00:00
PPC.h [PowerPC] Option for secure plt mode 2018-04-11 12:24:44 +00:00
RISCV.cpp [RISCV] Add -mrelax/-mno-relax flags to enable/disable RISCV linker relaxation 2018-05-29 00:44:15 +00:00
RISCV.h [RISCV] Add the RISCV target and compiler driver 2018-01-11 13:36:56 +00:00
Sparc.cpp [Sparc] Use the leon arch for Leon3's when using an external assembler 2018-05-24 06:16:02 +00:00
Sparc.h
SystemZ.cpp
SystemZ.h
X86.cpp [clang-cl] Add support for /arch:AVX512F and /arch:AVX512 2018-01-25 15:24:43 +00:00
X86.h