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