Commit Graph

1153 Commits

Author SHA1 Message Date
Anthony Green
1f99701fad Make tests compile/run standalone 2018-03-17 22:49:58 -04:00
Anthony Green
d974207cd6 Formatting fixes. Add 'bug fixes' note. 2018-03-17 09:03:42 -04:00
Anthony Green
a33bfa9b12 xfail unwind tests for moxie 2018-03-17 07:17:24 -04:00
Anthony Green
8bf0548143 Install moxie libstdc++ 2018-03-16 23:54:28 -04:00
Anthony Green
84b383eda6 Install moxie-elf-g++ 2018-03-16 23:36:51 -04:00
Anthony Green
6a801d042a Fix closure case where 8-byte value is partially passed in register. Fixes cls_many_mixed_float_double test case. 2018-03-16 17:53:33 -04:00
Anthony Green
0f0ba9e0ec Run dejagnu's runtest with -a option to prevent travis timeouts after 10min 2018-03-16 07:28:33 -04:00
Anthony Green
725454196a fix .travis.yml 2018-03-15 08:17:18 -04:00
Anthony Green
d71051c46a fix .travis.yml 2018-03-14 21:21:06 -04:00
Anthony Green
e86aa54ce3 fix .travis.yml 2018-03-14 21:00:55 -04:00
Anthony Green
5b538ed61f fix .travis.yml 2018-03-14 20:32:00 -04:00
Anthony Green
6ed64a7953 fix .travis.yml 2018-03-14 20:22:33 -04:00
Anthony Green
90809e928f fix .travis.yml 2018-03-14 14:09:39 -04:00
Anthony Green
85e4c62351 fix .travis.yml 2018-03-14 13:47:27 -04:00
Anthony Green
aa8a5ec4a4 fix .travis.yml 2018-03-14 13:25:04 -04:00
Anthony Green
7c3e5da401 fix .travis.yml 2018-03-14 13:07:04 -04:00
Anthony Green
19aec19893 Fix travis.yml 2018-03-14 12:40:58 -04:00
Anthony Green
bf337b0709 yaml syntax error fix 2018-03-14 12:15:04 -04:00
Anthony Green
076d5a987e markdown fixes 2018-03-14 11:13:32 -04:00
Anthony Green
d2f7e788ae Fix test cases with short results 2018-03-14 09:06:38 -04:00
Anthony Green
18fe190068 Debug travis output 2018-03-14 08:02:10 -04:00
Anthony Green
718a4177f2 test 2018-03-14 07:40:53 -04:00
Anthony Green
486c34b65d debug 2018-03-13 23:31:18 -04:00
Anthony Green
00464aa520 debug 2018-03-13 23:30:52 -04:00
Anthony Green
eb0544d0d4 Debug env 2018-03-13 23:20:15 -04:00
Anthony Green
9d5bd29d8d Refactor 2018-03-13 23:07:10 -04:00
Anthony Green
52a364d769 fix moxie build 2018-03-13 22:49:48 -04:00
Anthony Green
1a32b3f146 fix moxie build 2018-03-13 22:44:13 -04:00
Anthony Green
e8958c3a64 revert test 2018-03-13 22:36:41 -04:00
Anthony Green
58315ae125 test 2018-03-13 22:35:50 -04:00
Anthony Green
6239c28741 Add experimental moxie travis build 2018-03-13 22:13:44 -04:00
Anthony Green
01db31d94e Update moxie sub opcode 2018-03-13 20:41:55 -04:00
Anthony Green
e8f5a43033 Fix appveyor badge 2018-03-13 09:27:00 -04:00
Anthony Green
d1689dd3bf Fix travis badge. Add REAME.md to dist files 2018-03-13 09:24:37 -04:00
Anthony Green
785351fbc2 Preformat release notes 2018-03-13 09:21:49 -04:00
Anthony Green
8c7fbd1616 Preformat release notes 2018-03-13 09:20:44 -04:00
Anthony Green
54f31b0056 Try to fix table 2018-03-13 09:17:57 -04:00
Anthony Green
3a29a27a86 Clean up markdown table 2018-03-13 09:14:40 -04:00
Anthony Green
fbfc3b048f Move to markdown 2018-03-13 09:12:21 -04:00
Anthony Green
a31d3d3ba6 Add travis and appveyor build badges 2018-03-13 09:11:24 -04:00
Anthony Green
16313cb274 Support compiler specific warning suppression flags 2018-03-13 08:52:30 -04:00
Anthony Green
cca6d1fb54 Support compiler specific warning suppression flags 2018-03-13 08:51:34 -04:00
Anthony Green
9291f941c2 Add bhaible's missing Makefile 2018-03-13 08:37:21 -04:00
Anthony Green
bede01d82e Remove stray directory 2018-03-13 07:53:33 -04:00
Anthony Green
9aefbb1031 Update version number to next pre-release 2018-03-13 07:51:02 -04:00
Anthony Green
ddf7a8f751 Update test list for dist 2018-03-13 07:47:57 -04:00
Anthony Green
6186261cb3 Add Bruno Haible and Bill Triggs' libffi testsuite 2018-03-12 21:53:18 -04:00
Anthony Green
4e8f79d558 Next release will be 3.3 2018-03-11 18:21:46 -04:00
Stef O'Rear
3840d49aaa New RISC-V port (#281)
* Add RISC-V support

This patch adds support for the RISC-V architecture (https://riscv.org).

This patch has been tested using QEMU user-mode emulation and GCC 7.2.0
in the following configurations:

* -march=rv32imac -mabi=ilp32
* -march=rv32g -mabi=ilp32d
* -march=rv64imac -mabi=lp64
* -march=rv64g -mabi=lp64d

The ABI currently can be found at
https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md .

* Add RISC-V to README

* RISC-V: fix configure.host
2018-03-11 08:55:15 -04:00
Anthony Green
dca52b55bc Merge pull request #406 from trofi/master
ia64: fix variadic function closures with FP arguments
2018-03-11 08:50:01 -04:00