summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-store-merging.c
AgeCommit message (Expand)Author
2017-11-13re PR tree-optimization/82954 (ICE in fold_binary_loc, at fold-const.c:9061)Jakub Jelinek
2017-11-10re PR tree-optimization/82929 (r254579 causes ICE: tree check: expected ssa_n...Jakub Jelinek
2017-11-10re PR bootstrap/82916 (gcc miscompiled during stagefeedback (PGO bootstrap))Jakub Jelinek
2017-11-09gimple-ssa-store-merging.c (struct store_immediate_info): Add bit_not_p field.Jakub Jelinek
2017-11-09gimple-ssa-store-merging.c (count_multiple_uses): New function.Jakub Jelinek
2017-11-08re PR tree-optimization/78821 (GCC7: Copying whole 32 bits structure field by...Jakub Jelinek
2017-11-06re PR tree-optimization/82838 (ICE in verify_ssa failed w/ store-merging)Jakub Jelinek
2017-11-03re PR tree-optimization/78821 (GCC7: Copying whole 32 bits structure field by...Jakub Jelinek
2017-11-01Add a fixed_size_mode classRichard Sandiford
2017-10-30re PR middle-end/22141 (Missing optimization when storing structures)Jakub Jelinek
2017-10-30re PR middle-end/22141 (Missing optimization when storing structures)Jakub Jelinek
2017-10-06re PR tree-optimization/82434 (-fstore-merging does not work reliably.)Jakub Jelinek
2017-09-13[store-merging] Use store order as tie-breaker in sort_by_bitposKyrylo Tkachov
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford
2017-07-20gimple-ssa-store-merging.c: fix sort_by_bitposAlexander Monakov
2017-07-14Update comment in gimple-ssa-store-merging.cKyrylo Tkachov
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-03-17re PR tree-optimization/80079 (Conditional jump or move depends on uninitiali...Marek Polacek
2017-03-16stabilize store mergingAlexandre Oliva
2017-02-28re PR tree-optimization/79737 (wrong code at -O2 and -O3 on x86_64-linux-gnu ...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-22re PR tree-optimization/78436 (incorrect write to larger-than-type bitfield (...Jakub Jelinek
2016-11-08[2/2] Add store merging unit testsKyrylo Tkachov
2016-11-08[1/2] Fix off-by-one error in clear_bit_region in store merging (PR tree-opti...Kyrylo Tkachov
2016-11-07re PR tree-optimization/78218 (wrong code at -Os and above on x86_64-linux-gn...Richard Biener
2016-11-02Fix for big-endian gcc.c-torture/execute/pr55750.cKyrylo Tkachov
2016-11-02gimple-ssa-store-merging.c: Include gimplify-me.h.Richard Biener
2016-11-02gimple-ssa-store-merging.c (struct store_immediate_info): Remove redundant va...Richard Biener
2016-11-02PR tree-optimization/78170: Truncate sign-extended padding when encoding bitf...Kyrylo Tkachov
2016-11-02PR tree-optimization/78162: Reject negative offsets in store merging earlyKyrylo Tkachov
2016-10-29re PR tree-optimization/78148 (r241649 causes -fcompare-debug failure on ppc6...Jakub Jelinek
2016-10-28GIMPLE store merging passKyrylo Tkachov