about summary refs log tree commit diff
path: root/src/librustc_back/target/arm_linux_androideabi.rs
AgeCommit message (Expand)AuthorLines
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-35/+0
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-2/+1
2017-10-07enable strict alignment (+strict-align) on ARMv6Jorge Aparicio-1/+1
2017-09-30rustc: Specify c_int width for each targetDaniel Klauer-0/+1
2017-04-30Change arm-linux-androideabi to correspond to the armeabi official ABIMarco A L Barbosa-1/+2
2017-04-07-Z linker-flavorJorge Aparicio-0/+2
2016-10-24check target abi supportTim Neumann-2/+5
2016-10-03change max_atomic_width type from u64 to Option<u64>Jorge Aparicio-1/+1
2016-07-27librustc_back: convert fn target() to return ResultDoug Goldstein-4/+4
2016-05-14Remove "gnu" from "target_env" because it does not matter for android.Nerijus Arlauskas-1/+1
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-0/+1
2016-04-20Enable vfp3-d16 for ARMv7 Android targetMatt Brubeck-1/+1
2016-04-19Make data-layout mandatory in target specs.Eduard Burtescu-0/+1
2016-01-11Replace no_elf_tls with target_thread_localAmanieu d'Antras-1/+0
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-0/+1
2015-09-24Fix `target_vendor` for AndroidSebastian Wicki-1/+1
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-0/+1
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-3/+0
2015-04-29Use PIE on AndroidTamir Duberstein-2/+0
2015-04-29DRY Android targetsTamir Duberstein-10/+4
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-0/+1
2015-02-16Lower the default dwarf version for androidEunji Jeong-0/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2014-12-28Fixes invalid LLVM data layout for aggregate data typesValerii Hiora-1/+1
2014-11-06fix typo in librustc target specDaniel Micay-1/+1
2014-11-04Don't use pie on AndroidCorey Richardson-0/+2
2014-11-04Implement flexible target specificationCorey Richardson-0/+33