summary refs log tree commit diff
path: root/src/librustc_back/target/s390x_unknown_linux_gnu.rs
AgeCommit message (Expand)AuthorLines
2017-09-30rustc: Specify c_int width for each targetDaniel Klauer-0/+1
2017-09-08Add `TargetOptions::min_global_align`, with s390x at 16-bitJosh Stone-0/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-1/+1
2017-04-07-Z linker-flavorJorge Aparicio-0/+2
2017-01-12Disable jemalloc on s390x as well (closes #38596)Ximin Luo-0/+2
2016-10-03change max_atomic_width type from u64 to Option<u64>Jorge Aparicio-1/+1
2016-09-09Add s390x supportUlrich Weigand-2/+6
2016-08-26initial support for s390xJorge Aparicio-0/+30