rust/src/librustc_back/target
bors 5743564f2d Auto merge of #33651 - Nercury:update-i686-android-target-to-match-abi, r=alexcrichton
Update i686-linux-android features to match android x86 ABI.

Based on [android's official x86 ABI info](http://developer.android.com/ndk/guides/abis.html#x86), the x86 baseline CPU can be safely updated to `pentiumpro`, with the addition of `MMX`, `SSE`, `SSE2`, `SSE3`, `SSSE3` features.

r? @alexcrichton
2016-05-16 22:35:00 -07:00
..
aarch64_apple_ios.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
aarch64_linux_android.rs Add all possible features (NEON, FP) to aarch64 android target. 2016-05-14 22:43:50 +03:00
aarch64_unknown_linux_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
android_base.rs Replace no_elf_tls with target_thread_local 2016-01-11 10:38:36 +00:00
apple_base.rs librustc_back: fix typo 2016-04-24 19:39:02 -04:00
apple_ios_base.rs rustc: Add feature-gated cfg(target_thread_local) 2015-12-21 22:05:37 -08:00
arm_linux_androideabi.rs Remove "gnu" from "target_env" because it does not matter for android. 2016-05-14 22:26:40 +03:00
arm_unknown_linux_gnueabi.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
arm_unknown_linux_gnueabihf.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
armv7_apple_ios.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
armv7_linux_androideabi.rs Add missing "max_atomic_width" to new armv7 android target. 2016-05-14 22:43:49 +03:00
armv7_unknown_linux_gnueabihf.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
armv7s_apple_ios.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
asmjs_unknown_emscripten.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
bitrig_base.rs librustc_back: remove explicit linker 2016-04-24 19:39:01 -04:00
dragonfly_base.rs librustc_back: remove explicit linker 2016-04-24 19:39:01 -04:00
freebsd_base.rs librustc_back: remove explicit linker 2016-04-24 19:39:01 -04:00
i386_apple_ios.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
i586_pc_windows_msvc.rs rustc: Add an i586-pc-windows-msvc target 2016-03-04 09:21:28 -08:00
i586_unknown_linux_gnu.rs rustc: Add an i586-pc-windows-msvc target 2016-03-04 09:21:28 -08:00
i686_apple_darwin.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
i686_linux_android.rs Auto merge of #33651 - Nercury:update-i686-android-target-to-match-abi, r=alexcrichton 2016-05-16 22:35:00 -07:00
i686_pc_windows_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
i686_pc_windows_msvc.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
i686_unknown_dragonfly.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
i686_unknown_freebsd.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
i686_unknown_linux_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
i686_unknown_linux_musl.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
le32_unknown_nacl.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
linux_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
linux_musl_base.rs rustc_back: use a common musl base 2016-05-02 17:38:16 -04:00
mips_unknown_linux_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
mips_unknown_linux_musl.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
mipsel_unknown_linux_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
mipsel_unknown_linux_musl.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
mod.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
netbsd_base.rs librustc_back: remove explicit linker 2016-04-24 19:39:01 -04:00
openbsd_base.rs librustc_back: remove explicit linker 2016-04-24 19:39:01 -04:00
powerpc64_unknown_linux_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
powerpc64le_unknown_linux_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
powerpc_unknown_linux_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
solaris_base.rs librustc_back: remove explicit linker 2016-04-24 19:39:01 -04:00
windows_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
windows_msvc_base.rs rustc: Use llvm-ar for custom targets by default 2016-02-08 10:27:03 -08:00
x86_64_apple_darwin.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_apple_ios.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_pc_windows_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_pc_windows_msvc.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_rumprun_netbsd.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_sun_solaris.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_unknown_bitrig.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_unknown_dragonfly.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_unknown_freebsd.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_unknown_linux_gnu.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_unknown_linux_musl.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_unknown_netbsd.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
x86_64_unknown_openbsd.rs Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00