]> git.lizzy.rs Git - rust.git/history - src/abi/pass_mode.rs
Fix inline asm codegen for empty template
[rust.git] / src / abi / pass_mode.rs
2022-07-18 bjorn3Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebd
2022-07-03 bjorn3Sync from rust f99f9e48ed77a99747c6d07b42fdfe500f1a7de0
2022-06-28 bjorn3Fix a crash for 11 single byte fields passed through...
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-12-20 bjorn3Sync from rust 84f962a89bac3948ed116f1ad04c2f4793fb69ea
2021-12-16 bjorn3Sync from rust a090c8659c3be0cbc7dc93c4b2c11a9cdbf8b980
2021-12-15 bjorn3Fix crash when struct argument size is not a multiple...
2021-12-07 bjorn3Sync from rust c5c94945096265b6d675b2f55a247c4799de8d87
2021-12-01 Petr Sumberafix sparc64 ABI for aggregates with floating point...
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-26 bjorn3Fix ABI for Indirect arguments
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-09 bjorn3Some clippy fixes
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-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
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-12 bjorn3Rustfmt
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 bjorn3Handle PassMode::Cast in combination with #[repr(align)]
2021-01-30 bjorn3Merge pull request #1131 from bjorn3/abi_compat
2021-01-30 bjorn3Handle argument extension mode
2021-01-30 bjorn3Force stack slot size to be a multiple of 16
2021-01-29 bjorn3[WIP] Implement PassMode::Cast
2021-01-27 bjorn3Replace EmptySinglePair with SmallVec
2021-01-26 bjorn3[WIP] Use FnAbi everywhere instead of our own abi calcu...
2021-01-25 bjorn3Misc cleanups
2021-01-25 bjorn3Replace all uses of PassMode with ArgAbi
2021-01-25 bjorn3Split abi adjustments out
2021-01-25 bjorn3Start using ArgAbi
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-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
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: WIP: Replace .tcx with .codegen_cx.tcx
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Use PassMode::ByVal for Abi::Vector
2020-07-17 bjorn3Merge pull request #1068 from bjorn3/support_proc_macros
2020-07-17 bjorn3Pass ByRef values at fixed stack offset for extern "C"
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-03-30 dependabot-preview... Merge pull request #946 from bjorn3/dependabot/cargo...
2020-03-30 bjorn3Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Fix warnings
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-01-25 bjorn3Allow unsized types as function parameters
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2020-01-14 bjorn3Reduce visibility
2020-01-11 bjorn3Implement `#[track_caller]`
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3Remove to_addr and to_addr_maybe_unsized
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-30 bjorn3Merge pull request #693 from bjorn3/abi_refactor
2019-08-30 bjorn3Improve abi ir comments a bit
2019-08-30 bjorn3Move ir comments generation to abi/comments.rs
2019-08-30 bjorn3Small change
2019-08-30 bjorn3Move pass mode handling to abi/pass_mode.rs