Commit Graph
480 Commits
Author SHA1 Message Date
bebbo 63095d7ef4 @S gcc-6: merge with upstream, bbb-opt bug fixes 2017-05-17 21:00:48 +02:00
bebbo 2ad6dea02c @S gcc-6: @B analyze jump_tables for correct flow analysis, fix opt_absolute 2017-05-17 13:59:30 +02:00
bebbo 24286672ad @S gcc-6: fix handling of register params 2017-05-16 13:02:08 +02:00
bebbo bc53e553d0 @S gcc-6: @B #19 2017-05-15 22:22:37 +02:00
bebbo a7cd3490d8 @M gcc-6 - bug fixes from devel1 2017-05-15 18:10:36 +02:00
bebbo 80c0f7229e @merge from devel1 2017-05-15 13:10:38 +02:00
bebbo 736616de2a @S gcc-6: @B fix #20: handle subrge/strict_low_part in (b) 2017-05-15 11:07:10 +02:00
bebbo 8102bc094c @S gcc-6: @B exclude some operations and compares in opt_absolute() 2017-05-13 23:34:58 +02:00
bebbo 456b7f83c4 @S gcc-6: bug fixes 2017-05-13 23:08:28 +02:00
bebbo 2f9ba9f829 @B fix build libgcc before libnix 2017-05-13 12:36:12 +02:00
bebbo 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
bebbo 0b48001d43 @S gcc-6: @B opt_absolute now only touches insns with a valid mode. 2017-05-07 17:51:15 +02:00
bebbo dbda4df86b @S binutils-2.14: hack for maybe better linking... 2017-05-07 17:44:39 +02:00
bebbo ecd0dc93fb @S gcc-6: update from devel1 branch 2017-05-04 23:01:42 +02:00
bebbo 879c539a9c @S gcc-6: @B fix NPE 2017-04-26 20:22:27 +02:00
bebbo 0ffab8ccd4 @S gcc-6 @M merge upstream 2017-04-26 18:51:04 +02:00
bebbo 3a69e611b0 @S gcc-6: @B fixed opt_const_cmp_to_sub 2017-04-26 17:50:47 +02:00
bebbo 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
bebbo b4fbf34adb @S gcc-6: @B fix backward search at labels 2017-04-26 10:34:42 +02:00
bebbo 7095e00b82 @S gcc-6: @B renaming is better again, test cases stil ok 2017-04-25 19:38:12 +02:00
bebbo 334a27e2e3 @S gcc-6: @R add target 'amigaosvasm' from https://github.com/alpine9000/gcc 2017-04-25 12:42:50 +02:00
bebbo 96c5c86b4e @S gcc-6: @B fix regrename... 2017-04-25 11:30:41 +02:00
bebbo dd62e0b90d @S gcc-6: @B fix handling of jumps/labels in opt_reg_rename 2017-04-24 23:56:10 +02:00
bebbo 88a593d0df @S gcc-6 @B fix mregparm for function pointer calls 2017-04-24 01:08:15 +02:00
bebbo b9405e0d38 @S gcc-6 - various 2017-04-23 23:09:55 +02:00
bebbo e2e567e25f @S gcc-6: @B init insn_infos before running opt_strcpy 2017-04-23 13:38:33 +02:00
bebbo 70acb8980b @S gcc-6: @R change template >> to > > for crappy compilers 2017-04-23 10:59:46 +02:00
bebbo ab25706e2f @S gcc-6: @B some fixes in opt_reg_rename 2017-04-23 10:57:43 +02:00
bebbo 2b38746d05 @S gcc-6: @N own rename registers, @V 6.3.1c, @B various fixes 2017-04-23 00:29:55 +02:00
bebbo 47f0b2cb78 @S gcc-6: @B modified clobber for regrename with regparm 2017-04-20 09:34:26 +02:00
bebbo b2a47ac2de @S gcc-6: @B ensure that clobbers for mregparm are not marked as REG_DEAD 2017-04-19 18:40:34 +02:00
bebbo bdbbc5f07a @S gcc-6: @B fix for 64bit builds 2017-04-19 14:41:14 +02:00
bebbo d6f3035b11 @S gcc-6: Fix for rename-registers + regparms 2017-04-19 13:46:04 +02:00
bebbo c0020262fb @S libnix fixes 2017-04-18 17:56:21 +02:00
bebbo 12ea011256 @S gcc-6: add bebbo's optimizations, libnix: fix duplicate symbols 2017-04-14 18:42:02 +02:00
bebbo 6111dac905 @B do not touch gcc prerequisites: isl, gmp, mpc, mpfr 2017-04-04 22:43:48 +02:00
bebbo 371f53016e @S gcc-6: remove the optimization cause of side effects... 2017-03-30 11:30:08 +02:00
bebbo 7d046d8bba @S gcc-6: fix for sometimes broken optimization 2017-03-29 18:09:02 +02:00
bebbo 1c7e1f0db7 @B fix for non Cygwin 2017-03-28 23:34:33 +02:00
bebbo d28a74c1d4 @R enable build with 64 bit 2017-03-27 21:05:45 +02:00
bebbo f44384b54d @R added package install infos for CygWin and Ubuntu 2017-03-27 15:53:07 +02:00
bebbo 701c64be35 @S libnix: @B parallelize bug 2017-03-27 14:15:43 +02:00
bebbo 0b8e17fcf0 @B fix patch 2017-03-26 21:07:21 +02:00
bebbo 4f5c9d8ead @R enable objc, @B fix building libstdc++v3 2017-03-26 20:51:23 +02:00
bebbo f9286fb848 @R patch ixemul headers to work with c++, objc 2017-03-26 20:48:17 +02:00
bebbo c3420e348e @S gcc-6: EH data to .text 2017-03-25 23:14:52 +01:00
bebbo 4ffeec6038 @S libnix: inline stuff 2017-03-25 11:45:51 +01:00
bebbo 96920af364 @R g++ is back. Added some more dependencies to rebuild automatically 2017-03-25 11:45:34 +01:00
bebbo 745cf493eb @B fix compiler warnings 2017-03-25 11:43:19 +01:00
bebbo 58a009b7db @B fix libnix headers 2017-03-24 17:28:32 +01:00