2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00
Commit Graph

470 Commits

Author SHA1 Message Date
7c00a53922 @R libnix make files are now build with m68k-amigaos-* binary names to enable make via command line 2017-05-07 17:52:45 +02:00
0b48001d43 @S gcc-6: @B opt_absolute now only touches insns with a valid mode. 2017-05-07 17:51:15 +02:00
dbda4df86b @S binutils-2.14: hack for maybe better linking... 2017-05-07 17:44:39 +02:00
ecd0dc93fb @S gcc-6: update from devel1 branch 2017-05-04 23:01:42 +02:00
879c539a9c @S gcc-6: @B fix NPE 2017-04-26 20:22:27 +02:00
0ffab8ccd4 @S gcc-6 @M merge upstream 2017-04-26 18:51:04 +02:00
3a69e611b0 @S gcc-6: @B fixed opt_const_cmp_to_sub 2017-04-26 17:50:47 +02:00
5ef1d7fb1a @S gcc-6: @I no longer using df functions to determine reg use. @B fixed propagate moves, @B fixed eliminate dead assignments 2017-04-26 11:44:09 +02:00
b4fbf34adb @S gcc-6: @B fix backward search at labels 2017-04-26 10:34:42 +02:00
7095e00b82 @S gcc-6: @B renaming is better again, test cases stil ok 2017-04-25 19:38:12 +02:00
334a27e2e3 @S gcc-6: @R add target 'amigaosvasm' from https://github.com/alpine9000/gcc 2017-04-25 12:42:50 +02:00
96c5c86b4e @S gcc-6: @B fix regrename... 2017-04-25 11:30:41 +02:00
dd62e0b90d @S gcc-6: @B fix handling of jumps/labels in opt_reg_rename 2017-04-24 23:56:10 +02:00
88a593d0df @S gcc-6 @B fix mregparm for function pointer calls 2017-04-24 01:08:15 +02:00
b9405e0d38 @S gcc-6 - various 2017-04-23 23:09:55 +02:00
e2e567e25f @S gcc-6: @B init insn_infos before running opt_strcpy 2017-04-23 13:38:33 +02:00
70acb8980b @S gcc-6: @R change template >> to > > for crappy compilers 2017-04-23 10:59:46 +02:00
ab25706e2f @S gcc-6: @B some fixes in opt_reg_rename 2017-04-23 10:57:43 +02:00
2b38746d05 @S gcc-6: @N own rename registers, @V 6.3.1c, @B various fixes 2017-04-23 00:29:55 +02:00
47f0b2cb78 @S gcc-6: @B modified clobber for regrename with regparm 2017-04-20 09:34:26 +02:00
b2a47ac2de @S gcc-6: @B ensure that clobbers for mregparm are not marked as REG_DEAD 2017-04-19 18:40:34 +02:00
bdbbc5f07a @S gcc-6: @B fix for 64bit builds 2017-04-19 14:41:14 +02:00
d6f3035b11 @S gcc-6: Fix for rename-registers + regparms 2017-04-19 13:46:04 +02:00
c0020262fb @S libnix fixes 2017-04-18 17:56:21 +02:00
12ea011256 @S gcc-6: add bebbo's optimizations, libnix: fix duplicate symbols 2017-04-14 18:42:02 +02:00
6111dac905 @B do not touch gcc prerequisites: isl, gmp, mpc, mpfr 2017-04-04 22:43:48 +02:00
371f53016e @S gcc-6: remove the optimization cause of side effects... 2017-03-30 11:30:08 +02:00
7d046d8bba @S gcc-6: fix for sometimes broken optimization 2017-03-29 18:09:02 +02:00
1c7e1f0db7 @B fix for non Cygwin 2017-03-28 23:34:33 +02:00
d28a74c1d4 @R enable build with 64 bit 2017-03-27 21:05:45 +02:00
f44384b54d @R added package install infos for CygWin and Ubuntu 2017-03-27 15:53:07 +02:00
701c64be35 @S libnix: @B parallelize bug 2017-03-27 14:15:43 +02:00
0b8e17fcf0 @B fix patch 2017-03-26 21:07:21 +02:00
4f5c9d8ead @R enable objc, @B fix building libstdc++v3 2017-03-26 20:51:23 +02:00
f9286fb848 @R patch ixemul headers to work with c++, objc 2017-03-26 20:48:17 +02:00
c3420e348e @S gcc-6: EH data to .text 2017-03-25 23:14:52 +01:00
4ffeec6038 @S libnix: inline stuff 2017-03-25 11:45:51 +01:00
96920af364 @R g++ is back. Added some more dependencies to rebuild automatically 2017-03-25 11:45:34 +01:00
745cf493eb @B fix compiler warnings 2017-03-25 11:43:19 +01:00
58a009b7db @B fix libnix headers 2017-03-24 17:28:32 +01:00
3a16faa822 @S gcc-6 / libnix: changes for c++ 2017-03-24 17:09:55 +01:00
0ec98dc566 @R allow multiple definitions for c++ example 2017-03-24 17:07:50 +01:00
20b8072f31 @S gcc-6: @B in combine 2017-03-23 16:13:55 +01:00
c4041ca7ce @B fix unpacking vdam68k 2017-03-23 10:50:20 +01:00
0ba9334463 @B fix merge issues 2017-03-23 10:10:34 +01:00
0ddd9401d5 @S binutils-2.14, @B fix merge for vdam68k 2017-03-22 23:41:51 +01:00
1edcee78ad @S binutils-2.14: @B fix buffer overrun 2017-03-22 21:51:49 +01:00
84baf5b0fc @M merge with upstream + fixes 2017-03-22 20:35:41 +01:00
34e8f02db1 @M upstream 5f77cdb9e4 2017-03-22 17:31:45 +01:00
8f19190db2 @N added xbuild - to build without updateing, also build checks now for changes and rebuilds submodules 2017-03-22 16:07:34 +01:00