summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2025-01-06Pass objcopy args for stripping on OSXNoratrieb-2/+2
2024-11-21Auto merge of #132362 - mustartt:aix-dylib-detection, r=jieyouxubors-2/+39
2024-11-21aix: fix archive formatHenry Jiang-2/+39
2024-11-20Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgrbors-2/+2
2024-11-20Account for `wasm32v1-none` when exporting TLS symbolsdaxpedda-2/+2
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+1
2024-11-20Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errorsbors-10/+8
2024-11-19additional `TypingEnv` cleanupslcnr-3/+4
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-4/+1
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-3/+3
2024-11-19When the required discriminator value exceeds LLVM's limits, drop the debug i...Kyle Huey-2/+4
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-50/+50
2024-11-17Likely unlikely fixJiri Bobek-5/+83
2024-11-15rustc_metadata: Preprocess search paths for better performancePiotr Osiewicz-1/+1
2024-11-12Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalleMatthias Krüger-0/+1
2024-11-11Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxuMatthias Krüger-5/+17
2024-11-11CFI: Append debug location to CFI blocksBastian Kersting-0/+1
2024-11-09Pass owned CodegenResults to link_binarybjorn3-5/+5
2024-11-09Add a default implementation for CodegenBackend::linkbjorn3-1/+13
2024-11-09Rollup merge of #132774 - bjorn3:cranelift_lld, r=lqdMatthias Krüger-17/+0
2024-11-09Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubileeMatthias Krüger-1/+1
2024-11-09Add v8plus target feature to sparc and use it in create_object_fileTaiki Endo-1/+1
2024-11-08Use lld with non-LLVM backendsbjorn3-17/+0
2024-11-07Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiserJubilee-37/+70
2024-11-05Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertl...Matthias Krüger-5/+21
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-26/+51
2024-11-05codegen_ssa: use `llvm-objcopy` for macOS stripDavid Wood-5/+21
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-1/+1
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-26/+51
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-1/+1
2024-11-03Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubileeJubilee-5/+7
2024-11-03Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubileeJubilee-1/+9
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-27/+25
2024-11-03Reduce dependence on the target namebjorn3-5/+7
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-6/+4
2024-11-02Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkovMatthias Krüger-11/+236
2024-11-02Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukangGuillaume Gomez-21/+4
2024-11-01Emit diagnostics for incorrect deployment targetsMads Marquart-9/+47
2024-11-01Move Mach-O platform information to rustc_codegen_ssa::back::appleMads Marquart-2/+17
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-10/+182
2024-10-31Remove `""` case from RISC-V `llvm_abiname` match statementbeetrees-1/+1
2024-10-31Rollup merge of #132354 - koute:master, r=workingjubileeMatthias Krüger-1/+2
2024-10-31Add a comment about `lp64e` still being unstableJan Bujak-0/+1
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-21/+4
2024-10-30Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errorsJubilee-30/+33
2024-10-30Add `lp64e` RISC-V ABIJan Bujak-1/+1
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-30/+33
2024-10-29TypingMode :thinking:lcnr-2/+2
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-5/+5
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-9/+9