Rev. | Time | Author |
---|---|---|
cb0047f devel/autopar_devel | 2020-07-03 00:17:32 | Giuliano Belinassi |
Implement new partitioning algorithm |
||
6e9a060 | 2020-07-01 09:16:31 | Giuliano Belinassi |
Add dump information to lto_max_no_alonevap_map |
||
f17ad98 | 2020-06-30 12:29:21 | Giuliano Belinassi |
Better handle statics. |
||
e778bf0 | 2020-06-25 06:17:54 | Giuliano Belinassi |
Merge small partitions. |
||
3fd18ee | 2020-06-24 08:48:01 | Giuliano Belinassi |
Run ipa passes when split_outputs |
||
35bfd2e | 2020-06-19 05:21:54 | Giuliano Belinassi |
Manage to get bootstrap to work. |
||
affffe8 | 2020-06-18 09:04:45 | Giuliano Belinassi |
Fix undefined reference when linking to libc |
||
3ec7662 | 2020-06-09 12:10:07 | Giuliano Belinassi |
Implement a new partitioning algorithm |
||
374ee31 | 2020-06-05 13:00:51 | Giuliano Belinassi |
Make libgcc compile |
||
735b626 | 2020-06-05 04:20:53 | Giuliano Belinassi |
Implement a new partitioner. |
||
7e9bf3c | 2020-06-04 05:27:03 | Giuliano Belinassi |
Manage to compile some programs |
||
1b05b41 | 2020-05-30 11:16:35 | Giuliano Belinassi |
Run partitioner after IPA. |
||
0b21709 | 2020-05-28 08:38:08 | Giuliano Belinassi |
Add test for driver |
||
6600738 | 2020-05-22 02:45:54 | Giuliano Belinassi |
Implement remaining cases |
||
9486636 | 2020-05-20 00:54:03 | Giuliano Belinassi |
Fix compilation with multiple -c |
||
ce9f7bc | 2020-05-19 11:18:08 | Giuliano Belinassi |
Queue up additional call to ld |
||
25fe346 | 2020-05-16 00:33:47 | Giuliano Belinassi |
Handle `as' calls when splitting asm output. |
||
dc1ede0 | 2020-05-16 00:15:34 | Giuliano Belinassi |
Revert "Handle `as' calls when splitting asm output." |
||
223f59d | 2020-05-15 10:05:31 | Giuliano Belinassi |
Handle `as' calls when splitting asm output. |
||
23a55a9 | 2020-05-13 08:40:45 | Giuliano Belinassi |
Open temporary output file on cc1* |
||
0fa420a | 2020-05-08 06:20:03 | Giuliano Belinassi |
Do not call append_arg_storer if -S is provided |
||
d523422 | 2020-05-08 01:38:42 | Giuliano Belinassi |
Append '-fsplit-output=' to all cc1 calls |
||
5269b24 | 2020-05-05 19:42:22 | Eric Botcazou |
Silence warning in LTO mode on VxWorks |
||
2badc98 | 2020-05-05 19:39:09 | Eric Botcazou |
Do not put incomplete CONSTRUCTORs into static memory |
||
0424a5e | 2020-05-05 19:35:05 | Richard Biener |
tree-optimization/94949 - fix load eliding in SM |
||
1bd3a8a | 2020-05-05 18:40:24 | Alex Coplan |
aarch64: eliminate redundant zero extend after bitwise negation |
||
144aee7 | 2020-05-05 18:36:47 | Jakub Jelinek |
match.pd: Canonicalize (x + (x << cst)) into (x * cst2) [PR94800] |
||
7f91620 | 2020-05-05 18:34:45 | Jakub Jelinek |
x86: Fix *vec_dupv4hi constraints [PR94942] |
||
6d938a5 | 2020-05-05 18:34:45 | Jakub Jelinek |
match.pd: Optimize (((type)A * B) >> prec) != 0 into __imag__ .MUL_OVERFLOW [PR94914] |
||
59e4474 | 2020-05-05 18:33:55 | Uros Bizjak |
i386: Use int_nonimmediate_operand more |