about summary refs log tree commit diff
path: root/src/trap.rs
AgeCommit message (Expand)AuthorLines
2020-10-27Use with_no_trimmed_pathsbjorn3-1/+0
2020-10-22Remove unused trap_unimplemented_ret_valuebjorn3-11/+0
2020-10-09Rustfmtbjorn3-12/+3
2020-10-08Use the new cranelift-module interfacebjorn3-6/+6
2020-09-29Invoke panic handler instead of trap for assert_* intrinsicsbjorn3-5/+3
2020-09-23Document almost all modulesbjorn3-0/+2
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-1/+2
2020-08-22FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`CohenArthur-2/+2
2020-08-22FunctionCx: Rename codegen_cx -> cxCohenArthur-4/+4
2020-08-22FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cxCohenArthur-4/+4
2020-08-22FunctionCx: Replace .module with .codegen_cx.moduleCohenArthur-2/+2
2020-08-22FunctionCx: WIP: Replace .tcx with .codegen_cx.tcxCohenArthur-2/+2
2020-06-30Fix trap_unreachable_ret_valuebjorn3-1/+3
2020-04-25Call panic lang item on failed TerminatorKind::Assertbjorn3-28/+1
2020-04-17Use the correct return type for putsbjorn3-1/+1
2020-03-30Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)bjorn3-2/+2
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-5/+5
2020-03-20Add clif ir comments for stack2reg optbjorn3-2/+2
2020-03-14Write dummy return value on unimplemented simd_{insert,extract}bjorn3-2/+14
2020-03-13Hash trap message symbol nameThis saves ~7% of disk spacebjorn3-1/+7
2020-02-26Tls supportbjorn3-0/+1
2020-02-07Use TrapCode::UnreachableCodeReached in trap_unreachablebjorn3-1/+1
2020-01-14Rustup to rustc 1.42.0-nightly (3ebcfa145 2020-01-12)bjorn3-12/+0
2019-12-20[OPT] Use load and store offsets instead of iadd_immbjorn3-4/+2
2019-12-17[OPT] Avoid calling target_triple for every call to codegenbjorn3-1/+1
2019-10-03Update cranelift, faerie and target-lexiconbjorn3-1/+1
2019-09-28Use CallConv::triple_default instead of hard coding SystemVbjorn3-1/+1
2019-09-08Use upstream craneliftbjorn3-1/+1
2019-09-07Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)bjorn3-1/+1
2019-08-31Format code using 'cargo fmt'Atul Bhosale-13/+47
2019-07-30Fix release buildsbjorn3-2/+6
2019-07-20Don't disable stdsimd anymorebjorn3-4/+20
2019-06-16Add comments for trap::codegen_print gv and fn defsbjorn3-2/+4
2019-06-11Encapsulate CPlace constructorsbjorn3-1/+1
2019-06-11Encapsulate CValue and CPlace creationbjorn3-1/+1
2019-05-04Update craneliftbjorn3-1/+1
2019-04-10Print message when reaching trapbjorn3-6/+34
2019-03-06Fix panic with reported const_eval promoted errorbjorn3-0/+7
2019-03-06Fix trans_get_discriminant for uninhabited typesbjorn3-3/+8
2018-11-24Rustfmtbjorn3-0/+1
2018-11-16Move trapping to trap_code.rsbjorn3-0/+12