about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2024-10-27Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxubors-111/+133
2024-10-27Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieubors-0/+1
2024-10-27Use LLVM-C APIs for getting/setting visibilityZalathar-6/+6
2024-10-26Rollup merge of #132124 - Zalathar:consolidate-covstar, r=jieyouxu许杰友 Jieyou Xu (Joe)-144/+102
2024-10-26Use LLVM-C APIs for getting/setting linkageZalathar-13/+24
2024-10-26Add a wrapper type for raw enum values returned by LLVMZalathar-0/+25
2024-10-26Use safe wrappers `get_visibility` and `set_visibility`Zalathar-33/+20
2024-10-26Use safe wrappers `get_linkage` and `set_linkage`Zalathar-61/+60
2024-10-26coverage: Add links to LLVM docs for the coverage mapping formatZalathar-0/+2
2024-10-26Effects cleanupDeadbeef-3/+1
2024-10-25coverage: SSA doesn't need to know about `instrprof_increment`Zalathar-11/+12
2024-10-25coverage: Emit MC/DC intrinsics using the normal helper methodZalathar-49/+14
2024-10-25coverage: Emit `llvm.instrprof.increment` using the normal helper methodZalathar-25/+2
2024-10-25coverage: Store `covfun_section_name` in the codegen contextZalathar-27/+24
2024-10-25coverage: Make obtaining the codegen coverage context infallibleZalathar-33/+16
2024-10-25coverage: Consolidate creation of covmap/covfun recordsZalathar-88/+64
2024-10-24Rollup merge of #131956 - Zalathar:llvm-counters, r=compiler-errors,SwatinemStuart Cook-353/+129
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-1/+1
2024-10-21Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwUbors-10/+9
2024-10-20Make `llvm::set_section` take a `&CStr`Zalathar-13/+14
2024-10-20Pass coverage mappings to LLVM as separate structsZalathar-336/+112
2024-10-20Reduce visibility of coverage FFI functions/typesZalathar-18/+18
2024-10-19Get rid of const eval_* and try_eval_* helpersMichael Goulet-10/+9
2024-10-19cg_llvm: Reuse LLVM-C Comdat supportJubilee Young-10/+25
2024-10-18cg_llvm: Switch `llvm::add_global` to `&CStr`Jubilee Young-8/+9
2024-10-16rustc_target: Add pauth-lr aarch64 target featureKajetan Puchalski-0/+1
2024-10-16llvm: Match aarch64 data layout to new LLVM layoutMatthew Maurer-0/+10
2024-10-14Fix AArch64InlineAsmReg::emitTaiki Endo-46/+5
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-68/+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/+13
2024-10-08compiler: Factor rustc_target::abi out of cg_llvmJubilee Young-7/+13
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