aboutsummaryrefslogtreecommitdiff
path: root/gcc/multiple_target.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov1-4/+4
2018-10-04Redirect call within specific target attribute among MV clones (PR ipa/82625).Martin Liska1-0/+51
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
2018-04-17Make redirection only for target_clones: V3 (PR ipa/85329).Martin Liska1-14/+41
2018-03-16Redirect reference in the symbol table (PR ipa/84833).Martin Liska1-0/+4
2018-03-16Properly redirect alias for MVC (PR ipa/84722).Martin Liska1-0/+7
2018-03-07re PR middle-end/84723 (ICE in create_target_clone, at multiple_target.c:275)Jakub Jelinek1-0/+18
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-30Fix removal of ifunc (PR ipa/81214).Martin Liska1-32/+32
2017-06-28re PR ipa/81238 (Target clone support does not make default clone static.)Michael Meissner1-0/+1
2017-06-23re PR ipa/81185 (Target clones support generates awkward names)Michael Meissner1-1/+2
2017-06-19Fix multi-versioning issues (PR ipa/80732).Martin Liska1-32/+83
2017-03-14Do not ICE on an invalid input for MV.Martin Liska1-4/+1
2017-03-14Verify that target can create a dispatcher call (PR target/79892).Martin Liska1-0/+7
2017-03-14Fix multiple target clones nodes (PR lto/66295).Martin Liska1-0/+1
2017-02-03Simplify creation of target_clones (PR lto/66295)Martin Liska1-61/+10
2017-01-05[bootstrap-O1] add initializers to avoid warnings at -O1Alexandre Oliva1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18re PR middle-end/78419 (ICE with target_clone on invalid target)Jakub Jelinek1-36/+32
2016-08-25* multiple_target.c (pass_data_dispatcher_calls): Fix typo.David Edelsohn1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-03multiple_target.c (create_dispatcher_calls): Add target check on ifunc.Evgeny Stupachenko1-0/+12
2015-10-30Makefile.in (OBJS): Add multiple_target.o.Evgeny Stupachenko1-0/+437