about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
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
2024-10-31llvm: Match new LLVM 128-bit integer alignment on sparcMatthew Maurer-0/+5
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-2/+11
2024-10-31coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailableZalathar-2/+12
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-36/+0
2024-10-30Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errorsJubilee-70/+87
2024-10-30Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubileeMatthias Krüger-74/+89
2024-10-30Clean up FFI calls for operand bundlesZalathar-74/+89
2024-10-30Consistently use safe wrapper function `set_section`Zalathar-16/+14
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-70/+87
2024-10-29Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxuMatthias Krüger-225/+195
2024-10-29Clean up FFI calls for setting module flagsZalathar-205/+192
2024-10-29Don't set unnecessary module flag "LTOPostLink"Zalathar-20/+3
2024-10-29Rollup merge of #132216 - klensy:c_uint, r=cuviperJubilee-4/+4
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-1/+1
2024-10-29correct LLVMRustCreateThinLTOData arg typesklensy-4/+4
2024-10-28Rollup merge of #132261 - ChrisCho-H:refactor/cleaner-check-none, r=compiler-...Jubilee-4/+1
2024-10-28Rollup merge of #132260 - Zalathar:type-safe-cast, r=compiler-errorsJubilee-87/+110
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-3/+3
2024-10-28Add a new `wide-arithmetic` feature for WebAssemblyAlex Crichton-0/+3
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-1/+1
2024-10-28refactor: cleaner check to return NoneChrisCho-H-4/+1
2024-10-28Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char`Zalathar-87/+110
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