]> git.lizzy.rs Git - rust.git/history - src
[WIP] simd_shuffle*
[rust.git] / src /
2019-07-29 bjorn3[WIP] simd_shuffle*
2019-07-29 bjorn3[WIP] simd_shuffle support
2019-07-29 bjorn3Replace llvm intrinsics with runtime trap
2019-07-29 bjorn3Fix simd comparison
2019-07-29 bjorn3Emulate compare simd intrinsics
2019-07-29 bjorn3Emulate some simd intrinsics
2019-07-27 bjorn3Implement many more float intrinsics
2019-07-27 bjorn3Don't set opt_level to best
2019-07-27 bjorn3Fix checked binops when overflow checks are disabled
2019-07-27 bjorn3Rustup to rustc 1.38.0-nightly (c43753f91 2019-07-26)
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Merge pull request #646 from bjorn3/wip_checked_binops2
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Display span in Assert panic message
2019-07-26 bjorn3Fix arg header comments
2019-07-26 bjorn3Remove some unnecessary changes
2019-07-26 bjorn3Fix 128bit CValue::const_val
2019-07-26 bjorn3Implement 128bit checked add and sub
2019-07-26 bjorn3Implement 128bit comparison binops
2019-07-26 bjorn3Implement 128bit multiply with overflow
2019-07-26 bjorn3Implement 128bit shl and shr binops
2019-07-26 bjorn3Respect sess.overflow_checks()
2019-07-26 bjorn3Implement most 128bit binops
2019-07-26 bjorn3Remove unnecessary if statement
2019-07-26 bjorn3Don't special case u/i128 for UnOp::not
2019-07-26 bjorn3Fix it
2019-07-26 bjorn3Fix some more stuff
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Fix type in load_scalar
2019-07-26 bjorn3Fix some things
2019-07-26 bjorn3[WIP] Basic i128 support
2019-07-26 bjorn3Implement checked binops
2019-07-24 bjorn3Rustup to rustc 1.38.0-nightly (a7f28678b 2019-07-23)
2019-07-20 bjorn3Don't disable stdsimd anymore
2019-07-20 bjorn3Rustup to rustc 1.38.0-nightly (e3cebcb3b 2019-07-19)
2019-07-13 bjorn3Rustup to rustc 1.38.0-nightly (71f9384e3 2019-07-12)
2019-07-08 bjorn3Merge pull request #630 from bjorn3/dependabot/cargo...
2019-07-08 bjorn3Rustup
2019-07-07 bjorn3Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)
2019-07-03 bjorn3Rustup to rustc 1.37.0-nightly (0beb2ba16 2019-07-02)
2019-06-26 bjorn3Implement some float intrinsics
2019-06-23 bjorn3Implement bswap intrinsic
2019-06-23 bjorn3Implement some intrinsics
2019-06-23 bjorn3Fix load and store for ByValPair values with differentl...
2019-06-23 bjorn3Rustup to rustc 1.37.0-nightly (de02101e6 2019-06-22)
2019-06-16 bjorn3Fix returning non ZST uninhabited types
2019-06-16 bjorn3Fix SetDiscriminant for generators
2019-06-16 bjorn3Implement lt, le, ge and gt for fat pointers
2019-06-16 bjorn3Add comments for trap::codegen_print gv and fn defs
2019-06-16 bjorn3Make a link less prone to breaking
2019-06-16 bjorn3Refactor drop codegen
2019-06-16 bjorn3Fix compiling in release mode
2019-06-16 bjorn3Implement scalar pair abi pass mode
2019-06-16 bjorn3Fix `write_cvalue` for `ByValPair` when the cvalue...
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-06-12 bjorn3Fix debuginfo generation when given source path doesn...
2019-06-11 bjorn3Remove workaround for previously missing encoding
2019-06-11 bjorn3Merge pull request #435 from bjorn3/write_dylib_metadata
2019-06-11 bjorn3Fix it
2019-06-11 bjorn3Update for faerie section symbols
2019-06-11 bjorn3Only write metadata module when necessary
2019-06-11 bjorn3[WIP] Use correct segment for metadata section
2019-06-11 bjorn3Read and write dylib metadata
2019-06-11 bjorn3Move layout out of the enum for CValue
2019-06-11 bjorn3Encapsulate CPlace constructors
2019-06-11 bjorn3Use CValue::by_val{,_pair} at more places
2019-06-11 bjorn3Move CValue and CPlace to separate file and remove...
2019-06-11 bjorn3Encapsulate CValue and CPlace creation
2019-06-09 bjorn3Rustup to rustc 1.37.0-nightly (991c719a1 2019-06-08)
2019-06-08 bjorn3Pretty print non local mir bodies too on panic
2019-06-06 bjorn3Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
2019-06-02 bjorn3Rustup to rustc 1.37.0-nightly (03ee55bb1 2019-06-01)
2019-05-31 bjorn3Rustup to rustc 1.37.0-nightly (3ade426ed 2019-05-30)
2019-05-26 bjorn3Rustup to rustc 1.36.0-nightly (f49269398 2019-05-25)
2019-05-25 bjorn3Rustup to rustc 1.36.0-nightly (dec4c5201 2019-05-24)
2019-05-14 bjorn3Update cranelift
2019-05-11 bjorn3Partial support for wasm32-unknown-wasi as host triple
2019-05-08 bjorn3Rustup to rustc 1.36.0-nightly (cfdc84a00 2019-05-07)
2019-05-04 bjorn3Extract driver.rs
2019-05-04 bjorn3Update gimli
2019-05-04 bjorn3Update cranelift
2019-05-04 bjorn3Rustup to rustc 1.36.0-nightly (a3404557c 2019-05-03)
2019-04-28 bjorn3Rustup to rustc 1.36.0-nightly (938d4ffe1 2019-04-27)
2019-04-27 bjorn3Fix using using the same vtable twice
2019-04-27 bjorn3Merge pull request #495 from bjorn3/use_cg_clif_link
2019-04-27 bjorn3Preserve the order files are added to archives
2019-04-27 bjorn3Rustup to rustc 1.36.0-nightly (597f43248 2019-04-26)
2019-04-24 bjorn3Update comment
2019-04-24 bjorn3Remove some debug println's
2019-04-24 bjorn3Change module names back
2019-04-24 bjorn3Fix gnu archives
2019-04-24 bjorn3Fix filename length for ar files
2019-04-24 bjorn3[WIP] Try using GnuBuilder
2019-04-24 bjorn3Use rustc_codegen_ssa::back::link instead of copy paste...
2019-04-24 bjorn3Rustup to rustc 1.36.0-nightly (e938c2b9a 2019-04-23)
2019-04-21 bjorn3Refactor archive.rs for future usage of ar::GnuBuilder
2019-04-21 bjorn3Let the ArArchiveBuilder implement cg_ssa::back::archiv...
2019-04-21 bjorn3Rustup to rustc 1.36.0-nightly (33fe1131c 2019-04-20)
next