llvm-project/clang/lib/Driver/ToolChains
Kazushi (Jam) Marukawa 3d32218d1a [VE] Change to omitting the frame pointer on leaf functions
Change to omitting the frame pointer on leaf functions by default for VE.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D113087
2021-11-03 17:45:18 +09:00
..
Arch [AArch64] Add support for the 'R' architecture profile. 2021-10-27 12:32:30 +01:00
AIX.cpp [AIX] Don't pass namedsects in LTO mode 2021-10-01 19:22:40 +00:00
AIX.h [clang][driver][AIX] Add system libc++ header paths to driver 2021-09-15 10:41:18 -04:00
AMDGPU.cpp [clang] Use llvm::{count,count_if,find_if,all_of,none_of} (NFC) 2021-10-25 09:14:45 -07:00
AMDGPU.h [Driver] Drop unnecessary const from return types (NFC) 2021-09-04 08:05:27 -07:00
AMDGPUOpenMP.cpp [libomptarget] Build DeviceRTL for amdgpu 2021-10-28 12:34:01 +01:00
AMDGPUOpenMP.h [AMDGPU][OpenMP] Use llvm-link to link ocml libraries 2021-08-13 13:36:57 +05:30
AVR.cpp [clang-cl] Emit nicer warning on unknown /arch: arguments 2021-09-02 10:37:32 -04:00
AVR.h [AVR][clang] Pass '-fno-use-init-array' to cc1 as default 2021-08-06 10:14:23 +08:00
Ananas.cpp [clang][driver] NFC: Move InputInfo.h from lib to include 2021-07-27 09:17:39 +02:00
Ananas.h Clang Driver: refactor support for writing response files to be 2020-06-29 18:27:02 -04:00
BareMetal.cpp Add basic aarch64-none-elf bare metal driver. 2021-10-22 08:06:17 +01:00
BareMetal.h Reland "[Driver][Windows] Support per-target runtimes dir layout for profile instr generate" 2021-02-24 23:40:20 +01:00
Clang.cpp [VE] Change to omitting the frame pointer on leaf functions 2021-11-03 17:45:18 +09:00
Clang.h [clang-cl] Remove the /fallback option 2021-02-04 10:33:16 +01:00
CloudABI.cpp [clang][driver] NFC: Move InputInfo.h from lib to include 2021-07-27 09:17:39 +02:00
CloudABI.h Clang Driver: refactor support for writing response files to be 2020-06-29 18:27:02 -04:00
CommonArgs.cpp Revert "[clang] deprecate frelaxed-template-template-args, make it on by default" 2021-11-02 17:02:19 -04:00
CommonArgs.h [Clang][OpenMP] Add partial support for Static Device Libraries 2021-10-08 09:37:51 +00:00
Contiki.cpp
Contiki.h
CrossWindows.cpp [clang][driver] Fix definition/declaration argument name mismatches. NFCI. 2020-11-17 12:39:45 +00:00
CrossWindows.h [clang][ToolChains] explicitly return LangOptions::StackProtectorMode 2020-10-28 11:20:30 -07:00
Cuda.cpp Use llvm::is_contained (NFC) 2021-10-24 09:32:57 -07:00
Cuda.h [CUDA] Improve CUDA version detection and diagnostics. 2021-08-23 13:24:48 -07:00
Darwin.cpp [clang][driver][darwin] support -target with Mac Catalyst triple without OS version 2021-10-28 18:46:10 -07:00
Darwin.h [clang][darwin] Add support for --emit-static-lib 2021-09-17 12:11:05 -07:00
DragonFly.cpp [clang] update of the DragonFlyBSD's driver for the 5.8.x releases 2020-10-19 14:04:49 +01:00
DragonFly.h Clang Driver: refactor support for writing response files to be 2020-06-29 18:27:02 -04:00
Flang.cpp [flang] Produce proper "preprocessor output" for -E option 2021-07-30 15:13:56 -07:00
Flang.h [flang][driver] Add support for `-J/-module-dir` 2021-02-04 16:31:40 +00:00
FreeBSD.cpp [Driver, Frontend] Use StringRef::contains (NFC) 2021-10-19 08:54:02 -07:00
FreeBSD.h Fix regression due to test hip-version.hip 2020-07-11 12:45:29 -04:00
Fuchsia.cpp [clang] Use llvm::{count,count_if,find_if,all_of,none_of} (NFC) 2021-10-25 09:14:45 -07:00
Fuchsia.h [InstrProfiling] Generate runtime hook for Fuchsia 2021-08-10 23:21:15 -07:00
Gnu.cpp [clang][MIPS] Fix search path for Debian multilib O32 2021-10-28 10:23:06 +03:00
Gnu.h hurd: Detect libstdc++ include paths on Debian Hurd i386 2021-04-27 13:04:41 -07:00
HIP.cpp [HIP] Fix linking of asanrt.bc 2021-09-27 13:25:46 -04:00
HIP.h [HIP] Fix linking of asanrt.bc 2021-09-27 13:25:46 -04:00
Haiku.cpp [Driver] Detect Debian hack g++-multiarch-incdir.diff to simplify addLibStdCXXIncludePaths call sites 2021-03-21 17:33:31 -07:00
Haiku.h
Hexagon.cpp [AST, CodeGen, Driver] Use llvm::is_contained (NFC) 2021-10-12 09:19:49 -07:00
Hexagon.h [Driver] Drop unnecessary const from return types (NFC) 2021-09-04 08:05:27 -07:00
Hurd.cpp Hurd: Clean up Debian multiarch /usr/include/<triplet> 2021-04-27 13:36:12 -07:00
Hurd.h hurd: Detect libstdc++ include paths on Debian Hurd i386 2021-04-27 13:04:41 -07:00
InterfaceStubs.cpp [ifs][elfabi] Merge llvm-ifs/elfabi tools 2021-07-19 11:23:19 -07:00
InterfaceStubs.h
Lanai.h
Linux.cpp [clang][MIPS] Fix search path for Debian multilib O32 2021-10-28 10:23:06 +03:00
Linux.h [Driver] Add -print-multiarch 2021-04-27 16:04:54 -07:00
MSP430.cpp [clang][driver] NFC: Move InputInfo.h from lib to include 2021-07-27 09:17:39 +02:00
MSP430.h [clang][driver] NFC: Move InputInfo.h from lib to include 2021-07-27 09:17:39 +02:00
MSVC.cpp [clang] [Windows] Mark PIC as implicitly enabled for aarch64, just like for x86_64 2021-10-13 22:55:00 +03:00
MSVC.h [clang][msvc] Define _HAS_STATIC_RTTI to 0, when compiling with -fno-rtti 2021-06-10 17:02:44 +02:00
MSVCSetupApi.h
MinGW.cpp [clang] [MinGW] Guess the right ix86 arch name spelling as sysroot 2021-10-29 09:32:36 +03:00
MinGW.h [clang] [MinGW] Guess the right ix86 arch name spelling as sysroot 2021-10-29 09:32:36 +03:00
Minix.cpp [clang][driver] NFC: Move InputInfo.h from lib to include 2021-07-27 09:17:39 +02:00
Minix.h Clang Driver: refactor support for writing response files to be 2020-06-29 18:27:02 -04:00
MipsLinux.cpp
MipsLinux.h
Myriad.cpp [Driver] Detect Debian hack g++-multiarch-incdir.diff to simplify addLibStdCXXIncludePaths call sites 2021-03-21 17:33:31 -07:00
Myriad.h Clang Driver: refactor support for writing response files to be 2020-06-29 18:27:02 -04:00
NaCl.cpp [clang][driver] NFC: Move InputInfo.h from lib to include 2021-07-27 09:17:39 +02:00
NaCl.h Clang Driver: refactor support for writing response files to be 2020-06-29 18:27:02 -04:00
NetBSD.cpp [Driver][NetBSD] Use Triple reference instead of ToolChain.getTriple(). 2021-10-15 16:36:19 +02:00
NetBSD.h Clang Driver: refactor support for writing response files to be 2020-06-29 18:27:02 -04:00
OpenBSD.cpp [Driver][OpenBSD] Some improvements to the external assembler handling 2021-10-20 21:05:14 -04:00
OpenBSD.h [clang][ToolChains] explicitly return LangOptions::StackProtectorMode 2020-10-28 11:20:30 -07:00
PPCLinux.cpp
PPCLinux.h
PS4CPU.cpp Reland - [Clang] Add the ability to map DLL storage class to visibility 2020-11-02 23:24:49 +00:00
PS4CPU.h [clang][ToolChains] explicitly return LangOptions::StackProtectorMode 2020-10-28 11:20:30 -07:00
RISCVToolchain.cpp [clang][driver] NFC: Move InputInfo.h from lib to include 2021-07-27 09:17:39 +02:00
RISCVToolchain.h [clang][Driver] Handle risvc in Baremetal.cpp. 2020-11-26 11:43:17 +00:00
ROCm.h [HIP] Fix spack detection 2021-05-17 13:24:05 -04:00
Solaris.cpp [Driver] Detect Debian hack g++-multiarch-incdir.diff to simplify addLibStdCXXIncludePaths call sites 2021-03-21 17:33:31 -07:00
Solaris.h [clang][Driver] Default to /usr/bin/ld on Solaris 2020-08-13 22:42:58 +02:00
TCE.cpp
TCE.h
VEToolchain.cpp [VE] Add standard include path and library path for C++ 2020-12-03 22:22:56 +09:00
VEToolchain.h [VE] Change to use integrated assembly by defualt 2020-10-30 00:16:04 +09:00
WebAssembly.cpp [Driver][WebAssembly] Use ToolChain reference instead of getToolChain(). 2021-10-14 19:43:59 +02:00
WebAssembly.h [Driver] Push multiarch path setup to individual drivers 2021-04-26 22:17:26 -07:00
XCore.cpp [Driver] Add output file to properties of Command 2020-10-08 18:23:39 +07:00
XCore.h
ZOS.cpp [SystemZ][z/OS] Set aligned allocation unavailable by default for z/OS 2020-09-16 14:49:03 -04:00
ZOS.h [SystemZ][z/OS] Set aligned allocation unavailable by default for z/OS 2020-09-16 14:49:03 -04:00