about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/builder.rs
AgeCommit message (Expand)AuthorLines
2023-04-01a couple clippy::complexity fixesMatthias Krüger-2/+2
2023-03-16Use poison instead of undefNikita Popov-1/+1
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-1/+1
2023-01-17Put `noundef` on all scalars that don't allow uninitNilstrieb-1/+1
2022-12-19clippy::complexity fixesMatthias Krüger-2/+2
2022-12-12Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisabors-3/+8
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-7/+43
2022-12-03Destruct landing_pad return value before passing it to cg_ssabjorn3-3/+8
2022-11-16Use `&mut Bx` more.Nicholas Nethercote-5/+5
2022-10-20Don't use usub.with.overflow intrinsicNikita Popov-5/+8
2022-10-02Remove type argument of array_alloca and rename to byte_array_allocabjorn3-2/+3
2022-10-02Remove dynamic_alloca from BuilderMethodsbjorn3-5/+1
2022-10-01Merge apply_attrs_callsite into call and invokebjorn3-4/+15
2022-09-18Use LLVM C-API to build atomic cmpxchg and fenceJosh Stone-10/+16
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0
2022-08-16Move the cast_float_to_int fallback code to GCCJosh Stone-9/+4
2022-08-14Update the minimum external LLVM to 13Josh Stone-54/+25
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-26/+0
2022-07-05Prefer trace level instrumentation for the new noisy instrument attributesOli Scherer-1/+1
2022-06-29Some tracing cleanupsOli Scherer-3/+3
2022-06-22Work around llvm 12's memory ordering restrictions.Mara Bos-1/+15
2022-05-25Don't use global initializer if type does not matchNikita Popov-2/+7
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-4/+4
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-1/+1
2022-03-04Auto merge of #94159 - erikdesjardins:align-load, r=nikicbors-8/+30
2022-03-01Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisabors-14/+3
2022-02-28Add !align metadata on loads of &/&mut/BoxErik Desjardins-8/+30
2022-02-27Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa"Erik Desjardins-14/+3
2022-02-27Apply noundef metadata to loads of types that do not permit raw initErik Desjardins-0/+14
2022-02-26Add LLVM attributes in batches instead of individuallyErik Desjardins-2/+8
2022-02-24Introduce Bx::switch_to_blockbjorn3-0/+4
2022-02-20Remove build_sibling_blockbjorn3-13/+11
2022-01-24Merge landing_pad and set_cleanup into cleanup_landing_padbjorn3-16/+18
2022-01-24Merge add_handler into catch_switchbjorn3-8/+8
2022-01-24Remove unused return values from resume and cleanup_retbjorn3-10/+9
2022-01-24Reorder unwinding related builder methods to differentiate between dwarf and ...bjorn3-6/+6
2022-01-17Update compiler/rustc_codegen_llvm/src/builder.rsCaleb Zulawski-3/+3
2022-01-04Add simd_as intrinsicCaleb Zulawski-18/+41
2021-12-30keep noinline for system llvm < 14Erik Desjardins-1/+8
2021-12-29Mark drop calls in landing pads cold instead of noinlineErik Desjardins-2/+2
2021-12-16Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal978-12/+12
2021-11-10Use more robust checks in rustc for wasmAlex Crichton-2/+2
2021-11-10Update more rustc/libtest things for wasm64Alex Crichton-2/+2
2021-11-05Remove some minor checks for LLVM < 12Josh Stone-2/+2
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-0/+26
2021-10-25Add LLVM CFI support to the Rust compilerRamon de C Valle-0/+26
2021-10-12Remap ssa RealPredicate to llvm RealPredicateTomasz Miąsko-0/+1
2021-10-01Fix clippy lintsGuillaume Gomez-1/+1
2021-09-18Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-1/+1