about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/attributes.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-397/+0
2020-07-17Generating the coverage mapRich Kadel-0/+3
2020-07-10Avoid "whitelist"Tamir Duberstein-4/+4
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-2/+2
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-25/+20
2020-05-22Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasperRalf Jung-2/+2
2020-05-20Rename some types describing native librariesVadim Petrochenkov-2/+2
2020-05-20Implement `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+6
2020-05-04Add Option to Force Unwind TablesSam Elliott-4/+1
2020-05-01Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasperbors-10/+7
2020-04-29Remove Session::no_landing_pads()Amanieu d'Antras-1/+4
2020-04-28Move a few queries to using an arena.Camille GILLOT-1/+1
2020-04-28Use the query system to allocate.Camille GILLOT-9/+6
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-1/+1
2020-04-14Update the minimum external LLVM to 8Josh Stone-15/+6
2020-03-31Address review feedbackWesley Wiser-16/+2
2020-03-30Add `can_unwind` field to `FnAbi`Wesley Wiser-41/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-4/+4
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-4/+4
2020-03-29reduce rustc_attr usage in placesMazdak Farrokhzad-1/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-2/+2
2020-02-05Apply LLVM sanitize attributes to generated entry wrapperTomasz Miąsko-20/+26
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+20
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-23Clarify some methods around instance instantiation via comments and clearer n...Michael Woerister-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-04extract rustc::middle::codegen_fn_attrsMazdak Farrokhzad-1/+1
2019-12-30Use function attribute "frame-pointer" instead of "no-frame-pointer-elim"Fangrui Song-6/+15
2019-12-22Format the worldMark Rousskov-108/+116
2019-12-20Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddybMazdak Farrokhzad-0/+11
2019-12-16Fix handling of wasm import modules and namesAlex Crichton-0/+11
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-0/+1
2019-12-06Use `to_option` in various placesvarkor-5/+1
2019-12-03rustc_target: add abi::call::Conv::Rust distinct from Conv::C.Eduard-Mihai Burtescu-6/+5
2019-12-03rustc_codegen_llvm: privatize as much of attributes::* as possible.Eduard-Mihai Burtescu-4/+4
2019-12-03rustc_codegen_llvm: take an Instance in attributes::from_fn_attrs.Eduard-Mihai Burtescu-16/+20
2019-12-03rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.Eduard-Mihai Burtescu-4/+3
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-1/+1
2019-10-12some typographyRalf Jung-2/+2
2019-10-12remove old branch of unwind logicRalf Jung-21/+1
2019-10-12Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw...bors-13/+39
2019-10-04Disable stack probe when thread sanitizer is enabledTomasz Miąsko-4/+6
2019-10-03Update attributes.rsFelix S Klock II-4/+5
2019-10-03Apply suggestions from code reviewFelix S Klock II-2/+2
2019-10-02Fix missing calls to drop on unwind with lto=fat; issue 64655.Felix S. Klock II-13/+38
2019-07-09Translate target features for LLVM 9Nikita Popov-0/+24
2019-06-21Stabilize profile-guided optimization.Michael Woerister-2/+2
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-05-23Update wasm_import_module_map and target_features_whitelistJohn Kåre Alsaker-4/+3