about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/mono_item.rs
AgeCommit message (Expand)AuthorLines
2021-10-01Fix clippy lintsGuillaume Gomez-7/+3
2021-10-01Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkovManish Goregaokar-0/+6
2021-10-01Add `pie` as another `relocation-model` valueMarcel Hlopko-0/+6
2021-09-18Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-1/+1
2021-09-18ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-3/+2
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-2/+1
2021-08-20Stop emitting the `dso_local` LLVM attribute for external symbols under the s...Patrick Walton-0/+5
2021-05-28Fix static relocation model for PowerPC64Boris-Chengbiao Zhou-11/+31
2021-04-03Manually set dso_local when its valid to do soSimonas Kazlauskas-0/+41
2020-08-30mv compiler to compiler/mark-0/+84