]> git.lizzy.rs Git - rust.git/history - src
Make it possible it use value_field for SIMD values stored ByVal
[rust.git] / src /
2019-12-25 bjorn3Make it possible it use value_field for SIMD values...
2019-12-25 bjorn3Remove unused macro args
2019-12-25 bjorn3Fix indentation
2019-12-25 bjorn3Remove vector support from load_scalar
2019-12-25 bjorn3Use simd instructions for int and float simd intrinsics
2019-12-25 bjorn3Add load_vector function
2019-12-25 bjorn3Don't use stack_{load,store} for vectors
2019-12-25 bjorn3Don't limit vector size
2019-12-25 bjorn3[WIP] Real simd support
2019-12-25 bjorn3Add clif ir comment for write_cvalue
2019-12-25 bjorn3Fix SSA analysis for value types with PassMode::ByRef
2019-12-25 bjorn3Improve lane_type_and_count
2019-12-24 bjorn3Use mir::SourceInfo again in FunctionCx.source_info_set
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-23 bjorn3Move simd intrinsics to intrinsics/simd.rs
2019-12-23 bjorn3Make llvm_intrinsics a submodule of intrinsics
2019-12-23 bjorn3Rustup to rustc 1.42.0-nightly (9b98af84c 2019-12-22)
2019-12-22 bjorn3Improve local ir comments
2019-12-22 bjorn3Rustup to rustc 1.42.0-nightly (fc5deca21 2019-12-21)
2019-12-21 bjorn3Rustup to rustc 1.42.0-nightly (01a46509a 2019-12-20)
2019-12-20 bjorn3Remove CPlaceInner::Stack
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Emit stack_{load,store} where possible
2019-12-20 bjorn3Remove to_addr and to_addr_maybe_unsized
2019-12-20 bjorn3Set memflags for vtable loads
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm
2019-12-20 bjorn3Fix init and uninit intrinsics for u/i128
2019-12-20 bjorn3[OPT] Don't force return value of call to stack
2019-12-20 bjorn3Fix codegen of ctlz and cttz intrinsics
2019-12-18 bjorn3Monomorphize type of promoted
2019-12-18 bjorn3Fix some warnings
2019-12-18 bjorn3Fix debug build
2019-12-17 bjorn3[OPT] Use RETURN_PLACE instead of fn_sig.output() to...
2019-12-17 bjorn3[OPT] Use IndexVec instead of HashMap in ssa analysis
2019-12-17 bjorn3[OPT] Push fx.monomorphize to the callers of fx.layout_of
2019-12-17 bjorn3[OPT] Avoid calling target_triple for every call to...
2019-12-17 bjorn3[OPT] Don't call .to_string() on MonoItem's
2019-12-16 bjorn3Optimize line_program_add_file
2019-12-16 bjorn3Merge pull request #802 from bjorn3/debuginfo_locals
2019-12-16 bjorn3Disable local debuginfo for now
2019-12-16 bjorn3Rustup
2019-12-16 bjorn3Rustup to rustc 1.41.0-nightly (e87a205c2 2019-11-27)
2019-12-16 bjorn3Some optimizations
2019-12-16 bjorn3Emit DW_TAG_structure_type including fields for structs
2019-12-16 bjorn3Use set_val_label before every def_var
2019-12-16 bjorn3Fix translate_loc for ValueLoc::Stack
2019-12-16 bjorn3Implement local reading for locals on stack
2019-12-16 bjorn3Rustfmt debuginfo
2019-12-16 bjorn3Small change
2019-12-16 bjorn3Split debuginfo/line_info.rs from debuginfo/mod.rs
2019-12-16 bjorn3Split debuginfo/emit.rs part out of debuginfo/mod.rs
2019-12-16 bjorn3Move debuginfo.rs to debuginfo/mod.rs
2019-12-16 bjorn3Extract local definition from FunctionDebugContext...
2019-12-16 bjorn3Fix local value reading
2019-12-16 bjorn3[WIP] Set local DW_AT_location
2019-12-16 bjorn3Monomorphize locals
2019-12-16 bjorn3[WIP] debuginfo: Add types for locals
2019-12-16 bjorn3[WIP] debuginfo for locals
2019-12-16 bjorn3Rustup to rustc 1.41.0-nightly (a605441e0 2019-12-15)
2019-12-08 bjorn3Remove some workarounds for missing inst legalizations
2019-12-05 bjorn3Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
2019-12-01 bjorn3Rustup to rustc 1.41.0-nightly (25d8a9494 2019-11-29)
2019-11-24 bjorn3Rustup to rustc 1.41.0-nightly (0c987c5c0 2019-11-23)
2019-11-24 bjorn3Implement log10f* intrinsics
2019-11-24 bjorn3Correctly align returned addr for to_addr on NoPlace
2019-11-22 bjorn3Rustup to rustc 1.41.0-nightly (53712f863 2019-11-21)
2019-11-16 bjorn3Remove FIXME
2019-11-16 bjorn3Fix signed cast to 128bit integer
2019-11-15 bjorn3Rustup to rustc 1.41.0-nightly (82cf3a448 2019-11-14)
2019-11-14 bjorn3Rustup to rustc 1.41.0-nightly (ded5ee001 2019-11-13)
2019-11-11 bjorn3Rustup to rustc 1.40.0-nightly (3fc30d884 2019-11-10)
2019-11-09 bjorn3Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)
2019-11-01 bjorn3Rustup to rustc 1.40.0-nightly (aa4e57ca8 2019-10-31)
2019-10-26 bjorn3Merge pull request #759 from bjorn3/fix_macho_debuginfo
2019-10-25 bjorn3Changes for gimli-rs/object#133
2019-10-25 bjorn3Rustup to rustc 1.40.0-nightly (10a52c25c 2019-10-24)
2019-10-19 bjorn3Fix debuginfo for machO
2019-10-19 bjorn3Merge pull request #758 from bjorn3/object_write
2019-10-19 bjorn3Fix metadata symbol scope
2019-10-19 bjorn3Test object::write backend on travis
2019-10-19 bjorn3FIx review comments
2019-10-18 bjorn3Add support for object::write
2019-10-18 bjorn3Make debuginfo writing backend agnostic
2019-10-18 bjorn3Make dylib metadata write backend agnostic
2019-10-18 bjorn3Rustup to rustc 1.40.0-nightly (fa0f7d008 2019-10-17)
2019-10-16 bjorn3Rustup to rustc 1.40.0-nightly (237d54ff6 2019-10-15)
2019-10-06 bjorn3Remove bitflags dependency
2019-10-06 bjorn3Remove logfile support from unimpl.rs
2019-10-06 bjorn3More 128bit support
2019-10-06 bjorn3Rustup to rustc 1.40.0-nightly (787005079 2019-10-04)
2019-10-04 bjorn3Use DisplayFunctionAnnotations::default()
2019-10-04 bjorn3Predefine all local functions before codegen
2019-10-03 bjorn3Merge pull request #729 from bjorn3/misc_changes
2019-10-03 bjorn3Update cranelift, faerie and target-lexicon
2019-10-03 bjorn3Rustup to rustc 1.40.0-nightly (2daa404e9 2019-10-02)
2019-09-28 bjorn3Call cg_ssa::base::provide_both in provide{,_extern}
2019-09-28 bjorn3Use CallConv::triple_default instead of hard coding...
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-22 bjorn3Add profile code around metadata object generation
2019-09-22 bjorn3Wrap linker invocation in time()
next