rust/src/librustc_target/spec
2019-07-24 10:28:14 -07:00
..
aarch64_apple_ios.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
aarch64_fuchsia.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
aarch64_linux_android.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
aarch64_pc_windows_msvc.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
aarch64_unknown_cloudabi.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
aarch64_unknown_freebsd.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
aarch64_unknown_hermit.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
aarch64_unknown_linux_gnu.rs Use u{1} instead of 01 2019-03-31 23:17:49 +09:00
aarch64_unknown_linux_musl.rs Use u{1} instead of 01 2019-03-31 23:17:49 +09:00
aarch64_unknown_netbsd.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
aarch64_unknown_none.rs targets: aarch64-unknown-none: Add +strict-align 2019-02-01 22:11:40 +01:00
aarch64_unknown_openbsd.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
abi.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
android_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
apple_base.rs default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targets 2019-05-13 17:04:59 -04:00
apple_ios_base.rs Add comment 2019-07-24 10:28:14 -07:00
arm_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
arm_linux_androideabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
arm_unknown_linux_gnueabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
arm_unknown_linux_gnueabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
arm_unknown_linux_musleabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
arm_unknown_linux_musleabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armebv7r_none_eabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armebv7r_none_eabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv4t_unknown_linux_gnueabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv5te_unknown_linux_gnueabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv5te_unknown_linux_musleabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv6_unknown_freebsd.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv6_unknown_netbsd_eabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7_apple_ios.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7_linux_androideabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7_unknown_cloudabi_eabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7_unknown_freebsd.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7_unknown_linux_gnueabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7_unknown_linux_musleabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7_unknown_netbsd_eabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7r_none_eabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7r_none_eabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
armv7s_apple_ios.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
asmjs_unknown_emscripten.rs Remove licenses 2018-12-25 21:08:33 -07:00
cloudabi_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
dragonfly_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
freebsd_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
fuchsia_base.rs Fix clippy::redundant_field_names 2019-06-26 13:59:58 +02:00
haiku_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
hermit_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i386_apple_ios.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i586_pc_windows_msvc.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i586_unknown_linux_gnu.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i586_unknown_linux_musl.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_apple_darwin.rs choose a more specific LLVM target on OS X when necessary 2019-05-07 11:09:39 -04:00
i686_linux_android.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_pc_windows_gnu.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_pc_windows_msvc.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_unknown_cloudabi.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_unknown_dragonfly.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_unknown_freebsd.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_unknown_haiku.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_unknown_linux_gnu.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_unknown_linux_musl.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
i686_unknown_netbsd.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
i686_unknown_openbsd.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
l4re_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
linux_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
linux_musl_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
mips64_unknown_linux_gnuabi64.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mips64el_unknown_linux_gnuabi64.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mips_unknown_linux_gnu.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mips_unknown_linux_musl.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mips_unknown_linux_uclibc.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mipsel_unknown_linux_gnu.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mipsel_unknown_linux_musl.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mipsel_unknown_linux_uclibc.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mipsisa32r6_unknown_linux_gnu.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mipsisa32r6el_unknown_linux_gnu.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mipsisa64r6_unknown_linux_gnuabi64.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mipsisa64r6el_unknown_linux_gnuabi64.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
mod.rs Target::arch can take more than listed options 2019-07-01 17:31:52 -04:00
msp430_none_elf.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
netbsd_base.rs Don't use GNU noexec stack note 2019-06-05 12:19:34 +03:00
nvptx64_nvidia_cuda.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
openbsd_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
powerpc64_unknown_freebsd.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
powerpc64_unknown_linux_gnu.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
powerpc64_unknown_linux_musl.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
powerpc64le_unknown_linux_gnu.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
powerpc64le_unknown_linux_musl.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
powerpc_unknown_linux_gnu.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
powerpc_unknown_linux_gnuspe.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
powerpc_unknown_linux_musl.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
powerpc_unknown_netbsd.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
redox_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
riscv32imac_unknown_none_elf.rs Include frame pointer for bare metal RISC-V targets 2019-06-08 19:21:38 -04:00
riscv32imc_unknown_none_elf.rs Include frame pointer for bare metal RISC-V targets 2019-06-08 19:21:38 -04:00
riscv64gc_unknown_none_elf.rs Use code model 'medium' for 64-bit RISC-V targets 2019-07-01 23:52:40 +03:00
riscv64imac_unknown_none_elf.rs Use code model 'medium' for 64-bit RISC-V targets 2019-07-01 23:52:40 +03:00
riscv_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
s390x_unknown_linux_gnu.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
solaris_base.rs Add a limit_rdylib_exports option and disable it for Solaris 2019-06-12 23:07:13 +02:00
sparc64_unknown_linux_gnu.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
sparc64_unknown_netbsd.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
sparc_unknown_linux_gnu.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
sparcv9_sun_solaris.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
thumb_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
thumbv6m_none_eabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv7a_pc_windows_msvc.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv7em_none_eabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv7em_none_eabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv7m_none_eabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv7neon_linux_androideabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv7neon_unknown_linux_gnueabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv8m_base_none_eabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv8m_main_none_eabi.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
thumbv8m_main_none_eabihf.rs Add function pointer alignment to ARM/Thumb data layout 2019-07-09 21:55:29 +02:00
uefi_base.rs Default to integrated rust-lld linker for UEFI targets 2019-03-06 19:46:33 +01:00
wasm32_base.rs Add a limit_rdylib_exports option and disable it for Solaris 2019-06-12 23:07:13 +02:00
wasm32_experimental_emscripten.rs Add a limit_rdylib_exports option and disable it for Solaris 2019-06-12 23:07:13 +02:00
wasm32_unknown_emscripten.rs Add a limit_rdylib_exports option and disable it for Solaris 2019-06-12 23:07:13 +02:00
wasm32_unknown_unknown.rs rustc: Allow using clang for wasm32 targets 2019-03-20 14:42:53 -07:00
wasm32_wasi.rs Omit the vendor component in the WASI triple 2019-05-09 11:35:10 -07:00
windows_base.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
windows_msvc_base.rs Added comment description. 2019-06-27 20:59:17 +08:00
x86_64_apple_darwin.rs choose a more specific LLVM target on OS X when necessary 2019-05-07 11:09:39 -04:00
x86_64_apple_ios.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_fortanix_unknown_sgx.rs SGX target: Use linker option to avoid code CGU assignment kludge 2019-04-01 17:41:37 -07:00
x86_64_fuchsia.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_linux_android.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_pc_windows_gnu.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_pc_windows_msvc.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_rumprun_netbsd.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
x86_64_sun_solaris.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_cloudabi.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_dragonfly.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_freebsd.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_haiku.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_hermit.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_l4re_uclibc.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_linux_gnu.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_linux_gnux32.rs Disable stack probing for gnux32. 2019-04-04 14:39:33 +08:00
x86_64_unknown_linux_musl.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_netbsd.rs Add target_mcount option 2019-03-30 18:50:19 +09:00
x86_64_unknown_openbsd.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_redox.rs librustc_target => 2018 2019-02-08 21:00:07 +09:00
x86_64_unknown_uefi.rs target/uefi: clarify documentation 2019-02-13 11:55:17 +01:00