about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
AgeCommit message (Expand)AuthorLines
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
2021-04-14Add more SIMD math.h intrinsicsJubilee Young-0/+2
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-03-30Add an Mmap wrapper to rustc_data_structuresbjorn3-17/+4
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...bjorn3-266/+433
2021-03-20update `const_eval_resolve`lcnr-5/+5
2021-03-19Add simd_neg platform intrinsicSparrowLii-0/+1
2021-03-15s/ConstantSource/ConstantKind/Oli Scherer-6/+6
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-20/+24
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-2/+5
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-2/+5