Amanieu d'Antras
|
b9e916c769
|
Add tests for ARM division builtins
|
2016-08-19 12:13:02 +01:00 |
Amanieu d'Antras
|
f919660be5
|
Add signed division functions
|
2016-08-19 12:13:02 +01:00 |
Jorge Aparicio
|
6508c55b7d
|
Merge pull request #47 from japaric/muldi
rename muldi4 to muldi3
|
2016-08-18 21:44:42 -05:00 |
Jorge Aparicio
|
5e47ca2699
|
rename muldi4 to muldi3
closes #42
|
2016-08-18 21:27:16 -05:00 |
Jorge Aparicio
|
74cd512caa
|
Merge pull request #40 from mattico/add-x86_64
Add x86_64 builtins
|
2016-08-18 20:31:53 -05:00 |
Jorge Aparicio
|
999d82a0df
|
Merge pull request #41 from mattico/dumpbin
appveyor: inspect binaries
|
2016-08-17 14:39:13 -05:00 |
Matt Ickstadt
|
6b7a00325c
|
Check off x86_64 builtins in README
[ci ignore]
|
2016-08-17 14:35:48 -05:00 |
Matt Ickstadt
|
34f8273e5c
|
Appveyor: Ignore errors from dumpbin parsing rlib
|
2016-08-17 14:14:47 -05:00 |
Matt Ickstadt
|
ed7262b0a5
|
Appveyor: Source vcvarsall to get dumpbin in path
|
2016-08-17 13:51:35 -05:00 |
Matt Ickstadt
|
aab3a10a9d
|
Disable mangling for msvc stack builtins
This prevents linker errors in test builds due to the `jmp` instruction in __alloca
|
2016-08-17 12:55:15 -05:00 |
Matt Ickstadt
|
c9bff743cd
|
Use `jmp` to implement __alloca fallthrough
|
2016-08-17 12:11:38 -05:00 |
Matt Ickstadt
|
b6091ababa
|
Add x86_64 builtins
|
2016-08-16 19:55:17 -05:00 |
Jorge Aparicio
|
89594e16ae
|
Merge pull request #29 from japaric/weak-memcpy
add weak `memcpy` et al symbols
|
2016-08-15 21:29:11 -05:00 |
Jorge Aparicio
|
ac352a3512
|
add core_intrinsics feature gate
|
2016-08-15 21:08:04 -05:00 |
Jorge Aparicio
|
94ab3e09c5
|
adjust test: weak symbols are now in librlibc.rlib
|
2016-08-15 20:22:58 -05:00 |
Jorge Aparicio
|
55eb1b71a0
|
remove unused feature gates
|
2016-08-14 22:08:36 -05:00 |
Jorge Aparicio
|
8965b061c2
|
use rlibc crate instead
|
2016-08-14 22:03:19 -05:00 |
Jorge Aparicio
|
5abf6b5d7c
|
check presence of weak symbols
|
2016-08-14 22:02:43 -05:00 |
Jorge Aparicio
|
fdbb7883da
|
exclude windows and macos
|
2016-08-14 22:01:15 -05:00 |
Jorge Aparicio
|
265939fc00
|
add weak `memcpy` et al symbols
closes #28
|
2016-08-14 22:00:31 -05:00 |
Jorge Aparicio
|
adfb1ff851
|
sort targets
|
2016-08-13 20:25:16 -05:00 |
Jorge Aparicio
|
18c2894f64
|
Merge pull request #38 from japaric/ppc64le
try 32-bit qemu for ppc64le
|
2016-08-13 20:24:35 -05:00 |
Jorge Aparicio
|
95651f62a9
|
disable tests for ppc64le, drop logic around QEMU_ARCH
|
2016-08-13 19:56:34 -05:00 |
Jorge Aparicio
|
9bee966c00
|
add missing apt-get update
|
2016-08-13 19:30:30 -05:00 |
Jorge Aparicio
|
1f3bad04bc
|
Merge pull request #36 from japaric/qc
quickcheck: better generation of input arguments
|
2016-08-13 19:27:54 -05:00 |
Jorge Aparicio
|
c34b356c44
|
try 32-bit qemu for ppc64le
|
2016-08-13 18:58:41 -05:00 |
Jorge Aparicio
|
f300480aa9
|
Merge pull request #37 from japaric/docker
CI: run all Linux targets inside docker
|
2016-08-13 18:53:08 -05:00 |
Jorge Aparicio
|
45aec943d3
|
use wrapping_add in muldi4
|
2016-08-13 18:47:39 -05:00 |
Jorge Aparicio
|
f3eb08a96d
|
fix a bug in udivmoddi4
|
2016-08-13 18:45:00 -05:00 |
Jorge Aparicio
|
b5b28c02ba
|
qemu-ppc64le still doesn't work
|
2016-08-13 18:33:40 -05:00 |
Jorge Aparicio
|
9c651118fe
|
enable tests for ppc64le
|
2016-08-13 18:00:49 -05:00 |
Jorge Aparicio
|
ac8370b4ac
|
need to set PATH for macos
|
2016-08-13 17:53:26 -05:00 |
Jorge Aparicio
|
7111a4a0dd
|
arm targets no longer have flaky tests
|
2016-08-13 17:46:12 -05:00 |
Jorge Aparicio
|
a2135c1a5c
|
no need to explicitly call qemu-$ARCH
|
2016-08-13 17:45:43 -05:00 |
Jorge Aparicio
|
12933b8dca
|
sort targets
|
2016-08-13 17:43:40 -05:00 |
Jorge Aparicio
|
480bbec3cd
|
don't call docker inside docker
|
2016-08-13 17:36:00 -05:00 |
Jorge Aparicio
|
b4df203c46
|
use trusty
|
2016-08-13 17:32:08 -05:00 |
Jorge Aparicio
|
aa9a282c61
|
actually enter docker
|
2016-08-13 17:27:18 -05:00 |
Jorge Aparicio
|
c277cc67be
|
fix bash syntax
|
2016-08-13 17:24:52 -05:00 |
Jorge Aparicio
|
0c2ef10160
|
CI: run all Linux targets inside docker
|
2016-08-13 17:22:12 -05:00 |
Jorge Aparicio
|
69376af183
|
quickcheck: better generation of input arguments
closes #31
|
2016-08-13 16:58:44 -05:00 |
Jorge Aparicio
|
b4e474f417
|
Merge pull request #35 from japaric/cortex
CI: test ARM Cortex targets
|
2016-08-13 13:16:13 -05:00 |
Jorge Aparicio
|
11cd95f25d
|
install libssh2
|
2016-08-13 12:58:44 -05:00 |
Jorge Aparicio
|
2f9c64a577
|
change Xargo installation path
|
2016-08-13 12:55:09 -05:00 |
Jorge Aparicio
|
164b21991c
|
binutils -> gcc
|
2016-08-13 12:47:59 -05:00 |
Jorge Aparicio
|
10ea089eb2
|
no rust-std for these targets
|
2016-08-13 12:45:37 -05:00 |
Jorge Aparicio
|
e7b10e53ac
|
install binutils manually
|
2016-08-13 12:41:50 -05:00 |
Jorge Aparicio
|
c6fab21982
|
binutils -> gcc?
|
2016-08-13 12:27:56 -05:00 |
Jorge Aparicio
|
ba3bb2952f
|
CI: test ARM Cortex targets
closes #32
|
2016-08-13 12:12:37 -05:00 |
Jorge Aparicio
|
ac9f96fb9c
|
Merge pull request #34 from Amanieu/thumbv6m_asm
Fix inline assembly to work on ARMv6-M
|
2016-08-13 11:48:03 -05:00 |