Jorge Aparicio
|
b80d5f6912
|
arm targets no longer have flaky tests
|
2016-08-13 17:46:12 -05:00 |
|
Jorge Aparicio
|
54e090113a
|
no need to explicitly call qemu-$ARCH
|
2016-08-13 17:45:43 -05:00 |
|
Jorge Aparicio
|
0433fc0deb
|
sort targets
|
2016-08-13 17:43:40 -05:00 |
|
Jorge Aparicio
|
c7a48515ac
|
don't call docker inside docker
|
2016-08-13 17:36:00 -05:00 |
|
Jorge Aparicio
|
a8f3f4eae6
|
use trusty
|
2016-08-13 17:32:08 -05:00 |
|
Jorge Aparicio
|
cc6aab07ea
|
actually enter docker
|
2016-08-13 17:27:18 -05:00 |
|
Jorge Aparicio
|
ea81bca98f
|
fix bash syntax
|
2016-08-13 17:24:52 -05:00 |
|
Jorge Aparicio
|
7b46e31124
|
CI: run all Linux targets inside docker
|
2016-08-13 17:22:12 -05:00 |
|
Jorge Aparicio
|
319c938e93
|
Merge pull request #35 from japaric/cortex
CI: test ARM Cortex targets
|
2016-08-13 13:16:13 -05:00 |
|
Jorge Aparicio
|
da0515756a
|
install libssh2
|
2016-08-13 12:58:44 -05:00 |
|
Jorge Aparicio
|
2684ea570c
|
change Xargo installation path
|
2016-08-13 12:55:09 -05:00 |
|
Jorge Aparicio
|
c135ca3157
|
binutils -> gcc
|
2016-08-13 12:47:59 -05:00 |
|
Jorge Aparicio
|
a3a0604b8e
|
no rust-std for these targets
|
2016-08-13 12:45:37 -05:00 |
|
Jorge Aparicio
|
b5b26a0384
|
install binutils manually
|
2016-08-13 12:41:50 -05:00 |
|
Jorge Aparicio
|
5e69a93dfb
|
binutils -> gcc?
|
2016-08-13 12:27:56 -05:00 |
|
Jorge Aparicio
|
1b757d626d
|
CI: test ARM Cortex targets
closes #32
|
2016-08-13 12:12:37 -05:00 |
|
Amanieu d'Antras
|
d668c385ac
|
Fix inline assembly to work on ARMv6-M
|
2016-08-13 17:29:38 +01:00 |
|
Amanieu d'Antras
|
1a60c3d52f
|
Various changes
|
2016-08-13 09:56:40 +01:00 |
|
Amanieu d'Antras
|
07afa89f10
|
Remove the absv implementation, it isn't needed by Rust
|
2016-08-13 09:54:58 +01:00 |
|
Jorge Aparicio
|
f22f7cdd86
|
README: cross out a few intrinsics for the TODO list
|
2016-08-11 02:12:01 -05:00 |
|
Jorge Aparicio
|
57a3f411dd
|
address second row of review
|
2016-08-11 01:45:48 -05:00 |
|
Jorge Aparicio
|
01a8a996b5
|
don't transmute in test
|
2016-08-11 01:42:34 -05:00 |
|
Jorge Aparicio
|
bcd525fe61
|
put div intrinsics in their own module + some docs
|
2016-08-11 01:26:27 -05:00 |
|
Jorge Aparicio
|
24344f1dca
|
refactor: use Int traits, words -> U64, fmt
|
2016-08-11 01:15:51 -05:00 |
|
Jorge Aparicio
|
d66ff75198
|
note about calling convention
|
2016-08-11 00:36:19 -05:00 |
|
Jorge Aparicio
|
6be47a3524
|
move return into if branches
|
2016-08-11 00:33:27 -05:00 |
|
Jorge Aparicio
|
6d663ebb9c
|
*mut T -> Option<&mut T>
|
2016-08-11 00:31:49 -05:00 |
|
Jorge Aparicio
|
4c93f05195
|
port __udivmodsi4, aeabi_uidivmod and udivsi3
also rewrite these last two new aeabi intrinsics as naked functions
|
2016-08-11 00:26:16 -05:00 |
|
Jorge Aparicio
|
2aaa38504f
|
and libc6-dev
|
2016-08-11 00:26:16 -05:00 |
|
Jorge Aparicio
|
003d4d1521
|
some targets need gcc to be installed
|
2016-08-11 00:26:16 -05:00 |
|
Jorge Aparicio
|
2eb2ac115d
|
port udivmoddi4 and __aeabi_uldivmod
|
2016-08-11 00:26:12 -05:00 |
|
Amanieu d'Antras
|
2880fd70ad
|
Add traits for integer operations
|
2016-08-11 05:38:11 +01:00 |
|
Jorge Aparicio
|
989cd751cc
|
ppc64: test on 32-bit QEMU
|
2016-08-10 13:01:22 -05:00 |
|
Jorge Aparicio
|
1d924aa047
|
mips: run test on 32-bit QEMU
cc #2
|
2016-08-10 11:50:41 -05:00 |
|
Jorge Aparicio
|
3d2573086f
|
libgcc_s dev version
|
2016-08-09 16:17:06 -05:00 |
|
Jorge Aparicio
|
f484596465
|
32-bit version of libgcc
|
2016-08-09 15:55:25 -05:00 |
|
Jorge Aparicio
|
4e6c1b1be3
|
add libgcc
|
2016-08-09 15:46:57 -05:00 |
|
Jorge Aparicio
|
57c1e1344e
|
put the target first
|
2016-08-09 15:37:51 -05:00 |
|
Jorge Aparicio
|
5e8812c574
|
use docker
|
2016-08-09 15:37:24 -05:00 |
|
Jorge Aparicio
|
a601cae4b4
|
use trusty
|
2016-08-09 12:43:41 -05:00 |
|
Jorge Aparicio
|
3aa17dec7a
|
CI: test i586-unknown-linux-gnu
|
2016-08-09 12:25:49 -05:00 |
|
Jorge Aparicio
|
d6acb778e4
|
fix bash syntax
|
2016-08-09 12:04:24 -05:00 |
|
Jorge Aparicio
|
b191b89e87
|
fix armv7
|
2016-08-09 11:53:49 -05:00 |
|
Jorge Aparicio
|
4d0da42b08
|
don't run tests on targets that have QEMU issues
cc #2
|
2016-08-09 11:49:55 -05:00 |
|
Jorge Aparicio
|
59a8ab6c87
|
CI: test mipsel-unknown-linux-gnu
|
2016-08-08 23:26:13 -05:00 |
|
Jorge Aparicio
|
e9f11c6f12
|
CI: test powerpc64-unknown-linux-gnu
|
2016-08-08 23:05:25 -05:00 |
|
Jorge Aparicio
|
04c097a6e3
|
allow failure
|
2016-08-08 22:47:37 -05:00 |
|
Jorge Aparicio
|
b458b43397
|
fix case syntax
|
2016-08-08 22:31:14 -05:00 |
|
Jorge Aparicio
|
cb83ffc7f7
|
CI: test mips-unknown-linux-gnu
|
2016-08-08 22:03:44 -05:00 |
|
Jorge Aparicio
|
808ff7d469
|
allow failure
|
2016-08-08 21:57:18 -05:00 |
|