]> git.lizzy.rs Git - rust.git/history - src/pretty_clif.rs
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[rust.git] / src / pretty_clif.rs
2022-07-25 bjorn3Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4...
2022-03-30 Yuri AstrakhanAddressed comments by @compiler-errors and @bjorn3
2022-03-30 Yuri AstrakhanSpellchecking compiler comments
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-18 Eduard-Mihai BurtescuQuerify `fn_abi_of_{fn_ptr,instance}`.
2021-09-18 Eduard-Mihai Burtescuty::layout: replicate `layout_of` setup for `fn_abi_of_...
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-12 Camille GILLOTUse () for codegen queries.
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-11-16 Bastian Kauschkeupdate `cg_clif`
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-25 bjorn3Replace write with write_all
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
2020-10-15 bjorn3Output clif ir to output dir instead of hardcoded path
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-08 bjorn3Don't panic on io errors
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Allow storing SIMD vectors in SSA values
2020-07-17 bjorn3Rustup to rustc 1.46.0-nightly (5c9e5df3a 2020-07-16)
2020-06-16 bjorn3Only call build_value_labels_ranges when necessary
2020-05-29 bjorn3Merge pull request #1022 from osa1/clif_dump_in_release...
2020-05-29 Ömer Sinan AğacanUpdate src/pretty_clif.rs
2020-05-29 Ömer Sinan AğacanDump clif with --emit llvm-ir in release mode
2020-04-09 bjorn3Fix rustc::internals lint warnings
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Fix warnings
2020-03-20 bjorn3Add clif ir comments for stack2reg opt
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-01-25 bjorn3Add #[cfg(debug_assertions)] to write_clif_file
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-18 bjorn3Fix some warnings
2019-12-16 bjorn3Merge pull request #802 from bjorn3/debuginfo_locals
2019-12-16 bjorn3Some optimizations
2019-12-05 bjorn3Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
2019-10-04 bjorn3Use DisplayFunctionAnnotations::default()
2019-09-07 bjorn3Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-11 bjorn3Merge pull request #662 from bjorn3/jit_dylib
2019-08-11 bjorn3Fix it
2019-06-16 bjorn3Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
2019-06-13 bjorn3Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
2019-05-31 bjorn3Rustup to rustc 1.37.0-nightly (3ade426ed 2019-05-30)
2019-05-25 bjorn3Rustup to rustc 1.36.0-nightly (dec4c5201 2019-05-24)
2019-05-14 bjorn3Update cranelift
2019-03-26 bjorn3Skip ZST arguments
2019-03-01 bjorn3Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)
2019-02-21 bjorn3Rustfmt
2019-02-06 bjorn3Fix some warnings
2018-12-28 bjorn3Add 'set is_pic' to clif files
2018-12-28 bjorn3Only build clif comments in debug mode
2018-12-27 bjorn3Add some more clif comments
2018-12-22 bjorn3Improve debug messages in generated clif files
2018-11-15 bjorn3Merge pull request #154 from bjorn3/dependabot/cargo...
2018-11-15 bjorn3Update for cranelift change
2018-09-27 dependabot[bot]Merge pull request #58 from bjorn3/dependabot/cargo...
2018-09-27 bjorn3EntityMap got renamed to SecondaryMap
2018-09-05 bjorn3Update Cargo.lock
2018-08-15 bjorn3Reduce verbosity of output
2018-08-14 bjorn3Make FunctionCx generic over Backend
2018-07-30 bjorn3Rustup to rustc 1.29.0-nightly (866a71325 2018-07-29)
2018-07-20 bjorn3Better comment handling
2018-07-14 bjorn3More debugging output
2018-07-14 bjorn3Update to cranelift 0.14