about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/declare.rs
AgeCommit message (Expand)AuthorLines
2022-02-28Remove LLVM attribute removalErik Desjardins-10/+4
2022-02-26Add LLVM attributes in batches instead of individuallyErik Desjardins-4/+13
2021-12-29Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisabors-0/+1
2021-12-16Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal978-2/+2
2021-12-01Review commentsJamie Cunliffe-4/+0
2021-12-01Add codegen option for branch protection and pointer authentication on AArch64James McGregor-0/+5
2021-01-23Make declare_cfn more flexibleCaleb Zulawski-6/+18
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-09-18Remove DeclareMethodskhyperia-8/+35
2020-08-30mv compiler to compiler/mark-0/+95