summary refs log tree commit diff
path: root/src/librustc_trans/cabi_aarch64.rs
AgeCommit message (Expand)AuthorLines
2018-01-14rustc_trans: rename ccx to cx.Eduard-Mihai Burtescu-10/+10
2018-01-14rustc_trans: rename CrateContext to CodegenCx.Eduard-Mihai Burtescu-5/+5
2017-11-19rustc: move size, align & primitive_align from Abi::Aggregate to layout.Eduard-Mihai Burtescu-5/+5
2017-11-19rustc_trans: avoid working with sizes/offsets and alignments as integers.Eduard-Mihai Burtescu-4/+4
2017-07-21Correct the spelling of "homogeneous"Josh Stone-4/+4
2017-04-09rustc_trans: use ty::layout for ABI computation instead of LLVM types.Eduard-Mihai Burtescu-121/+57
2016-09-24Move ty_align and ty_size out of most C ABI codeMark-Simulacrum-68/+2
2016-04-04Handle integer-extending for C ABIJames Miller-0/+2
2016-03-31librustc_trans: use bug!(), span_bug!()Benjamin Herr-2/+2
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-0/+240