summaryrefslogtreecommitdiff
path: root/gcc/multiple_target.c
Commit message (Expand)AuthorAgeFilesLines
* Make target_clones resolver fn static if possible.Martin Liska2020-03-251-4/+0
* Make cgraph_edge::resolve-speculation staticMartin Jambor2020-01-091-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Remove cgraph_local_info structure.Martin Liska2019-10-301-2/+2
* New IPA-SRAMartin Jambor2019-09-201-3/+2
* Add to same comdate group only if set (PR middle-end/90899)Martin Liska2019-07-031-1/+2
* Do not allow target_clones with alias attr (PR lto/90500).Martin Liska2019-05-161-1/+4
* Handle multiple 'default' in target attribute (PR middle-end/89970).Martin Liska2019-04-121-13/+24
* re PR ipa/89684 (ICE in gsi_for_stmt, at gimple-iterator.c:613)Jakub Jelinek2019-03-141-5/+9
* Reset proper type on vector types (PR middle-end/88587).Martin Liska2019-01-181-22/+14
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov2018-10-301-4/+4
* Redirect call within specific target attribute among MV clones (PR ipa/82625).Martin Liska2018-10-041-0/+51
* Add support for grouping of related diagnostics (PR other/84889)David Malcolm2018-08-201-0/+1
* Make redirection only for target_clones: V3 (PR ipa/85329).Martin Liska2018-04-171-14/+41
* Redirect reference in the symbol table (PR ipa/84833).Martin Liska2018-03-161-0/+4
* Properly redirect alias for MVC (PR ipa/84722).Martin Liska2018-03-161-0/+7
* re PR middle-end/84723 (ICE in create_target_clone, at multiple_target.c:275)Jakub Jelinek2018-03-071-0/+18
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Fix removal of ifunc (PR ipa/81214).Martin Liska2017-06-301-32/+32
* re PR ipa/81238 (Target clone support does not make default clone static.)Michael Meissner2017-06-281-0/+1
* re PR ipa/81185 (Target clones support generates awkward names)Michael Meissner2017-06-231-1/+2
* Fix multi-versioning issues (PR ipa/80732).Martin Liska2017-06-191-32/+83
* Do not ICE on an invalid input for MV.Martin Liska2017-03-141-4/+1
* Verify that target can create a dispatcher call (PR target/79892).Martin Liska2017-03-141-0/+7
* Fix multiple target clones nodes (PR lto/66295).Martin Liska2017-03-141-0/+1
* Simplify creation of target_clones (PR lto/66295)Martin Liska2017-02-031-61/+10
* [bootstrap-O1] add initializers to avoid warnings at -O1Alexandre Oliva2017-01-051-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR middle-end/78419 (ICE with target_clone on invalid target)Jakub Jelinek2016-11-181-36/+32
* * multiple_target.c (pass_data_dispatcher_calls): Fix typo.David Edelsohn2016-08-251-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* multiple_target.c (create_dispatcher_calls): Add target check on ifunc.Evgeny Stupachenko2015-11-031-0/+12
* Makefile.in (OBJS): Add multiple_target.o.Evgeny Stupachenko2015-10-301-0/+437