summary refs log tree commit diff
path: root/src/librustc_back/target/aarch64_unknown_linux_gnu.rs
AgeCommit message (Expand)AuthorLines
2016-01-11Replace no_elf_tls with target_thread_localAmanieu d'Antras-2/+1
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-1/+2
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-27rustc: Add target_env for triples by defaultAlex Crichton-0/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-1/+1
2015-01-03Initial version of AArch64 support.Akos Kiss-0/+26