summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2024-10-12Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqdTrevor Gross-1/+1
2024-10-12remove a couple of redundant String to String conversionMatthias Krüger-1/+1
2024-10-12`LLVMConstInt` only allows integer typesDianQK-0/+13
2024-10-11Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlinTrevor Gross-0/+10
2024-10-11Rollup merge of #131543 - Zalathar:goodbye-llvm-17, r=petrochenkovTrevor Gross-15/+6
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+10
2024-10-11Rollup merge of #131519 - davidlattimore:intrinsics-default-vis, r=UrgauMatthias Krüger-4/+3
2024-10-11coverage: Remove code related to LLVM 17Zalathar-15/+6
2024-10-11Use Default visibility for rustc-generated C symbol declarationsDavid Lattimore-4/+3
2024-10-10Rollup merge of #130741 - mrkajetanp:detect-b16b16, r=AmanieuMatthias Krüger-1/+3
2024-10-10Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiserMatthias Krüger-74/+5
2024-10-10rustc_target: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-1/+3
2024-10-09Rollup merge of #131424 - workingjubilee:stem-the-tyde-of-glob-imports, r=jie...Matthias Krüger-7/+14
2024-10-08compiler: Factor rustc_target::abi out of cg_llvmJubilee Young-7/+14
2024-10-08Dont ICE when encountering post-mono layout cycle errorMichael Goulet-5/+6
2024-10-08Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalatharbors-74/+43
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-69/+24
2024-10-08coverage. MCDC ConditionId start from 0 to keep with llvm 19zhuyunxing-6/+7
2024-10-08coverage. Disable supporting mcdc on llvm-18zhuyunxing-0/+13
2024-10-08Rollup merge of #130824 - Darksonn:fix-function-return, r=wesleywiserStuart Cook-1/+13
2024-10-04Use wide pointers consistenly across the compilerUrgau-28/+28
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-0/+1
2024-10-01Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgrbors-19/+27
2024-10-01Rollup merge of #130005 - davidlattimore:protected-vis-flag, r=UrgauMatthias Krüger-19/+27
2024-10-01Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=AmanieuGuillaume Gomez-0/+6
2024-10-01Replace -Z default-hidden-visibility with -Z default-visibilityDavid Lattimore-19/+27
2024-09-30Rollup merge of #130877 - taiki-e:riscv-atomic, r=AmanieuTrevor Gross-0/+4
2024-09-29extend comment in global_llvm_features regarding target-cpu=native handlingRalf Jung-0/+5
2024-09-28rustc_target: Add RISC-V atomic-related featuresTaiki Endo-0/+4
2024-09-26Use `&raw` in the compilerJosh Stone-4/+4
2024-09-25Add missing module flags for function-return=thunk-externAlice Ryhl-1/+13
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-4/+4
2024-09-24codegen_ssa: consolidate tied feature checkingDavid Wood-74/+5
2024-09-24Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikicbors-88/+59
2024-09-23Check vtable projections for validity in miriMichael Goulet-2/+2
2024-09-23formatLuv-Ray-1/+1
2024-09-23Auto merge of #130724 - compiler-errors:bump, r=Mark-Simulacrumbors-303/+286
2024-09-22Auto merge of #130680 - saethlin:module-name-to-str, r=jieyouxubors-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-303/+286
2024-09-21Call module_name_to_str instead of just unwrappingBen Kimock-1/+1
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-3/+0
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-3/+8
2024-09-20Do not unnecessarily eval consts in codegenMichael Goulet-1/+3
2024-09-20Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxuGuillaume Gomez-52/+0
2024-09-21Support clobber_abi and vector/access registers (clobber-only) in s390x inlin...Taiki Endo-0/+6
2024-09-19MetadataType type castLuv-Ray-11/+10
2024-09-19move placeLuv-Ray-8/+8
2024-09-19wrap `LLVMSetMetadata`Luv-Ray-20/+22
2024-09-19Reformat some comments.Nicholas Nethercote-66/+78
2024-09-19Merge adjacent `unsafe extern "C"` blocks.Nicholas Nethercote-26/+2