]> git.lizzy.rs Git - rust.git/history - src/abi/mod.rs
Avoid .to_string() for symbol names where possible
[rust.git] / src / abi / mod.rs
2021-04-18 bjorn3Avoid .to_string() for symbol names where possible
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-04-06 bjorn3Sync from rust 354cc751b74e813f180755fa67bebcb669825755
2021-03-31 bjorn3Remove the cold block optimization
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-21 bjorn3Rustfmt
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-10 borsAuto merge of #76570 - cratelyn:implement-rfc-2945...
2021-03-09 katelyn a. martinrustc_target: add "unwind" payloads to `Abi`
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-09 bjorn3Sync from rust f4008fe94935d05ffb3a48fc5b7149070bb45550
2021-02-02 Hugues de ValonAdd a new ABI to support cmse_nonsecure_call
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 bjorn3Fix 128bit checked math intrinsic calls
2021-01-29 bjorn3[WIP] Implement PassMode::Cast
2021-01-27 bjorn3Remove fn_sig_for_fn_abi
2021-01-27 bjorn3Remove vararg support check
2021-01-27 bjorn3Replace EmptySinglePair with SmallVec
2021-01-26 bjorn3[WIP] Use FnAbi everywhere instead of our own abi calcu...
2021-01-26 bjorn3Split symbol name and signature calculation
2021-01-25 bjorn3Replace all uses of PassMode with ArgAbi
2020-12-23 bjorn3Sync from rust 28d73a3ee3e2c32f2768d1cbc9b42cb63472e9e9
2020-12-18 Jack HueyMake BoundRegion have a kind of BoungRegionKind
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 bjorn3Sync from rust c9228570668803e3e6402770d55f23a12c9ae686
2020-11-23 bjorn3Rustfmt
2020-11-21 bjorn3Sync from rust 539402cb0b0f1639a4be14e40eaf8db61a62ae41
2020-11-16 Bastian Kauschkeupdate `cg_clif`
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-01 bjorn3Merge pull request #1100 from mominul/trans->codegen
2020-11-01 Muhammad Mominul... Rename trans to codegen
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-16 bjorn3Replace FxHashMap with IndexVec for local_map
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Skip fn_sig_for_fn_abi()
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: Remove more common fields from CodegenCx
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-23 bjorn3Fix -Zpolymorphize
2020-07-23 bjorn3Rustup to rustc 1.47.0-nightly (bbebe7351 2020-07-22)
2020-07-19 bjorn3Use SystemV abi for extern "sysv64" even on Windows
2020-07-17 bjorn3Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
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-07-14 bjorn3Use `From::from` instead of `as` where possible
2020-07-09 bjorn3Handle SysV64 abi
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-02 Santiago PastorinoStore pairs in SSA
2020-07-02 bjorn3Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-24 bjorn3Remove leftover of removed hack
2020-06-20 bjorn3Warn on unsupported pass modes for extern "C"
2020-06-20 bjorn3Prelude cleanup
2020-06-16 bjorn3Some changes necessary for Windows support
2020-05-29 bjorn3Merge pull request #1022 from osa1/clif_dump_in_release...
2020-05-29 Ömer Sinan AğacanMark blocks that call cold funs as cold (#1021)
2020-04-25 bjorn3Call panic lang item on failed TerminatorKind::Assert
2020-04-25 bjorn3Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-18 bjorn3Sync fn_sig_for_fn_abi with upstream for generator...
2020-04-13 bjorn3Cleanup codegen_terminator_call a bit
2020-04-13 bjorn3Merge codegen_call_inner into codegen_terminator_call
2020-04-13 bjorn3Don't use codegen_call_inner in codegen_drop
2020-04-13 bjorn3Rustup to rustc 1.44.0-nightly (3712e11a8 2020-04-12)
2020-04-11 bjorn3Remove CPlace::NoPlace
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-02 bjorn3Take Place by value instead of by reference
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 bjorn3Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
2020-03-20 bjorn3Add clif ir comments for stack2reg opt
2020-03-17 bjorn3Simplify handling of unimplemented stuff
next