about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
2021-03-19coverage bug fixes and optimization supportRich Kadel-5/+3
2021-03-18Upgrade memmap to memmap2 in other crates.Camille GILLOT-2/+2
2021-03-11Adjust some `#[cfg]`s to take non-Unix non-Windows operating systems into acc...hyd-dev-2/+7
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-6/+4
2021-03-03Fix testsRyan Levick-1/+1
2021-02-26Rollup merge of #82535 - wesleywiser:wip_codegen_thread_names, r=nagisaGuillaume Gomez-47/+77
2021-02-26Rollup merge of #82456 - klensy:or-else, r=estebankGuillaume Gomez-1/+1
2021-02-25Set codegen thread namesWesley Wiser-47/+77
2021-02-25Rollup merge of #82214 - est31:no_to_string, r=oli-obkDylan DPC-5/+5
2021-02-23replaced some unwrap_or with unwrap_or_elseklensy-1/+1
2021-02-23Auto merge of #82127 - tgnottingham:tune-ahead-of-time-codegen, r=varkorbors-9/+64
2021-02-23Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwcobors-1/+1
2021-02-22Rollup merge of #82367 - matthiaskrgr:wraps, r=petrochenkovYuki Okushi-4/+4
2021-02-21rustc_codegen_ssa: remove unneeded wrapping of return type of execute_copy_fr...Matthias Krüger-4/+4
2021-02-21Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmasterYuki Okushi-0/+1
2021-02-19added aarch64_apple_ios_sim as a rustc targetRicky (deg4uss3r)-0/+1
2021-02-17Remove redundant to_string callsest31-5/+5
2021-02-15rustc_codegen_ssa: tune codegen according to available concurrencyTyson Nottingham-9/+64
2021-02-14Don't fail to remove files if they are missingSimonas Kazlauskas-11/+14
2021-02-14Set path of the compile unit to the source directorySimonas Kazlauskas-1/+1
2021-02-07HWASan supportTri Vo-0/+3
2021-01-29Rollup merge of #80215 - visigoth:issue-80202-fix, r=estebankYuki Okushi-2/+7
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-48/+56
2021-01-24Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisaJonas Schievink-7/+21
2021-01-20Auto merge of #81118 - ojeda:metadata-obj, r=nagisabors-4/+2
2021-01-19Fix sysroot option not being honored across rustcRamon de C Valle-7/+21
2021-01-17Skip linking if it is not requiredMiguel Ojeda-4/+2
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-0/+12
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-0/+12
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-80/+169
2020-12-23Exclude unnecessary info from CodegenResultsVictor Ding-2/+3
2020-12-19Use -target when linking binaries for Mac CatalystShaheen Gandhi-2/+7
2020-12-16compiletest: add split dwarf compare modeDavid Wood-0/+7
2020-12-16cg_llvm: implement split dwarf supportDavid Wood-14/+110
2020-12-16cg_ssa: introduce `TargetMachineFactoryFn` aliasDavid Wood-12/+4
2020-12-16cg_ssa: correct documentation commentsDavid Wood-56/+49
2020-12-10rustfmtCorey Farwell-2/+1
2020-12-09Enable ASan, TSan, UBSan for aarch64-apple-darwin.Corey Farwell-1/+2
2020-12-01Rollup merge of #79508 - jryans:check-dsymutil-result, r=nagisaGuillaume Gomez-9/+23
2020-11-30Warn if `dsymutil` returns an error codeJ. Ryan Stinnett-9/+23
2020-11-26Add support for Arm64 Catalyst on ARM MacsBenedikt Terhechte-1/+2
2020-11-12rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc`Vadim Petrochenkov-0/+2
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-6/+6
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-80/+72
2020-10-15Remove rustc_session::config::Configest31-7/+3
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-92/+87
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-2/+2
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-2/+0
2020-10-14Remove unused code from rustc_codegen_*est31-2/+0