summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-store-merging.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/82434jakub2017-10-061-10/+5
* [store-merging] Use store order as tie-breaker in sort_by_bitposktkachov2017-09-131-1/+3
* Turn SLOW_UNALIGNED_ACCESS into a target hookrsandifo2017-09-121-1/+1
* Make more use of int_mode_for_sizersandifo2017-09-051-1/+1
* gimple-ssa-store-merging.c: fix sort_by_bitposamonakov2017-07-201-3/+3
* Update comment in gimple-ssa-store-merging.cktkachov2017-07-141-2/+2
* Add default value for last argument of dump functions.marxin2017-05-161-5/+5
* PR tree-optimization/80079mpolacek2017-03-171-1/+1
* stabilize store mergingaoliva2017-03-161-16/+49
* PR tree-optimization/79737jakub2017-02-281-22/+25
* Update copyright years.jakub2017-01-011-1/+1
* PR tree-optimization/78436jakub2016-11-221-30/+19
* [2/2] Add store merging unit testsktkachov2016-11-081-0/+139
* [1/2] Fix off-by-one error in clear_bit_region in store merging (PR tree-opti...ktkachov2016-11-081-1/+1
* 2016-11-07 Richard Biener <rguenther@suse.de>rguenth2016-11-071-7/+9
* Fix for big-endian gcc.c-torture/execute/pr55750.cktkachov2016-11-021-1/+2
* 2016-11-02 Richard Biener <rguenther@suse.de>rguenth2016-11-021-9/+32
* 2016-11-02 Richard Biener <rguenther@suse.de>rguenth2016-11-021-87/+83
* PR tree-optimization/78170: Truncate sign-extended padding when encoding bitf...ktkachov2016-11-021-4/+14
* PR tree-optimization/78162: Reject negative offsets in store merging earlyktkachov2016-11-021-1/+1
* PR target/78148jakub2016-10-291-1/+1
* GIMPLE store merging passktkachov2016-10-281-0/+1471