summaryrefslogtreecommitdiff
path: root/compiler/rustc_target/src/spec/x86_64_apple_ios.rs
Commit message (Expand)AuthorAgeFilesLines
* Add sanitizer support for modern iOS platformsKeith Smiley2023-02-121-2/+5
* Cleanup Apple target specificationsBlackHoleFox2022-11-051-6/+3
* Merge apple_base and apple_sdk_base into one moduleBlackHoleFox2022-11-051-3/+4
* Fix x86_64-apple-ios target to use the correct target_abiBlackHoleFox2022-10-231-1/+1
* Enable inline stack probes on X86 with LLVM 16Josh Stone2022-09-291-2/+1
* Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT2022-04-031-3/+5
* allow specifying an ios version for the llvm targetPatrick Amrein2021-08-241-1/+1
* Change to probe-stack=call (instead of inline-or-call) everywhere again, for ...Felix S. Klock II2021-04-291-1/+2
* Target stack-probe support configurable finelySimonas Kazlauskas2021-01-161-2/+6
* rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-2/+1
* rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-2/+1
* rustc_target: Move `target_endian` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* Use integer literals for builtin target_pointer_width fieldsest312020-10-151-1/+1
* rustc_target: Refactor away `TargetResult`Vadim Petrochenkov2020-10-051-4/+4
* Defer Apple SDKROOT detection to link time.Eric Huss2020-09-251-2/+2
* mv compiler to compiler/mark2020-08-301-0/+20