about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2021-05-14Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisabors-0/+72
2021-05-13Only pass --[no-]gc-sections if linker is GNU ld.Luqman Aden-4/+2
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-36/+83
2021-05-12`coverageinfo` query needs to use the same MIR as codegenRich Kadel-3/+3
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-4/+0
2021-05-12Use () for codegen queries.Camille GILLOT-9/+7
2021-05-12Use () for lang items.Camille GILLOT-1/+1
2021-05-12Use () for proc_macro_decls_static.Camille GILLOT-2/+2
2021-05-12Use () for plugin_registrar_fn.Camille GILLOT-2/+2
2021-05-12Use () for entry_fn.Camille GILLOT-6/+5
2021-05-12Use () in reachable_set.Camille GILLOT-8/+4
2021-05-12Use () in dependency_formats.Camille GILLOT-3/+3
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-1/+1
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-35/+53
2021-05-10Adjust target search algorithm for rustlib pathSimonas Kazlauskas-1/+1
2021-05-10Better error messagesbjorn3-8/+14
2021-05-10Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisabors-14/+3
2021-05-09Add primary marker on codegen unit to take charge of main_wrapper for non-loc...Charles Lew-14/+3
2021-05-08Support -C passes in NewPMNikita Popov-2/+2
2021-05-08Explicitly register GCOV profiling pass as wellNikita Popov-13/+9
2021-05-08Explicitly register instrprof passNikita Popov-6/+2
2021-05-08Make -Z new-llvm-pass-manager an Option<bool>Nikita Popov-1/+1
2021-05-08Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726Dylan DPC-1/+1
2021-05-07Use the object crate for metadata readingbjorn3-0/+66
2021-05-07Use `path.exists()` instead of `fs::metadata(path).is_ok()`Chris Denton-1/+1
2021-05-07Rollup merge of #84866 - petrochenkov:wholesome, r=Mark-SimulacrumDylan DPC-2/+0
2021-05-06illumos should put libc last in library search orderJoshua M. Clulow-0/+8
2021-05-06linker: Avoid library duplication with `/WHOLEARCHIVE`Vadim Petrochenkov-2/+0
2021-05-06Rollup merge of #83507 - luqmana:native-link-modifiers, r=petrochenkovDylan DPC-66/+150
2021-05-06Auto merge of #84468 - iladin:iladin/fix-84467, r=petrochenkovbors-2/+4
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-66/+150
2021-05-05Use local and remapped paths where appropriateAndy Wang-1/+1
2021-05-02Move wasm_import_module_map provider to cg_ssabjorn3-0/+29
2021-05-02Pass target_cpu to LinkerInfo::new instead of link_binarybjorn3-35/+24
2021-05-01Deduplicate native libs before they are passed to the linkerChris Denton-0/+8
2021-04-30Fix linker_args with --target=sparcv9-sun-solarisDaniel Silverman-2/+4
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-5/+22
2021-04-28Update list of allowed aarch64 featuresAdam Gemmell-2/+75
2021-04-21rustc: Use LLVM's new saturating float-to-int intrinsicsAlex Crichton-133/+36
2021-04-14Fix typos in rustc_codegen_ssa/src/back/write.rs.Edd Barrett-2/+2
2021-04-08Fix closed over variables not available in debuginfo for Windows MSVCWesley Wiser-15/+51
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-34/+30
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-34/+30
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-10/+3
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-2/+2
2021-04-04wasm64Gus Caplan-2/+2
2021-04-03Auto merge of #83811 - JohnTitor:rollup-hnw1xwz, r=JohnTitorbors-0/+1
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-10/+3
2021-04-04Rollup merge of #83803 - surechen:add_target_feature, r=petrochenkovYuki Okushi-0/+1