about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/attributes.rs
AgeCommit message (Expand)AuthorLines
2020-12-03Combination of commitsRich Kadel-3/+0
2020-11-20Never inline naked functionsTomasz Miąsko-3/+9
2020-11-17Fix setting inline hint based on `InstanceDef::requires_inline`Tomasz Miąsko-12/+4
2020-11-12fixed a re-format due to removed chain callDevJPM-5/+1
2020-11-12Dropped Support for Bidirectional Custom Target Definition EmulationDevJPM-12/+0
2020-11-12fully exploited the dropped support of LLVM 8DevJPM-11/+3
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-4/+2
2020-10-27Cache foreign_modules queryRyan Levick-2/+2
2020-10-15Remove rustc_session::config::Configest31-1/+0
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-5/+4
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-18/+2
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+15
2020-10-09Move supported_target_features query provider to cg_ssabjorn3-18/+2
2020-10-08Implement the instruction_set attributexd009642-1/+5
2020-10-05Pass tune-cpu to LLVMMingye Wang-0/+15
2020-10-04Move target feature whitelist from cg_llvm to cg_ssabjorn3-5/+3
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+3
2020-08-30mv compiler to compiler/mark-0/+397