Commit History

Author SHA1 Message Date
  Alex Crichton 5a7b58ffd7 Merge pull request #251 from riscv-rust/master 6 years ago
  David Craven 6dcbd85f11 Implement __mulsi3. 6 years ago
  Alex Crichton 52a6a4d708 Update libm to elide bounds checks 6 years ago
  Alex Crichton e3b8a228ed Merge pull request #250 from japaric/fmod 6 years ago
  Jorge Aparicio 1083ac1439 fix warnings 6 years ago
  Jorge Aparicio 3d005629b8 expose fmod{,f} symbols on thumb 6 years ago
  Alex Crichton b4a3645cfe Merge pull request #248 from japaric/libm 6 years ago
  Alex Crichton d73ccba988 Use `intrinsics!` macro for math intrinsics 6 years ago
  Jorge Aparicio cc78ff665d fix path 6 years ago
  Jorge Aparicio 36f93dbd79 expose math symbol on wasm32-unknown-unknown 6 years ago
  Alex Crichton 5d370bb352 Don't build multc3 on AArch64 MSVC 6 years ago
  Alex Crichton ec413b2b67 Merge pull request #249 from semarie/openbsd 6 years ago
  Sébastien Marie ffffe2ed64 openbsd: doesn't use `static` as it could result duplicated symbols 6 years ago
  Alex Crichton 182450f20c Try to fix intrinsics example on nightly 6 years ago
  Alex Crichton 8142298fe6 Merge pull request #247 from ljedrz/outdated_feature 6 years ago
  Alex Crichton 5b5b2581e4 Try to fix example's compile on nightly 6 years ago
  ljedrz 411a12fc02 Remove #![feature(i128_type)] as i128 is stable 6 years ago
  Alex Crichton 86bf357a14 Upgrade compiler-rt submodule, mostly for sanitizers 6 years ago
  Alex Crichton 6eb8f8d710 Merge pull request #244 from qnighy/dynamic-stack-probing 7 years ago
  Masaki Hara 1d15be6a86 Explain why we need extra check in probestack. 7 years ago
  Masaki Hara 56293ad7c7 Fix segfault on probestack with dynamic alloca. 7 years ago
  Alex Crichton 28daccd915 Merge pull request #242 from alexcrichton/update-compiler-rt 7 years ago
  Alex Crichton 575612347c Allow failures on thumb for now 7 years ago
  Alex Crichton c1df86bb46 Update compiler-rt 7 years ago
  Alex Crichton 4cfd7101eb Merge pull request #241 from semarie/openbsd 7 years ago
  Alex Crichton 5f9bbc924b More attempts for intrinsics example 7 years ago
  Sébastien Marie d8bbc81016 use system library on openbsd 7 years ago
  Alex Crichton e423f3c64b More CI fixes 7 years ago
  Alex Crichton e73b81e2d5 Attempt to fix tests on latest nightly 7 years ago
  Alex Crichton cb04a0718b Merge pull request #234 from ketsuban/master 7 years ago