summary refs log tree commit diff
path: root/src/libcompiler_builtins/lib.rs
AgeCommit message (Expand)AuthorLines
2017-03-04Beta backport of #40254Simonas Kazlauskas-3/+7
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