about summary refs log tree commit diff
path: root/example
AgeCommit message (Expand)AuthorLines
2019-07-26[WIP] Basic i128 supportbjorn3-135/+9
2019-07-26Implement checked binopsbjorn3-0/+65
2019-07-07Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)bjorn3-8/+8
2019-06-26Implement some float intrinsicsbjorn3-0/+9
2019-06-23Implement bswap intrinsicbjorn3-0/+16
2019-06-23Fix load and store for ByValPair values with differently sized componentsbjorn3-0/+15
2019-04-27Preserve the order files are added to archivesbjorn3-1/+1
2019-04-10Fix and optimize init intrinsicbjorn3-0/+24
2019-03-26Skip ZST argumentsbjorn3-0/+2
2019-03-21Rustup to rustc 1.35.0-nightly (82e2f3ec2 2019-03-20)bjorn3-2/+2
2019-03-11Implement weak linkage for staticsbjorn3-1/+15
2019-03-03Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbi...bjorn3-0/+108
2019-03-02Implement CastKind::ClosureFnPointerbjorn3-0/+2
2019-03-02Implement ProjectionElem::Subslicebjorn3-1/+7
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/+3
2019-02-18Pass command-line arguments to JITed functionbjorn3-2/+25
2019-02-16Fix discriminant_value intrinsicbjorn3-0/+8
2019-02-16Fix atomic_xchg* intrinsicsbjorn3-0/+3
2019-02-16Fix cttz{,_nonzero} intrinsicsbjorn3-1/+5
2019-02-16Fix BinOp::Offsetbjorn3-0/+2
2019-02-12*const char -> *const i8bjorn3-2/+2
2019-02-11Fix and enable libstd buildingbjorn3-0/+9
2019-02-11Implement variadic function callingbjorn3-0/+3
2019-02-11Cleanup config.shbjorn3-1/+2
2019-02-08Implement drop for trait objectsbjorn3-3/+20
2019-02-06Fix some warningsbjorn3-6/+6
2019-01-26Use mini_core::panic with jitbjorn3-8/+3
2019-01-26Print a message when panicking from mini_corebjorn3-0/+1
2019-01-26Use malloc in mini_core::allocatebjorn3-16/+56
2019-01-26Implement line debuginfobjorn3-0/+11
2018-12-29Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for ...bjorn3-0/+5
2018-12-24Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)bjorn3-0/+7
2018-12-22Add pretty param and local info comments to clifbjorn3-22/+22
2018-11-17Remove a workaround for icmp.i8/i16 not having an encodingbjorn3-2/+2
2018-11-05Add some benchmarksbjorn3-0/+78
2018-11-04Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)bjorn3-0/+12
2018-10-06Implement Rvalue::Len for arraysbjorn3-0/+2
2018-10-06Fix projection of sized field in unsized typebjorn3-0/+10
2018-09-30Workaround some missing encodings in craneliftbjorn3-0/+4
2018-09-25Use cranelift_frontend::Switch for switchIntbjorn3-0/+26
2018-09-22Rename examples directory to example to prevent rls trying to compile its con...bjorn3-0/+623