summary refs log tree commit diff
path: root/src/librustc_back/target/mips_unknown_linux_gnu.rs
AgeCommit message (Expand)AuthorLines
2016-07-27librustc_back: convert fn target() to return ResultDoug Goldstein-4/+4
2016-07-18rustc: Remove soft-float from MIPS targetsAlex Crichton-1/+1
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-0/+1
2016-04-19Make data-layout mandatory in target specs.Eduard Burtescu-0/+1
2016-01-29rustc: Set MIPS cpu/features in the compilerAlex Crichton-2/+6
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-0/+1
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-5/+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
2014-12-28Fixes invalid LLVM data layout for aggregate data typesValerii Hiora-1/+1
2014-11-04Implement flexible target specificationCorey Richardson-0/+27