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