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