about summary refs log tree commit diff
path: root/example/mini_core.rs
AgeCommit message (Expand)AuthorLines
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-0/+10
2020-09-14Use don't unroll loop in Rvalue::Repeatbjorn3-0/+19
2020-07-09Implement global_asm! using an external assemblerbjorn3-0/+4
2020-07-02Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)bjorn3-1/+1
2020-06-27Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)bjorn3-0/+1
2020-06-16Make mini_core_hello_world work on Windows once TLS is supportedbjorn3-3/+4
2020-06-04Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)bjorn3-1/+1
2020-04-30Rustup to rustc 1.45.0-nightly (fa51f810e 2020-04-29)bjorn3-0/+6
2020-04-25Call panic lang item on failed TerminatorKind::Assertbjorn3-3/+13
2020-04-17Use the correct return type for putsbjorn3-1/+1
2020-03-24Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)bjorn3-2/+2
2020-03-18Fix itbjorn3-0/+1
2020-03-18Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)bjorn3-1/+0
2020-02-26Tls supportbjorn3-1/+10
2019-12-05Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)bjorn3-2/+15
2019-10-25Rustup to rustc 1.40.0-nightly (10a52c25c 2019-10-24)bjorn3-3/+10
2019-08-19Fix cross crate static duplicate codegenbjorn3-0/+2
2019-08-18Don't run a alignment assertion on macOSbjorn3-0/+4
2019-08-12Implement float -> small int castbjorn3-0/+18
2019-08-12Fix some warningsbjorn3-0/+1
2019-08-10[WIP] Implement dylib loading for the JITbjorn3-7/+0
2019-08-01Correctly align all allocsbjorn3-0/+15
2019-07-28Rustup to rustc 1.38.0-nightly (c798dffac 2019-07-27)bjorn3-1/+16
2019-07-26Remove unnecessary changesbjorn3-8/+0
2019-07-26Remove some unnecessary changesbjorn3-1/+0
2019-07-26Implement 128bit checked add and subbjorn3-27/+0
2019-07-26Fix some more stuffbjorn3-0/+28
2019-07-26[WIP] Basic i128 supportbjorn3-0/+8
2019-07-26Implement checked binopsbjorn3-0/+48
2019-07-07Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)bjorn3-2/+6
2019-06-23Implement bswap intrinsicbjorn3-0/+11
2019-04-10Fix and optimize init intrinsicbjorn3-0/+1
2019-03-03Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbi...bjorn3-0/+25
2019-03-01Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)bjorn3-1/+9
2019-02-23Update cranelift and add a test for bitreversebjorn3-0/+1
2019-02-18Pass command-line arguments to JITed functionbjorn3-0/+17
2019-02-12*const char -> *const i8bjorn3-1/+1
2019-02-11Implement variadic function callingbjorn3-0/+1
2019-02-08Implement drop for trait objectsbjorn3-0/+13
2019-01-26Use mini_core::panic with jitbjorn3-0/+3
2019-01-26Print a message when panicking from mini_corebjorn3-0/+1
2019-01-26Use malloc in mini_core::allocatebjorn3-4/+52
2018-12-29Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for ...bjorn3-0/+1
2018-12-24Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)bjorn3-0/+7
2018-11-17Remove a workaround for icmp.i8/i16 not having an encodingbjorn3-2/+2
2018-11-04Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)bjorn3-0/+12
2018-09-25Use cranelift_frontend::Switch for switchIntbjorn3-0/+15
2018-09-22Rename examples directory to example to prevent rls trying to compile its con...bjorn3-0/+269