Commit History

Author SHA1 Message Date
  Wilfried Chauveau 293fef5ebe impl (unsigned/signed) int to single/double precision float conversion based on llvm algorithms. 8 years ago
  Jorge Aparicio 644a1c9ac9 fix infinite recursion in divmoddi4 / mulodi4 8 years ago
  bors 0507842b24 Auto merge of #143 - rust-lang-nursery:no-gcc, r=alexcrichton 8 years ago
  Jorge Aparicio a2e6591be9 make the gcc crate optional 8 years ago
  bors 1550b0d32f Auto merge of #142 - rust-lang-nursery:sub, r=alexcrichton 8 years ago
  Jorge Aparicio 5bb969d8f5 implement float subtraction 8 years ago
  bors 9aa3a257d6 Auto merge of #141 - rust-lang-nursery:aapcs, r=alexcrichton 8 years ago
  Jorge Aparicio 47b45d1d62 adjust the check! macro to accept AAPCS intrinsics 8 years ago
  Jorge Aparicio 57085be2ea ARM: keep some non-aeabi symbols around 8 years ago
  Jorge Aparicio dfa7b161aa use AAPCS calling convention on all aeabi intrinsics 8 years ago
  bors 3e8aa49cdf Auto merge of #140 - rust-lang-nursery:backports, r=alexcrichton 8 years ago
  Jorge Aparicio f7bd48ee94 target.contains -> target_os == 8 years ago
  Jorge Aparicio 7cac9625b5 std: Remove unused objects from compiler-builtins 8 years ago
  Jorge Aparicio 03aa2ef390 travis: Expand the `cross` linux image 8 years ago
  Jorge Aparicio 6d3cab2ba0 libcompiler_builtins: Don't build emutls.c 8 years ago
  Jorge Aparicio c30dcb0d30 Don't build any native compiler-builtin components for emscripten 8 years ago
  Jorge Aparicio b9149051f7 Don't build gcc_personality_v0.c on NetBSD either 8 years ago
  bors 9debde0ecc Auto merge of #133 - est31:i128, r=japaric 8 years ago
  est31 37d349015e Disable quickcheck tests on mips 8 years ago
  bors 0d0f22a996 Auto merge of #138 - rust-lang-nursery:cdylib-rebuild, r=japaric 8 years ago
  Jorge Aparicio c08b1692a6 add rebuild logic to compiler-rt-cdylib 8 years ago
  est31 f8a4e3fd70 Panic when invalid overflow value is returned 8 years ago
  est31 b78e956f08 Add quickcheck tests 8 years ago
  est31 417b07b821 Add newly implemented intrinsics to test file 8 years ago
  est31 9013dbef02 u128 sdiv intrinsics 8 years ago
  est31 2f3c534cfe u128 udiv intrinsics 8 years ago
  est31 8fe50d813c Macro-ify udivmod 8 years ago
  est31 1e27c3f937 i128 shift intrinsics 8 years ago
  est31 3055aa21b6 i128 mul intrinsics 8 years ago
  est31 b356429374 int module: macro-ify trait impls and add {u,i}128 support 8 years ago