| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -0/+1 | |
| Drop metadata_encoding_version. Part of #85153 r? `@Aaron1011` | ||||
| 2021-06-04 | Move crate_name field from OngoingCodegen to CrateInfo | bjorn3 | -1/+1 | |
| 2021-06-04 | Allow printing the version of the default codegen backend if it isn't llvm | bjorn3 | -0/+4 | |
| 2021-06-04 | Provide default MetadataLoader | bjorn3 | -5/+1 | |
| 2021-06-04 | Provide a default provide* implementation for CodegenBackend | bjorn3 | -4/+0 | |
| Both cg_llvm and cg_clif don't override it. cg_spirv does override it, so it needs to be preserved. | ||||
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -0/+1 | |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+0 | |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -0/+1 | |
| 2021-05-27 | Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into ↵ | bjorn3 | -3/+7 | |
| sync_cg_clif-2021-05-27 | ||||
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -1/+1 | |
| Use the object crate for metadata reading This allows sharing the metadata reader between cg_llvm, cg_clif and other codegen backends. This is not currently useful for rlib reading with cg_spirv ([rust-gpu](https://github.com/EmbarkStudios/rust-gpu/)) as it uses tar rather than ar as .rlib format, but it is useful for dylib reading required for loading proc macros. (cc `@eddyb)` The object crate is already trusted as dependency of libstd through backtrace. As far as I know it supports reading all object file formats used by targets for which we support rust dylibs with crate metadata, but I am not certain. If this happens to not be the case, I could keep using LLVM for reading dylib metadata. Marked as WIP for a perf run and as it is based on #83637. | ||||
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -2/+0 | |
| rustc_driver cleanup Best reviewed one commit at a time. | ||||
| 2021-05-07 | Use the object crate for metadata reading | bjorn3 | -1/+1 | |
| 2021-05-02 | Pass target_cpu to LinkerInfo::new instead of link_binary | bjorn3 | -2/+0 | |
| This is one step towards separating the linking code from codegen backends | ||||
| 2021-04-30 | Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795' | Erin Power | -84/+52 | |
| 2021-03-29 | Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into ↵ | bjorn3 | -24/+15 | |
| sync_cg_clif-2021-03-29 | ||||
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -0/+1 | |
| Test the effect of shrinking the size of Rvalue by 16 bytes r? `@ghost` | ||||
| 2021-03-05 | Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into ↵ | bjorn3 | -34/+21 | |
| sync_cg_clif-2021-03-05 | ||||
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -0/+1 | |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -2/+1 | |
| 2021-02-01 | Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into ↵ | bjorn3 | -17/+16 | |
| sync_cg_clif-2021-02-01 | ||||
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -2/+1 | |
| 2020-12-27 | Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into ↵ | bjorn3 | -18/+61 | |
| sync_cg_clif-2020-12-27 | ||||
| 2020-11-03 | Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into ↵ | bjorn3 | -1/+2 | |
| update_cg_clif-2020-11-01 | ||||
| 2020-10-26 | Add 'compiler/rustc_codegen_cranelift/' from commit ↵ | bjorn3 | -0/+316 | |
| '793d26047f994e23415f8f6bb5686ff25d3dda92' git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92 | ||||
