Age | Commit message (Expand) | Author | Files | Lines |
2020-06-26 | Fix target clone indirection elimination | Yichao Yu | 1 | -2/+4 |
2020-03-25 | Make target_clones resolver fn static if possible. | Martin Liska | 1 | -4/+0 |
2020-01-09 | Make cgraph_edge::resolve-speculation static | Martin Jambor | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-30 | Remove cgraph_local_info structure. | Martin Liska | 1 | -2/+2 |
2019-09-20 | New IPA-SRA | Martin Jambor | 1 | -3/+2 |
2019-07-03 | Add to same comdate group only if set (PR middle-end/90899) | Martin Liska | 1 | -1/+2 |
2019-05-16 | Do not allow target_clones with alias attr (PR lto/90500). | Martin Liska | 1 | -1/+4 |
2019-04-12 | Handle multiple 'default' in target attribute (PR middle-end/89970). | Martin Liska | 1 | -13/+24 |
2019-03-14 | re PR ipa/89684 (ICE in gsi_for_stmt, at gimple-iterator.c:613) | Jakub Jelinek | 1 | -5/+9 |
2019-01-18 | Reset proper type on vector types (PR middle-end/88587). | Martin Liska | 1 | -22/+14 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-30 | Avoid unnecessarily numbering cloned symbols. | Michael Ploujnikov | 1 | -4/+4 |
2018-10-04 | Redirect call within specific target attribute among MV clones (PR ipa/82625). | Martin Liska | 1 | -0/+51 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -0/+1 |
2018-04-17 | Make redirection only for target_clones: V3 (PR ipa/85329). | Martin Liska | 1 | -14/+41 |
2018-03-16 | Redirect reference in the symbol table (PR ipa/84833). | Martin Liska | 1 | -0/+4 |
2018-03-16 | Properly redirect alias for MVC (PR ipa/84722). | Martin Liska | 1 | -0/+7 |
2018-03-07 | re PR middle-end/84723 (ICE in create_target_clone, at multiple_target.c:275) | Jakub Jelinek | 1 | -0/+18 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-06-30 | Fix removal of ifunc (PR ipa/81214). | Martin Liska | 1 | -32/+32 |
2017-06-28 | re PR ipa/81238 (Target clone support does not make default clone static.) | Michael Meissner | 1 | -0/+1 |
2017-06-23 | re PR ipa/81185 (Target clones support generates awkward names) | Michael Meissner | 1 | -1/+2 |
2017-06-19 | Fix multi-versioning issues (PR ipa/80732). | Martin Liska | 1 | -32/+83 |
2017-03-14 | Do not ICE on an invalid input for MV. | Martin Liska | 1 | -4/+1 |
2017-03-14 | Verify that target can create a dispatcher call (PR target/79892). | Martin Liska | 1 | -0/+7 |
2017-03-14 | Fix multiple target clones nodes (PR lto/66295). | Martin Liska | 1 | -0/+1 |
2017-02-03 | Simplify creation of target_clones (PR lto/66295) | Martin Liska | 1 | -61/+10 |
2017-01-05 | [bootstrap-O1] add initializers to avoid warnings at -O1 | Alexandre Oliva | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-18 | re PR middle-end/78419 (ICE with target_clone on invalid target) | Jakub Jelinek | 1 | -36/+32 |
2016-08-25 | * multiple_target.c (pass_data_dispatcher_calls): Fix typo. | David Edelsohn | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-03 | multiple_target.c (create_dispatcher_calls): Add target check on ifunc. | Evgeny Stupachenko | 1 | -0/+12 |
2015-10-30 | Makefile.in (OBJS): Add multiple_target.o. | Evgeny Stupachenko | 1 | -0/+437 |