about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/thumb_base.rs
AgeCommit message (Expand)AuthorLines
2023-11-08target: move base specs to spec/baseDavid Wood-59/+0
2023-07-23Fix comments about GCC/Clang's enum width for arm-none targets.Chris Copeland-1/+1
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-02-16Default repr(C) enums to c_int sizeJubilee Young-1/+1
2022-10-06rustc_target: Refactor internal linker flavorsVadim Petrochenkov-3/+2
2022-07-11rustc_target: Flip the default for `TargetOptions::executables` to trueVadim Petrochenkov-1/+0
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-1/+1
2021-08-12Apply c_enum_min_bits = 8 to (arm|thumb)-none- platformsManish Goregaokar-0/+3
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-1/+0
2021-06-30Add support for leaf fn frame pointer eliminationSimonas Kazlauskas-2/+3
2020-11-11rustc_target: Normalize vendor from "" to "unknown" for all targetsVadim Petrochenkov-1/+0
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-1/+1
2020-11-07rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov-1/+2
2020-11-07rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov-0/+1
2020-08-30mv compiler to compiler/mark-0/+57