about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
AgeCommit message (Expand)AuthorLines
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
2021-03-09Clean up todoskadmin-1/+0
2021-03-09Build StKind::CopyOverlappingkadmin-2/+13
2021-03-09Update craneliftkadmin-0/+11
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-2/+3
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-2258/+831
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-2/+3
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-2/+1
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-5/+1
2021-02-15Use an ItemId inside mir::GlobalAsm.Camille GILLOT-6/+5
2021-02-09Stabilize str_split_onceJacob Pratt-2/+1
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+1
2021-02-01Rollup merge of #81618 - bjorn3:sync_cg_clif-2021-02-01, r=bjorn3Jonas Schievink-601/+787
2021-02-01Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...bjorn3-601/+787
2021-01-29Indicate both start and end of pass RSS in time-passes outputTyson Nottingham-4/+9
2021-01-29Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obkYuki Okushi-5/+3
2021-01-24clean up some const error reporting around promotedsRalf Jung-5/+3