aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-store-merging.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-31store-merging: Allow enums during bswap recognition [PR94403]Jakub Jelinek1-1/+2
2020-03-20store-merging: Fix up -fnon-call-exceptions handling [PR94224]Jakub Jelinek1-1/+3
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-02-26store-merging: Fix coalesce_immediate_stores [PR93820]Jakub Jelinek1-10/+17
2020-02-13sccvn: Handle bitfields in vn_reference_lookup_3 [PR93582]Jakub Jelinek1-66/+6
2020-01-102020-01-10 Richard Biener <rguenther@suse.de>Richard Biener1-3/+8
2020-01-09re PR tree-optimization/93040 (gcc doesn't optimize unaligned accesses to a 1...Richard Biener1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-4/+4
2019-11-08re PR target/92038 (Extremely inefficient x86_64 code for trivally copyable t...Jakub Jelinek1-27/+165
2019-10-02tree-eh.h (unsplit_eh_edges): Declare.Eric Botcazou1-86/+270
2019-09-18Come up with debug counter for store-merging.Martin Liska1-1/+3
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-10/+10
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-5/+10
2019-05-06re PR tree-optimization/88709 (Improve store-merging)Jakub Jelinek1-21/+120
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-1/+1
2019-04-30Remove unintended part of r270680 commit.Jakub Jelinek1-46/+7
2019-04-30re PR tree-optimization/89475 (Teach ccp about __builtin_bswap{16,32,64})Jakub Jelinek1-7/+46
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-05re PR tree-optimization/87859 (store-merging miscompilation of mesa)Jakub Jelinek1-35/+96
2018-11-01re PR tree-optimization/87826 (ubsan: gimple-ssa-store-merging.c:281)Jakub Jelinek1-1/+3
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-2/+2
2018-09-21re PR tree-optimization/86990 (wrong code at -O2 on x86_64-linux-gnu in 64-bi...Eric Botcazou1-4/+13
2018-09-12re PR tree-optimization/86844 (wrong code caused by store merging pass)Jakub Jelinek1-8/+73
2018-07-12re PR tree-optimization/86492 (store-merging wrong-code)Jakub Jelinek1-5/+8
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-3/+3
2018-06-06re PR tree-optimization/86066 (wrong code for bit-field manipulation at -Os)Eric Botcazou1-1/+4
2018-06-04gimple-ssa-store-merging.c (struct merged_store_group): Move up bit_insertion...Eric Botcazou1-21/+76
2018-06-03re PR tree-optimization/86034 (wrong code for bit-field manipulation at -Os)Eric Botcazou1-4/+10
2018-06-01gimple-ssa-store-merging.c: Include gimple-fold.h.Eric Botcazou1-73/+170
2018-05-04bb-reorder.c (sanitize_hot_paths): Release hot_bbs_to_check.Richard Biener1-3/+6
2018-03-21re PR tree-optimization/84982 (logically inverting bools into local array res...Jakub Jelinek1-3/+38
2018-03-19re PR tree-optimization/84946 (UBSAN: in mem_valid_for_store_merging ../../gc...Jakub Jelinek1-1/+2
2018-02-22re PR tree-optimization/84503 (store-merging miscompilation on powerpc64 with...Jakub Jelinek1-21/+77
2018-01-16re PR tree-optimization/83843 (wrong code at -O2)Jakub Jelinek1-0/+9
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-2/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: find_bswap_or_nop_loadRichard Sandiford1-14/+10
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-4/+4
2017-12-20poly_int: store mergingRichard Sandiford1-72/+80
2017-12-20poly_int: symbolic_numberRichard Sandiford1-9/+13
2017-12-02re PR tree-optimization/83170 (ICE: Segmentation fault - during GIMPLE pass: ...Jakub Jelinek1-3/+12
2017-12-01re PR tree-optimization/83233 (gimple-ssa-store-merging.c:183:3: warning: unn...Jakub Jelinek1-1/+1
2017-11-21re PR tree-optimization/83086 (valgrind error in gimple-ssa-store-merging.c f...Jakub Jelinek1-1/+1
2017-11-21re PR tree-optimization/83047 (glibc/crypt/crypt_util.c gets miscompiled)Jakub Jelinek1-1/+24
2017-11-20re PR tree-optimization/78821 (GCC7: Copying whole 32 bits structure field by...Jakub Jelinek1-118/+618
2017-11-20tree-ssa-math-opts.c (nop_stats, [...]): Moved to ...Jakub Jelinek1-4/+1078
2017-11-13re PR tree-optimization/78821 (GCC7: Copying whole 32 bits structure field by...Jakub Jelinek1-18/+104
2017-11-13re PR tree-optimization/82954 (ICE in fold_binary_loc, at fold-const.c:9061)Jakub Jelinek1-4/+6