summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
2021-11-16Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiserYuki Okushi-2/+12
2021-11-15Auto merge of #90717 - kit-981:fix-ld64-flags, r=petrochenkovbors-42/+50
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-2/+12
2021-11-14Only use the -dynamiclib flag when the linker is not ldkit-1/+4
2021-11-14Refactor linker argument generationkit-30/+18
2021-11-14Add a helper method for linker argumentskit-11/+28
2021-11-09Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwcoMatthias Krüger-0/+13
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-1/+1
2021-11-08Record more artifact sizes during self-profiling.Michael Woerister-0/+13
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-1/+1
2021-11-07more clippy fixesMatthias Krüger-2/+2
2021-11-05Initialize LLVM time trace profiler on each code generation threadTomasz Miąsko-51/+51
2021-10-25Avoid a branch on key being local for queries that use the same local and ext...bjorn3-2/+2
2021-10-16Adopt let_else across the compilerest31-3/+2
2021-10-09Rollup merge of #89634 - hawkw:eliza/enable-err-warn, r=oli-obkMatthias Krüger-5/+4
2021-10-07Rollup merge of #88137 - joshtriplett:osx-strip-symbols-no-option, r=michaelw...Jubilee-12/+10
2021-10-07lol i forgot the syntax for my own crate's macrosEliza Weisman-2/+2
2021-10-07comma-related changesEliza Weisman-1/+1
2021-10-07use structured fields in some existing warningsEliza Weisman-5/+4
2021-10-06Enable AutoFDO.Michael Benfield-0/+7
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-3/+3
2021-10-01Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkovManish Goregaokar-2/+6
2021-10-01Add `pie` as another `relocation-model` valueMarcel Hlopko-2/+6
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-2/+2
2021-09-08Move get_tools_search_paths from FileSearch to Sessionbjorn3-7/+4
2021-09-07Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc...bors-10/+49
2021-09-01Move add_rlib and add_native_library to cg_ssabjorn3-19/+47
2021-08-30Don't allow both the `+bundle` and `+whole-archive` modifiers for rlibsWesley Wiser-0/+14
2021-08-30Fix handling of +whole-archive native link modifier.Michael Woerister-10/+35
2021-08-29Auto merge of #88250 - rusticstuff:macos-lld, r=nagisabors-14/+33
2021-08-26Adjust linking order of static nobundle libraries12101111-36/+33
2021-08-23Pass -fuse-ld=/path/to/ld64 if -Z gcc-ld and the lld_flavor for the target is...Hans Kratz-14/+33
2021-08-18On macOS, make strip="symbols" not pass any options to stripJosh Triplett-12/+10
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-4/+0
2021-07-31Allow more "unknown argument" strings from linkerMichael Hackner-10/+11
2021-07-18Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrumbors-1/+6
2021-07-16Consider all fields when comparing DllImports, to remove nondetermininsm in m...Richard Cobbe-65/+49
2021-07-14Keep metadata when using gc-sections with profile-generate.Jamie Cunliffe-1/+6
2021-07-09Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows...Richard Cobbe-25/+44
2021-07-06Fold LinkerInfo into CrateInfobjorn3-81/+37
2021-07-06Don't store the full LinkerInfo inside Linker implsbjorn3-27/+44
2021-07-06Merge LinkerInfo::to_linker into get_linkerbjorn3-44/+40
2021-07-06Move get_linker to linker.rsbjorn3-93/+96
2021-07-06Don't pass local_crate_name to link_binary separatelybjorn3-2/+6
2021-07-06Move LinkerInfo into CrateInfobjorn3-10/+5
2021-07-05Deduplicate info.used_crate_source indexingbjorn3-2/+3
2021-07-05Remove LibSourcebjorn3-32/+38
2021-07-01Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkovbors-2/+2
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-2/+2
2021-07-01Rollup merge of #86558 - Smittyvb:link-error-sugg, r=petrochenkovGuillaume Gomez-5/+14