about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2017-06-23Don't compile assembly on x86_64 WindowsAlex Crichton-11/+15
2017-06-23Don't build chkstk on x86_64Alex Crichton-2/+0
2017-06-23Try testing MinGW targetsAlex Crichton-14/+35
2017-06-23Remove the travis cacheAlex Crichton-3/+0
2017-06-23Shore up docs in the macros moduleAlex Crichton-12/+77
2017-06-23Handle aeabi aliasingAlex Crichton-86/+95
2017-06-23Deal with floatdidf on x86_64Alex Crichton-7/+8
2017-06-23Tweak usage of C shims on MSVCAlex Crichton-2/+6
2017-06-23Use `nm` to weed out panicsAlex Crichton-3/+16
2017-06-23Remove unused rust fileAlex Crichton-311/+0
2017-06-23Remove executable bit on arm.rsAlex Crichton-0/+0
2017-06-23Remove defined intrinsics from build.rsAlex Crichton-32/+0
2017-06-23Convert float intrinsics to the `intrinsics!` macroAlex Crichton-356/+349
2017-06-23Remove executable bit from conv.rsAlex Crichton-0/+0
2017-06-23Less verbose output on symbol checkAlex Crichton-3/+5
2017-06-23Enable `mem` for intrinsics on linuxAlex Crichton-6/+6
2017-06-23Fix features needed for the intrinsics exampleAlex Crichton-2/+2
2017-06-23Fix travis intrinsics buildsAlex Crichton-2/+2
2017-06-23Fix use_c_shim_ifAlex Crichton-2/+2
2017-06-23Use more intrinsics on msvcAlex Crichton-8/+8
2017-06-23Build tweaksAlex Crichton-2/+4
2017-06-23Build the intrinsics example separatelyAlex Crichton-3/+3
2017-06-23Require the `compiler-builtins` target for the exampleAlex Crichton-1/+1
2017-06-23More windows linkage guessesAlex Crichton-0/+1
2017-06-22Test 64-bit linuxAlex Crichton-1/+1
2017-06-22Try to fix linkage on windowsAlex Crichton-0/+4
2017-06-22Fix the abi hack on windowsAlex Crichton-25/+15
2017-06-22Port udiv to the `intrinsics!` macroAlex Crichton-156/+112
2017-06-22Port sdiv to traits + `intrinsics!`Alex Crichton-90/+183
2017-06-22Port mul intrinsics to traitsAlex Crichton-79/+208
2017-06-22Remove executable bit from mod.rsAlex Crichton-0/+0
2017-06-22Use traits instead of macros for shift intrinsicsAlex Crichton-61/+166
2017-06-22Test with the 'c' feature enabled on CIAlex Crichton-20/+15
2017-06-01remove unused macrosJorge Aparicio-26/+0
2017-05-10Build.rs: better debug outputest31-4/+6
2017-05-08Fix overflow bug when creating the absolute valueest31-1/+1
2017-05-08floattidf, floatuntidf: ignore differences smaller than 2 in testest31-2/+4
2017-05-08Update cast to 0.2.2 to fix bug in debug modeest31-1/+1
2017-05-07Print generated filesest31-1/+3
2017-05-06Fix test name gotten wrongest31-1/+1
2017-05-06Mark the functions just implemented in README.mdest31-8/+8
2017-05-06Adjust for changed cast functionest31-4/+5
2017-05-06Implement tests for floatuntidf and floatuntisfest31-0/+150
2017-05-06Implement tests for fixunsdfti and fixunssftiest31-0/+140
2017-05-06Implement tests for fixdfti and fixsftiest31-0/+140
2017-05-06Implement tests for floattidf and floattisfest31-1/+151
2017-05-06Use cast 0.2.1 for i128 supportest31-1/+1
2017-05-06Add i128 <-> float conversion functionsest31-2/+34
2017-05-06Mark some float related intrinsics as implemented in README.mdest31-14/+14
2017-05-05Rename float conversion macros to something nicerest31-16/+16