]> git.lizzy.rs Git - rust.git/history - src/value_and_place.rs
Slightly reduce the amount of fx.module references
[rust.git] / src / value_and_place.rs
2021-12-18 bjorn3Slightly reduce the amount of fx.module references
2021-12-16 bjorn3Sync from rust a090c8659c3be0cbc7dc93c4b2c11a9cdbf8b980
2021-12-07 bjorn3Sync from rust c5c94945096265b6d675b2f55a247c4799de8d87
2021-12-03 bjorn3Fix vector types containing an array field with mir...
2021-10-27 bjorn3Sync from rust 47aeac648ed56095688c1c20972c9b72bd0da7ce
2021-10-12 bjorn3Update Cranelift
2021-09-12 borsAuto merge of #88839 - nbdd0121:alignof, r=nagisa
2021-09-12 bjorn3Sync from rust c7dbe7a830100c70d59994fd940bf75bb6e39b39
2021-09-09 Andreas LiljeqvistMake `abi::Abi` `Copy` and remove a *lot* of refs
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
2021-07-28 bjorn3Remove CPlace::no_place
2021-07-26 bjorn3Replace pointer_ty() with fx.pointer_type where possible
2021-07-26 bjorn3Merge pull request #1189 from bjorn3/stdsimd_fixes
2021-07-23 bjorn3Support repr(simd) on ADTs containing a single array...
2021-07-19 bjorn3Sync from rust 8df945c4717ffaf923b57bf30c473df6fc98bc85
2021-07-08 Scott McMurrayPR Feedback: Don't put SSA-only types in `CValue`s
2021-07-08 Scott McMurrayImplement the raw_eq intrinsic in codegen_cranelift
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-06 borsAuto merge of #79608 - alessandrod:bpf, r=nagisa
2021-05-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-26 bjorn3Sync from rust 1969c2e312303faa458cf19dad9783165e3c72c8
2021-05-18 bjorn3Sync from rust a5560a6a90f08a84728802bb5fa5632a17a78672
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-05-09 bjorn3Sync from rust d6d028369be9eb02d219506c0dd662a2f863fc18
2021-05-04 bjorn3Update Cranelift
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-14 bjorn3Merge pull request #1159 from bjorn3/driver_refactorings
2021-04-14 bjorn3Remove CodegenCx::finalize and pass Module separately...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-15 bjorn3Fix assert_assignable adt checking
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-06 bjorn3Add clif comments when in release mode
2021-03-06 bjorn3Fix warning
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Disable value debuginfo
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Various enum to int cast fixes
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-30 bjorn3Rustup to rustc 1.51.0-nightly (b12290861 2021-01-29)
2021-01-30 bjorn3Merge pull request #1131 from bjorn3/abi_compat
2021-01-30 bjorn3Force stack slot size to be a multiple of 16
2021-01-26 bjorn3[WIP] Use FnAbi everywhere instead of our own abi calcu...
2020-12-18 bjorn3Sync from rust fee693d08e98d25f566075cbed73e12236c05abd
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-11 Jack HueyMove binder for dyn to each list item
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-16 Bastian Kauschkeupdate `cg_clif`
2020-11-06 bjorn3Sync from rust dc06a36074f04c6a77b5834f2950011d49607898
2020-11-06 Yuki OkushiRollup merge of #78666 - sasurau4:fix/shellcheck-error...
2020-11-04 oli`u64::try_from` will now fail if `ScalarInt` isn't...
2020-11-04 oliFix cranelift build
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-01 bjorn3Fix transmutes between vectors and integers
2020-10-28 bjorn3Fix many clippy warnings
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-23 bjorn3Document almost all modules
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
2020-08-30 bjorn3Set notrap flag on loads and stores
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-25 bjorn3Avoid temporary stack slot in drop codegen
2020-08-22 bjorn3Merge pull request #1077 from CohenArthur/fix-linkage...
2020-08-22 bjorn3Merge pull request #1076 from CohenArthur/use-codegencx...
2020-08-22 CohenArthurFunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
2020-08-22 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Handle SIMD vectors in CPlace::place_field
2020-07-25 bjorn3Allow storing SIMD vectors in SSA values
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Fix assert_assignable
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-03 Santiago PastorinoExtract transmute_value as a function to avoid code...
2020-07-02 Santiago PastorinoStore pairs in SSA
2020-06-27 bjorn3Don't use a 1-to-1 mapping between mir local and cranel...
2020-06-21 bjorn3Simplify assert_assignable
2020-06-05 bjorn3Remove sign extension for ty::Int from CValue::const_val
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-17 bjorn3Fix transmute of non-scalar to scalar
2020-04-13 bjorn3Remove one usage of force_stack
2020-04-11 bjorn3Remove unchecked_cast_to
2020-04-11 bjorn3Remove CPlace::NoPlace
2020-04-11 bjorn3Introduce PointerBase::Dangling
2020-04-09 bjorn3Fix rustc::internals lint warnings
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
next