about summary refs log tree commit diff
path: root/src/libcompiler_builtins/lib.rs
AgeCommit message (Expand)AuthorLines
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-721/+0
2017-04-13Fixed invalid 128-bit division on 32-bit target. Fixed issue #41228.kennytm-1/+1
2017-03-15make shift builtins panic-free with new unchecked_sh* intrinsicsTim Neumann-9/+9
2017-03-04Fix personality_fn within the compiler_builtinsSimonas Kazlauskas-4/+5
2017-02-05Rollup merge of #39519 - nagisa:more-snap, r=alexcrichtonCorey Farwell-4/+2
2017-02-04More snap cleanupSimonas Kazlauskas-4/+2
2017-02-04Don't use "unadjusted" ABI on non windows platformsest31-3/+3
2017-02-03Bump version, upgrade bootstrapAlex Crichton-136/+57
2017-01-16Fix endian bugs in i128 intrinsic implsSimonas Kazlauskas-5/+4
2016-12-31Fix iabs and add some more testsest31-4/+13
2016-12-30Fix warning when compiling on 64 bit Linuxest31-7/+3
2016-12-30Further and hopefully final Windows fixesSimonas Kazlauskas-177/+148
2016-12-30More windows fixesest31-7/+15
2016-12-30Fix buildest31-7/+9
2016-12-30The windows special-cases only apply to x64Simonas Kazlauskas-31/+39
2016-12-30Fix a return typeSimonas Kazlauskas-1/+1
2016-12-30Tidyest31-1/+2
2016-12-30Fix another windows ABI mistakeest31-4/+30
2016-12-30intrinsics: try to return everything via {u,i}128ret to match LLVMest31-38/+99
2016-12-30Tidyest31-4/+8
2016-12-30Port to wrapping_* and unchecked_* operationsest31-78/+118
2016-12-30Remove unimplemented() functionest31-8/+2
2016-12-30libcompiler_builtins: don't codegen dead code call to eh_personalityest31-24/+31
2016-12-30Try to fix some thingsest31-2/+2
2016-12-30Always use Rust based intrinsics on Windowsest31-2/+4
2016-12-30Fix warning on 64 bitest31-2/+2
2016-12-30intrinsics : uabs and iabsest31-13/+26
2016-12-30Fix intrinsics and expand testsest31-54/+68
2016-12-30Fix rebase falloutest31-1/+5
2016-12-30WIP intrinsicsSimonas Kazlauskas-0/+623
2016-09-28Remove stage0 hacksBrian Anderson-2/+2
2016-09-13Link test to compiler builtins and make unstableAlex Crichton-1/+4
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-0/+16