Amanieu d'Antras
|
97217e3ad9
|
Fix inline assembly to work on ARMv6-M
|
2016-08-13 17:29:38 +01:00 |
Jorge Aparicio
|
7ac5155ba6
|
Merge pull request #30 from Amanieu/various
Various changes
|
2016-08-13 11:09:44 -05:00 |
Amanieu d'Antras
|
acceaa95f1
|
Various changes
|
2016-08-13 09:56:40 +01:00 |
Amanieu d'Antras
|
0a0a8f37c9
|
Remove the absv implementation, it isn't needed by Rust
|
2016-08-13 09:54:58 +01:00 |
Jorge Aparicio
|
d546f18756
|
README: cross out a few intrinsics for the TODO list
|
2016-08-11 02:12:01 -05:00 |
Jorge Aparicio
|
4ab44652e8
|
Merge pull request #25 from japaric/udivmoddi4
port udivmoddi4 and __aeabi_uldivmod
|
2016-08-11 02:08:27 -05:00 |
Jorge Aparicio
|
79e8fa8787
|
appveyor: inspect binaries
|
2016-08-11 01:52:48 -05:00 |
Jorge Aparicio
|
eb206842f2
|
address second row of review
|
2016-08-11 01:45:48 -05:00 |
Jorge Aparicio
|
1c22269948
|
don't transmute in test
|
2016-08-11 01:42:34 -05:00 |
Jorge Aparicio
|
3ff25d956a
|
put div intrinsics in their own module + some docs
|
2016-08-11 01:26:27 -05:00 |
Jorge Aparicio
|
a84579d3c1
|
refactor: use Int traits, words -> U64, fmt
|
2016-08-11 01:15:51 -05:00 |
Jorge Aparicio
|
d6be95a3bb
|
note about calling convention
|
2016-08-11 00:36:19 -05:00 |
Jorge Aparicio
|
a2fc4da7a5
|
move return into if branches
|
2016-08-11 00:33:27 -05:00 |
Jorge Aparicio
|
0915e15c9a
|
*mut T -> Option<&mut T>
|
2016-08-11 00:31:49 -05:00 |
Jorge Aparicio
|
cc9d3e8e5f
|
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
|
39ede7ee27
|
and libc6-dev
|
2016-08-11 00:26:16 -05:00 |
Jorge Aparicio
|
732f1e20af
|
some targets need gcc to be installed
|
2016-08-11 00:26:16 -05:00 |
Jorge Aparicio
|
950564607d
|
port udivmoddi4 and __aeabi_uldivmod
|
2016-08-11 00:26:12 -05:00 |
Jorge Aparicio
|
c4142ed777
|
Merge pull request #26 from Amanieu/int_trait
Add traits for integer operations
|
2016-08-10 23:47:21 -05:00 |
Amanieu d'Antras
|
8a94b69d85
|
Add traits for integer operations
|
2016-08-11 05:38:11 +01:00 |
Jorge Aparicio
|
1c9c2b4452
|
Merge pull request #24 from japaric/ppc64
ppc64: test on 32-bit QEMU
|
2016-08-10 13:20:30 -05:00 |
Jorge Aparicio
|
c6f0124540
|
ppc64: test on 32-bit QEMU
|
2016-08-10 13:01:22 -05:00 |
Jorge Aparicio
|
3141bab745
|
Merge pull request #23 from japaric/mips
mips: run test on 32-bit QEMU
|
2016-08-10 12:33:58 -05:00 |
Jorge Aparicio
|
67ed0e4553
|
mips: run test on 32-bit QEMU
cc #2
|
2016-08-10 11:50:41 -05:00 |
Jorge Aparicio
|
5a1eee91a0
|
Merge pull request #22 from japaric/i586
CI: test i586-unknown-linux-gnu
|
2016-08-09 16:29:25 -05:00 |
Jorge Aparicio
|
93d2342318
|
libgcc_s dev version
|
2016-08-09 16:17:06 -05:00 |
Jorge Aparicio
|
b409422782
|
32-bit version of libgcc
|
2016-08-09 15:55:25 -05:00 |
Jorge Aparicio
|
aeb057cc57
|
add libgcc
|
2016-08-09 15:46:57 -05:00 |
Jorge Aparicio
|
ab8927ca57
|
put the target first
|
2016-08-09 15:37:51 -05:00 |
Jorge Aparicio
|
8c029ed1b4
|
use docker
|
2016-08-09 15:37:24 -05:00 |
Jorge Aparicio
|
b0e5d13e2f
|
use trusty
|
2016-08-09 12:43:41 -05:00 |
Jorge Aparicio
|
aee4420ed6
|
CI: test i586-unknown-linux-gnu
|
2016-08-09 12:25:49 -05:00 |
Jorge Aparicio
|
8330a131ef
|
Merge pull request #21 from japaric/qemu
don't run tests on targets that have QEMU issues
|
2016-08-09 12:23:12 -05:00 |
Jorge Aparicio
|
ff334e9b89
|
fix bash syntax
|
2016-08-09 12:04:24 -05:00 |
Jorge Aparicio
|
d13ff6d710
|
fix armv7
|
2016-08-09 11:53:49 -05:00 |
Jorge Aparicio
|
09935e24eb
|
don't run tests on targets that have QEMU issues
cc #2
|
2016-08-09 11:49:55 -05:00 |
Jorge Aparicio
|
c30556529a
|
Merge pull request #20 from japaric/mipsel
CI: test mipsel-unknown-linux-gnu
|
2016-08-09 06:38:34 -05:00 |
Jorge Aparicio
|
a4f06b9a8e
|
CI: test mipsel-unknown-linux-gnu
|
2016-08-08 23:26:13 -05:00 |
Jorge Aparicio
|
9e1f7ba139
|
Merge pull request #19 from japaric/ppc64
CI: test powerpc64-unknown-linux-gnu
|
2016-08-08 23:24:13 -05:00 |
Jorge Aparicio
|
0c7f25bdbd
|
CI: test powerpc64-unknown-linux-gnu
|
2016-08-08 23:05:25 -05:00 |
Jorge Aparicio
|
419a2937dc
|
Merge pull request #7 from japaric/mips
CI: test mips-unknown-linux-gnu
|
2016-08-08 22:54:38 -05:00 |
Jorge Aparicio
|
b76f5e217b
|
allow failure
|
2016-08-08 22:47:37 -05:00 |
Jorge Aparicio
|
ed068e6728
|
fix case syntax
|
2016-08-08 22:31:14 -05:00 |
Jorge Aparicio
|
edbde8c2ea
|
CI: test mips-unknown-linux-gnu
|
2016-08-08 22:03:44 -05:00 |
Jorge Aparicio
|
7e04b20c48
|
Merge pull request #18 from japaric/ppc64le
CI: test powerpc64le-unknown-linux-gnu
|
2016-08-08 21:57:32 -05:00 |
Jorge Aparicio
|
42922d26af
|
allow failure
|
2016-08-08 21:57:18 -05:00 |
Jorge Aparicio
|
2485284910
|
fix target name in case
|
2016-08-08 21:49:31 -05:00 |
Jorge Aparicio
|
4b07c4bfb9
|
fix package name
|
2016-08-08 21:46:24 -05:00 |
Jorge Aparicio
|
9494d8f925
|
put first in the queue
|
2016-08-08 21:43:13 -05:00 |
Jorge Aparicio
|
e7c9550447
|
no sudo
|
2016-08-08 21:43:01 -05:00 |