about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-44/+12
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-44/+12
2025-04-18Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiserMatthias Krüger-0/+50
2025-04-17Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obkMatthias Krüger-6/+34
2025-04-16working dupv and dupvonly for fwd modeManuel Drehwald-6/+34
2025-04-15Revert "Deduplicate template parameter creation"Vadim Petrochenkov-26/+45
2025-04-14Use `newtype_index!`-generated types more idiomaticallyYotam Ofek-3/+1
2025-04-11Rollup merge of #139664 - oli-obk:push-tkmurytmnsyw, r=RalfJungJacob Pratt-8/+8
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-19/+48
2025-04-11Reuse address-space computation from global allocOli Scherer-8/+8
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-30/+39
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-30/+39
2025-04-07Prepend temp files with a string per invocation of rustcMichael Goulet-12/+46
2025-04-07Simplify temp path creation a bitMichael Goulet-17/+12
2025-04-07Rollup merge of #139465 - EnzymeAD:autodiff-sret, r=oli-obkStuart Cook-2/+22
2025-04-07Rollup merge of #139397 - Zalathar:virtual, r=jieyouxuStuart Cook-88/+110
2025-04-07handle sret for scalar autodiffManuel Drehwald-2/+22
2025-04-07coverage: Build the CGU's global file table as late as possibleZalathar-88/+110
2025-04-07Auto merge of #139473 - Kobzol:rollup-ycksn9b, r=Kobzolbors-5/+2
2025-04-06coverage: Deal with unused functions and their names in one placeZalathar-39/+51
2025-04-06coverage: Extract module `mapgen::unused` for handling unused functionsZalathar-125/+132
2025-04-06Remove LLVM 18 inline ASM span fallbackbeetrees-5/+2
2025-04-05Update the minimum external LLVM to 19Josh Stone-104/+33
2025-04-05Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwcoMatthias Krüger-0/+22
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+22
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-46/+196
2025-04-04add new flag to print the module post-AD, before optsManuel Drehwald-2/+10
2025-04-04add autodiff batching backendManuel Drehwald-44/+186
2025-04-04Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkinMatthias Krüger-5/+5
2025-04-02Rollup merge of #138003 - sayantn:new-amx, r=AmanieuStuart Cook-0/+7
2025-03-30Auto merge of #138742 - taiki-e:riscv-vector, r=Amanieubors-1/+3
2025-03-28Auto merge of #138503 - bjorn3:string_merging, r=tmiaskobors-1/+6
2025-03-28Add test and commentbjorn3-0/+5
2025-03-28Avoid wrapping constant allocations in packed structs when not necessarybjorn3-1/+1
2025-03-26Auto merge of #138893 - klensy:thorin-0.9, r=Mark-Simulacrumbors-1/+1
2025-03-25Rename `is_like_osx` to `is_like_darwin`Mads Marquart-5/+5
2025-03-25Rollup merge of #137247 - dpaoliello:cleanllvm, r=ZalatharMatthias Krüger-136/+144
2025-03-25Reduce visibility of most items in `rustc_codegen_llvm`Daniel Paoliello-136/+144
2025-03-24Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcmbors-0/+42
2025-03-24bump thorin to drop duped depsklensy-1/+1
2025-03-21Rollup merge of #138627 - EnzymeAD:autodiff-cleanups, r=oli-obkMatthias Krüger-104/+110
2025-03-20rustc_target: Add more RISC-V vector-related featuresTaiki Endo-1/+3
2025-03-20coverage: Convert and check span coordinates without a local file IDZalathar-27/+40
2025-03-20coverage: Add LLVM plumbing for expansion regionsZalathar-7/+41
2025-03-19Rollup merge of #138674 - oli-obk:llvm-cleanups, r=compiler-errorsMatthias Krüger-205/+206
2025-03-18Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`Oli Scherer-42/+60
2025-03-18Avoid splitting up a layoutOli Scherer-22/+24
2025-03-18coverage: Don't store a body span in `FunctionCoverageInfo`Zalathar-2/+7
2025-03-18coverage: Don't refer to the body span when enlarging empty spansZalathar-26/+9
2025-03-17[NFC] simplify matchingManuel Drehwald-12/+3