about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
2021-04-14Fix typos in rustc_codegen_ssa/src/back/write.rs.Edd Barrett-2/+2
2021-04-05Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasperDylan DPC-1/+1
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-8/+3
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-1/+1
2021-04-04wasm64Gus Caplan-1/+1
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-8/+3
2021-04-03Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillotbors-2/+4
2021-04-03rm target specific logic in link_sanitizer_runtimeSimonas Kazlauskas-22/+14
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-5/+6
2021-03-30Add an Mmap wrapper to rustc_data_structuresbjorn3-2/+4
2021-03-28linker: Use data execution prevention options by default when linker supports...Vadim Petrochenkov-0/+17
2021-03-28linker: Use `--as-needed` by default when linker supports itVadim Petrochenkov-0/+13
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-09Use FromStr trait for number option parsingTomasz Miąsko-1/+1
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