aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-store-merging.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17re PR tree-optimization/80079 (Conditional jump or move depends on uninitiali...Marek Polacek1-1/+1
2017-03-16stabilize store mergingAlexandre Oliva1-16/+49
2017-02-28re PR tree-optimization/79737 (wrong code at -O2 and -O3 on x86_64-linux-gnu ...Jakub Jelinek1-22/+25
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-22re PR tree-optimization/78436 (incorrect write to larger-than-type bitfield (...Jakub Jelinek1-30/+19
2016-11-08[2/2] Add store merging unit testsKyrylo Tkachov1-0/+139
2016-11-08[1/2] Fix off-by-one error in clear_bit_region in store merging (PR tree-opti...Kyrylo Tkachov1-1/+1
2016-11-07re PR tree-optimization/78218 (wrong code at -Os and above on x86_64-linux-gn...Richard Biener1-7/+9
2016-11-02Fix for big-endian gcc.c-torture/execute/pr55750.cKyrylo Tkachov1-1/+2
2016-11-02gimple-ssa-store-merging.c: Include gimplify-me.h.Richard Biener1-9/+32
2016-11-02gimple-ssa-store-merging.c (struct store_immediate_info): Remove redundant va...Richard Biener1-87/+83
2016-11-02PR tree-optimization/78170: Truncate sign-extended padding when encoding bitf...Kyrylo Tkachov1-4/+14
2016-11-02PR tree-optimization/78162: Reject negative offsets in store merging earlyKyrylo Tkachov1-1/+1
2016-10-29re PR tree-optimization/78148 (r241649 causes -fcompare-debug failure on ppc6...Jakub Jelinek1-1/+1
2016-10-28GIMPLE store merging passKyrylo Tkachov1-0/+1471