summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2024-11-19When the required discriminator value exceeds LLVM's limits, drop the debug i...Kyle Huey-20/+40
2024-11-19Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros.Kyle Huey-3/+2
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-62/+59
2024-11-17Likely unlikely fixJiri Bobek-2/+0
2024-11-15Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiserbors-2/+6
2024-11-12Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalleMatthias Krüger-0/+12
2024-11-12allow CFGuard on windows-gnullvmMateusz Mikuła-2/+6
2024-11-11Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxuMatthias Krüger-1/+1
2024-11-11CFI: Append debug location to CFI blocksBastian Kersting-0/+12
2024-11-11Auto merge of #132880 - RalfJung:implied-features, r=workingjubileebors-3/+11
2024-11-11target_features: explain what exacty 'implied' means hereRalf Jung-3/+11
2024-11-10Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxuMatthias Krüger-67/+81
2024-11-10coverage: Pass a `LocalFileId` to `CoverageSpan::from_source_region`Zalathar-3/+9
2024-11-09Pass owned CodegenResults to link_binarybjorn3-1/+1
2024-11-09Add discriminators to DILocations when multiple functions are inlined into a ...Kyle Huey-3/+61
2024-11-09Auto merge of #132800 - matthiaskrgr:rollup-c1kkj56, r=matthiaskrgrbors-0/+11
2024-11-09Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubileeMatthias Krüger-0/+11
2024-11-09Auto merge of #132584 - Zalathar:includes, r=cuviperbors-1/+1
2024-11-09Make `RustString` an extern type to avoid `improper_ctypes` warningsZalathar-24/+2
2024-11-09Add v8plus target feature to sparc and use it in create_object_fileTaiki Endo-0/+8
2024-11-09Add v9 and leoncasa target feature to sparcTaiki Endo-0/+3
2024-11-08coverage: Remove unhelpful code for handling multiple files per functionZalathar-59/+57
2024-11-08coverage: Add `GlobalFileId` for stricter type-checking of file IDsZalathar-7/+17
2024-11-08Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxuStuart Cook-27/+10
2024-11-08Rollup merge of #132452 - Zalathar:llvm-cov-wrappers, r=jieyouxuStuart Cook-138/+142
2024-11-07Rollup merge of #132741 - zmodem:mips_data_layout, r=nikicJubilee-0/+5
2024-11-07Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiserJubilee-17/+18
2024-11-07remove the extra specification for llvm versions < 20Hans Wennborg-0/+5
2024-11-07Basic inline assembly support for SPARC and SPARC64Taiki Endo-0/+14
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-0/+3
2024-11-05Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxuMatthias Krüger-0/+3
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-2/+11
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-48/+80
2024-11-05coverage: Tidy up coverage-specific FFI functionsZalathar-26/+24
2024-11-05coverage: Extract safe FFI wrapper functions to `llvm_cov`Zalathar-126/+132
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-2/+6
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-48/+80
2024-11-04Simplify FFI calls for `-Ztime-llvm-passes` and `-Zprint-codegen-stats`Zalathar-27/+10
2024-11-03Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubileeJubilee-20/+9
2024-11-04Move `LLVMRustAttribute[Kind]` out of `LLVMWrapper.h`Zalathar-1/+1
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-25/+25
2024-11-03Reduce dependence on the target namebjorn3-20/+9
2024-11-03Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxubors-49/+83
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-3/+3
2024-11-02Port most of `LLVMRustPrintTargetCPUs` to RustZalathar-37/+63
2024-11-02Use a dedicated safe wrapper for `LLVMRustGetHostCPUName`Zalathar-13/+21
2024-11-02Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...Taiki Endo-2/+6
2024-11-02Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkovMatthias Krüger-2/+4
2024-11-02Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukangGuillaume Gomez-36/+0
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-2/+4