]> git.lizzy.rs Git - rust.git/history - src
Disable global_asm! on macOS for now
[rust.git] / src /
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
2020-04-24 bjorn3Generate simple debuginfo for arguments
2020-04-22 bjorn3Rustup to rustc 1.44.0-nightly (45d050cde 2020-04-21)
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-21 bjorn3Use DWARF version 4 for now
2020-04-20 KitsuUse md5 dwarf hash, only if all files has it
2020-04-19 SerenttyFix spelling error in comment (#974)
2020-04-18 bjorn3Implement check mode
2020-04-18 KitsuSimplify with make_file_info
2020-04-18 bjorn3Sync fn_sig_for_fn_abi with upstream for generator...
2020-04-18 KitsuSimplify FileHash ctor
2020-04-18 KitsuDedup file hashing logic with type
2020-04-18 KitsuUse dwarf 3 for osx
2020-04-18 KitsuDon`t include timestamp as debug file info
2020-04-18 KitsuSupport file hashes in .debug_line
2020-04-17 bjorn3Disable line debuginfo for the AArch64 backend
2020-04-17 bjorn3Use the correct return type for puts
2020-04-17 bjorn3Fix saturated_* intrinsics for 128bit ints
2020-04-17 bjorn3Fix transmute of non-scalar to scalar
2020-04-14 bjorn3Merge pull request #966 from aj-jaswanth/fix/958
2020-04-14 Venkata Jaswanth UFixes #958: Use session.fatal() instead of assert!
2020-04-13 bjorn3Pre-allocate local_map
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 bjorn3Remove one usage of force_stack
2020-04-13 bjorn3Rustup to rustc 1.44.0-nightly (3712e11a8 2020-04-12)
next