about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
AgeCommit message (Expand)AuthorLines
2021-07-06Don't pass local_crate_name to link_binary separatelybjorn3-1/+0
2021-07-06Move LinkerInfo into CrateInfobjorn3-4/+2
2021-07-05Remove LibSourcebjorn3-1/+1
2021-06-29Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3bors-102/+14
2021-06-28Update other codegens to use tcx managed vtable allocations.Charles Lew-102/+14
2021-06-28Auto merge of #85909 - cjgillot:alloc-kind-query, r=Aaron1011bors-1/+1
2021-06-25Auto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726bors-2/+23
2021-06-20Make allocator_kind a query.Camille GILLOT-1/+1
2021-06-16Auto merge of #86291 - crlf0710:trait_vtbl_refactor, r=bjorn3bors-34/+38
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-1/+1
2021-06-15Refactor to make interpreter and codegen backend neutral to vtable internal r...Charles Lew-34/+38
2021-06-10Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011bors-1/+2
2021-06-07Rollup merge of #86016 - luqmana:infer-linker-flavor, r=petrochenkovYuki Okushi-89/+1
2021-06-07Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkorbors-27/+6
2021-06-05Unify duplicate linker_and_flavor methods in rustc_codegen_{cranelift,ssa}.Luqman Aden-89/+1
2021-06-06Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkovbors-0/+9
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-0/+1
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-0/+9
2021-06-04Move crate_name field from OngoingCodegen to CrateInfobjorn3-2/+1
2021-06-04Move windows_subsystem field from CodegenResults to CrateInfobjorn3-16/+0
2021-06-04Allow printing the version of the default codegen backend if it isn't llvmbjorn3-0/+4
2021-06-04Provide default MetadataLoaderbjorn3-5/+1
2021-06-04Provide a default provide* implementation for CodegenBackendbjorn3-4/+0
2021-06-01Drop metadata_encoding_version.Camille GILLOT-1/+2
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-3/+2
2021-05-30Drop metadata_encoding_version.Camille GILLOT-1/+2
2021-05-30Make allocator_kind a query.Camille GILLOT-1/+1
2021-05-27Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...bjorn3-49/+170
2021-05-24Change the ice hook for cg_clif to refer to cg_clif's issue trackerbjorn3-2/+23
2021-05-23(try to) fix craneliftRalf Jung-0/+2
2021-05-23Add BPF targetAlessandro Decina-0/+1
2021-05-18CTFE core engine allocation & memory API improvemenetsRalf Jung-5/+3
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-11/+10
2021-05-14Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisabors-66/+2
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-3/+14
2021-05-12Use () for codegen queries.Camille GILLOT-8/+7
2021-05-12Use () for entry_fn.Camille GILLOT-1/+1
2021-05-12Use () in dependency_formats.Camille GILLOT-2/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-4/+6
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-3/+1
2021-05-07Use the object crate for metadata readingbjorn3-66/+2
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-2/+2
2021-05-05Use local and remapped paths where appropriateAndy Wang-2/+4
2021-05-05Revamp RealFileName public methodsAndy Wang-2/+2
2021-05-05Use RealFileName for Session::working_dir as it may also be remappedAndy Wang-1/+1
2021-05-02Pass target_cpu to LinkerInfo::new instead of link_binarybjorn3-3/+1
2021-04-30Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebaseErin Power-1/+4
2021-04-30[cg_clif] Fix run_jit from syncErin Power-51/+5
2021-04-30Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power-1172/+691
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-2/+2