Commit History

Author SHA1 Message Date
  Jorge Aparicio 9307ee99b5 Merge pull request #52 from mattico/add-readme-port-help 8 years ago
  Matt Ickstadt 3986d1e3b6 Add a `Porting Reminders` section to the README 8 years ago
  Jorge Aparicio 7811f92bea Merge pull request #50 from japaric/post-43 8 years ago
  Jorge Aparicio 2e561b3869 use utility function to compare the repr of floats 8 years ago
  Jorge Aparicio 10fdc9b535 only show disassembly of optimized build 8 years ago
  Jorge Aparicio c427112561 Merge pull request #49 from japaric/edge 8 years ago
  Jorge Aparicio ebadb12986 Merge pull request #43 from mattico/add-add_f3-builtins 8 years ago
  Matt Ickstadt da53b70d34 Use mem::swap to swap variables 8 years ago
  Jorge Aparicio fc0cdeb7f1 qc: bias towards generation of edge cases 8 years ago
  Matt Ickstadt ef16de3d37 Implement soft float add builtins 8 years ago
  Matt Ickstadt 6f0d50ebea Move integer functions to separate module 8 years ago
  Jorge Aparicio 8603e64554 Merge pull request #44 from Amanieu/sdiv 8 years ago
  Amanieu d'Antras b9e916c769 Add tests for ARM division builtins 8 years ago
  Amanieu d'Antras f919660be5 Add signed division functions 8 years ago
  Jorge Aparicio 6508c55b7d Merge pull request #47 from japaric/muldi 8 years ago
  Jorge Aparicio 5e47ca2699 rename muldi4 to muldi3 8 years ago
  Jorge Aparicio 74cd512caa Merge pull request #40 from mattico/add-x86_64 8 years ago
  Jorge Aparicio 999d82a0df Merge pull request #41 from mattico/dumpbin 8 years ago
  Matt Ickstadt 6b7a00325c Check off x86_64 builtins in README 8 years ago
  Matt Ickstadt 34f8273e5c Appveyor: Ignore errors from dumpbin parsing rlib 8 years ago
  Matt Ickstadt ed7262b0a5 Appveyor: Source vcvarsall to get dumpbin in path 8 years ago
  Matt Ickstadt aab3a10a9d Disable mangling for msvc stack builtins 8 years ago
  Matt Ickstadt c9bff743cd Use `jmp` to implement __alloca fallthrough 8 years ago
  Matt Ickstadt b6091ababa Add x86_64 builtins 8 years ago
  Jorge Aparicio 89594e16ae Merge pull request #29 from japaric/weak-memcpy 8 years ago
  Jorge Aparicio ac352a3512 add core_intrinsics feature gate 8 years ago
  Jorge Aparicio 94ab3e09c5 adjust test: weak symbols are now in librlibc.rlib 8 years ago
  Jorge Aparicio 55eb1b71a0 remove unused feature gates 8 years ago
  Jorge Aparicio 8965b061c2 use rlibc crate instead 8 years ago
  Jorge Aparicio 5abf6b5d7c check presence of weak symbols 8 years ago