| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-12-30 | Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into ↵ | bjorn3 | -1/+1 | |
| sync_cg_clif-2021-12-30 | ||||
| 2021-12-20 | Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into ↵ | bjorn3 | -8/+23 | |
| sync_cg_clif-2021-12-20 | ||||
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 | |
| 2021-10-20 | Make hash_result an Option. | Camille GILLOT | -1/+1 | |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -1/+1 | |
| 2021-09-19 | Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into ↵ | bjorn3 | -7/+16 | |
| sync_cg_clif-2021-09-19 | ||||
| 2021-09-02 | Use in_incr_comp_dir_sess in cg_clif | bjorn3 | -2/+1 | |
| 2021-07-07 | Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into ↵ | bjorn3 | -21/+111 | |
| sync_cg_clif-2021-07-07 | ||||
| 2021-07-06 | Move LinkerInfo into CrateInfo | bjorn3 | -4/+2 | |
| 2021-07-05 | Remove LibSource | bjorn3 | -1/+1 | |
| The information is stored in used_crate_source too anyway | ||||
| 2021-06-04 | Move crate_name field from OngoingCodegen to CrateInfo | bjorn3 | -1/+0 | |
| 2021-06-04 | Move windows_subsystem field from CodegenResults to CrateInfo | bjorn3 | -16/+0 | |
| 2021-05-27 | Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into ↵ | bjorn3 | -10/+14 | |
| sync_cg_clif-2021-05-27 | ||||
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -8/+7 | |
| Remove CrateNum parameter for queries that only work on local crate The pervasive `CrateNum` parameter is a remnant of the multi-crate rustc idea. Using `()` as query key in those cases avoids having to worry about the validity of the query key. | ||||
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -3/+14 | |
| On x86, the default syntax is also switched to Intel to match asm! | ||||
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -7/+6 | |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -1/+1 | |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -1/+1 | |
| rustc_driver cleanup Best reviewed one commit at a time. | ||||
| 2021-05-02 | Pass target_cpu to LinkerInfo::new instead of link_binary | bjorn3 | -1/+1 | |
| This is one step towards separating the linking code from codegen backends | ||||
| 2021-04-30 | [cg_clif] Fix run_jit from sync | Erin Power | -51/+5 | |
| 2021-04-30 | Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795' | Erin Power | -133/+147 | |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -1/+1 | |
| 2021-03-29 | Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into ↵ | bjorn3 | -35/+84 | |
| sync_cg_clif-2021-03-29 | ||||
| 2021-03-05 | Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into ↵ | bjorn3 | -185/+80 | |
| sync_cg_clif-2021-03-05 | ||||
| 2021-02-19 | Use a QueryContext for try_mark_green. | Camille GILLOT | -5/+1 | |
| 2021-02-15 | Use an ItemId inside mir::GlobalAsm. | Camille GILLOT | -6/+5 | |
| 2021-02-01 | Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into ↵ | bjorn3 | -21/+7 | |
| sync_cg_clif-2021-02-01 | ||||
| 2020-12-27 | Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into ↵ | bjorn3 | -59/+194 | |
| sync_cg_clif-2020-12-27 | ||||
| 2020-12-16 | cg_clif: fix build with split dwarf | David Wood | -0/+3 | |
| This commit makes minor changes to the cranelift backend so that it can build given changes in cg_ssa for Split DWARF. Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2020-11-27 | Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into ↵ | bjorn3 | -25/+23 | |
| sync_cg_clif-2020-11-27 | ||||
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -2/+2 | |
| with an eye on merging `TargetOptions` into `Target`. `TargetOptions` as a separate structure is mostly an implementation detail of `Target` construction, all its fields logically belong to `Target` and available from `Target` through `Deref` impls. | ||||
| 2020-11-03 | Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into ↵ | bjorn3 | -5/+5 | |
| update_cg_clif-2020-11-01 | ||||
| 2020-10-26 | Add 'compiler/rustc_codegen_cranelift/' from commit ↵ | bjorn3 | -0/+739 | |
| '793d26047f994e23415f8f6bb5686ff25d3dda92' git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92 | ||||
