about summary refs log tree commit diff
path: root/example
AgeCommit message (Expand)AuthorLines
2019-12-05Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)bjorn3-2/+15
2019-11-24Run libcore testsbjorn3-0/+4
2019-11-16Fix signed cast to 128bit integerbjorn3-1/+6
2019-11-09Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)bjorn3-0/+2
2019-10-25Rustup to rustc 1.40.0-nightly (10a52c25c 2019-10-24)bjorn3-4/+11
2019-09-21Add extern type pointer cast testsbjorn3-1/+15
2019-09-14Reenable debug assertions for libstd on macOSbjorn3-5/+1
2019-09-02Correctly align offset for dst field projectionsbjorn3-0/+67
2019-08-30Don't copy ByRef passed types to local stack slot when not necessarybjorn3-0/+4
2019-08-26Sync discriminant getter and setter with upstreambjorn3-0/+69
2019-08-21Fix float -> u/i128 castbjorn3-9/+12
2019-08-21Implement u/i128 <-> float castsbjorn3-0/+11
2019-08-20Implement saturating_{add,sub} intrinsicsbjorn3-0/+5
2019-08-19Implement pow{f32,f64} intrinsicsbjorn3-0/+1
2019-08-19Implement copysign{f32,f64} intrinsicsbjorn3-0/+1
2019-08-19Fix cross crate static duplicate codegenbjorn3-0/+5
2019-08-18Don't run a alignment assertion on macOSbjorn3-1/+10
2019-08-16Workaround for missing `#[rustc_args_required_const(..)]` supportbjorn3-0/+16
2019-08-14Cast rhs to lhs type for shl and shrbjorn3-0/+2
2019-08-12Implement float -> small int castbjorn3-0/+24
2019-08-12Fix some warningsbjorn3-12/+10
2019-08-12Implement log2{f32,f64} intrinsicsbjorn3-0/+1
2019-08-10[WIP] Implement dylib loading for the JITbjorn3-7/+0
2019-08-05Implement simd_extractbjorn3-0/+7
2019-08-01Correctly align all allocsbjorn3-0/+19
2019-08-01Test mutex lockingbjorn3-0/+3
2019-07-31Fix simd_castbjorn3-0/+13
2019-07-30Implement some float simd intrinsicsbjorn3-8/+33
2019-07-29Fix _mm_movemask_epi8bjorn3-0/+3
2019-07-29Fix returning (u128, u128)bjorn3-0/+10
2019-07-29Implement llvm.x86.avx2.pmovmskb llvm intrinsicbjorn3-0/+27
2019-07-29Implement and test simd_shuffle*bjorn3-2/+50
2019-07-29[WIP] simd_shuffle*bjorn3-0/+2
2019-07-29Fix simd comparisonbjorn3-0/+4
2019-07-29Emulate some simd intrinsicsbjorn3-0/+16
2019-07-29Rustup to rustc 1.38.0-nightly (4560cb830 2019-07-28)bjorn3-1/+1
2019-07-28Rustup to rustc 1.38.0-nightly (c798dffac 2019-07-27)bjorn3-1/+16
2019-07-27Implement many more float intrinsicsbjorn3-0/+1
2019-07-26Remove unnecessary changesbjorn3-12/+21
2019-07-26[WIP]bjorn3-21/+4
2019-07-26Use std checked_divbjorn3-17/+2
2019-07-26Remove some unnecessary changesbjorn3-18/+59
2019-07-26Fix 128bit CValue::const_valbjorn3-0/+3
2019-07-26Implement 128bit checked add and subbjorn3-27/+3
2019-07-26Implement 128bit multiply with overflowbjorn3-0/+5
2019-07-26[WIP]bjorn3-14/+133
2019-07-26Implement most 128bit binopsbjorn3-19/+1
2019-07-26Fix some more stuffbjorn3-1/+45
2019-07-26[WIP]bjorn3-27/+2
2019-07-26[WIP] Basic i128 supportbjorn3-135/+9