]> git.lizzy.rs Git - rust.git/history - src
Rustup to rustc 1.47.0-nightly (db0492ace 2020-07-29)
[rust.git] / src /
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Use nehalem instead of haswell as target cpu
2020-07-25 bjorn3Fix panic
2020-07-25 bjorn3Don't forbid i64x2 as simd type
2020-07-25 bjorn3Use PassMode::ByVal for Abi::Vector
2020-07-25 bjorn3Handle SIMD vectors in CPlace::place_field
2020-07-25 bjorn3Allow storing SIMD vectors in SSA values
2020-07-23 bjorn3Fix -Zpolymorphize
2020-07-23 bjorn3Add unaligned_volatile_{load,store} intrinsics
2020-07-23 bjorn3Fix multiple inline asm blocks in the same function
2020-07-23 bjorn3Rustup to rustc 1.47.0-nightly (bbebe7351 2020-07-22)
2020-07-19 bjorn3Implement simd_insert
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-16 bjorn3Initialize the atomic mutex in a constructor for proc...
2020-07-15 bjorn3Use builtin ranlib instead of running external ranlib
2020-07-14 bjorn3Update Cranelift
2020-07-14 bjorn3Use `From::from` instead of `as` where possible
2020-07-13 bjorn3No silent truncating of SwitchInt values
2020-07-13 bjorn3Rustup to rustc 1.46.0-nightly (9d09331e0 2020-07-12)
2020-07-10 bjorn3Merge pull request #1064 from bjorn3/inline_asm
2020-07-10 bjorn3Add basic inline asm support for x86_64
2020-07-09 bjorn3Move global_asm into CodegenCx
2020-07-09 bjorn3Merge pull request #1062 from bjorn3/global_asm
2020-07-09 bjorn3Disable global_asm! on macOS for now
2020-07-09 bjorn3Infer the path of toolchain binaries from the linker...
2020-07-09 bjorn3Implement global_asm! using an external assembler
2020-07-09 bjorn3Handle SysV64 abi
2020-07-09 bjorn3Add a feature flag for the JIT
2020-07-03 bjorn3Account for Rvalue::AddressOf in analyze
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Implement variant_count intrinisic
2020-07-03 bjorn3Validate simd and atomic intrinsic types
2020-07-03 bjorn3Add sess.abort_if_errors() to link
2020-07-03 bjorn3Only display codegen time when CG_CLIF_DISPLAY_CG_TIME=1
2020-07-03 bjorn3Fix assert_assignable
2020-07-03 bjorn3Fix core::hint::black_box support
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-03 Santiago PastorinoStore fat pointers in ssa variables
2020-07-03 Santiago PastorinoExtract transmute_value as a function to avoid code...
2020-07-02 Santiago PastorinoStore pairs in SSA
2020-07-02 bjorn3Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)
2020-07-01 bjorn3Don't panic on unevaluatable promoted constants
2020-06-30 bjorn3Merge pull request #1056 from bjorn3/misc_fixes
2020-06-30 bjorn3Implement float_to_int_unchecked intrinsic
2020-06-30 bjorn3Implement f*_fast intrinsics
2020-06-30 bjorn3Implement a few volatile intrinsics
2020-06-30 bjorn3When casting enum to integer sign extend the discrimina...
2020-06-30 bjorn3Mask shift amount
2020-06-30 bjorn3Mark allocations as mutable when necessary
2020-06-30 bjorn3Fix ptr_offset_from intrinsic
2020-06-30 bjorn3Fix trap_unreachable_ret_value
2020-06-27 bjorn3Don't use a 1-to-1 mapping between mir local and cranel...
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-24 bjorn3Don't perform a double substitution in some cases
2020-06-24 bjorn3Remove leftover of removed hack
2020-06-23 bjorn3Prevent different vtables with the same name
2020-06-21 bjorn3Simplify assert_assignable
2020-06-20 bjorn3Disable "LTO is not supported" warning for sysroot...
2020-06-20 bjorn3Warn on unsupported pass modes for extern "C"
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Introduce #[cfg(target_feature = "cg_clif")]
2020-06-20 bjorn3Implement checked_mul
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
2020-06-20 bjorn3Implement #[link_section]
2020-06-20 bjorn3Rustup to rustc 1.46.0-nightly (2d8bd9b74 2020-06-19)
2020-06-16 bjorn3Only call build_value_labels_ranges when necessary
2020-06-16 bjorn3Only run ranlib when necessary
2020-06-16 bjorn3Some changes necessary for Windows support
2020-06-16 bjorn3Update Cranelift
2020-06-13 bjorn3Remove FunctionDebugContext
2020-06-12 bjorn3Remove all non-tcx references from CodegenCx
2020-06-12 bjorn3Emit unwind info for main and alloc shim
2020-06-12 bjorn3Rustup to rustc 1.46.0-nightly (a37c32e2d 2020-06-11)
2020-06-11 bjorn3Rustup to rustc 1.46.0-nightly (449e8eaa2 2020-06-10)
2020-06-05 bjorn3Update Cranelift
2020-06-05 bjorn3Remove sign extension for ty::Int from CValue::const_val
2020-06-04 bjorn3Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
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-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-05-27 bjorn3Remove already fixed FIXME in driver/jit.rs
2020-05-25 bjorn3Update Cranelift
2020-05-25 bjorn3Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
2020-05-09 bjorn3Rustup to rustc 1.45.0-nightly (7ebd87a7a 2020-05-08)
2020-05-05 bjorn3Improvements for latest Cranelift
2020-05-01 bjorn3Register frame table in JIT mode
2020-05-01 bjorn3Always emit .eh_frame section
2020-05-01 bjorn3Rustup to rustc 1.45.0-nightly (7ced01a73 2020-04-30)
2020-04-30 bjorn3Commit missing change for rustup
2020-04-25 bjorn3Call panic lang item on failed TerminatorKind::Assert
2020-04-25 bjorn3Merge pull request #982 from bjorn3/backtrace_support
2020-04-25 bjorn3Implement .eh_frame writing
2020-04-25 bjorn3Implement line debuginfo for AArch64
2020-04-25 bjorn3Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
2020-04-25 bjorn3Merge pull request #978 from bjorn3/simple_debuginfo_fo...
2020-04-24 bjorn3Fix function arguments for gdb
next