summaryrefslogtreecommitdiff
path: root/gcc/tree-predcom.c
AgeCommit message (Expand)Author
2020-01-28predcom: Fix invalid store-store commoning [PR93434]Richard Sandiford
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-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-30tree-predcom.c (is_inv_store_elimination_chain): Fix a typo - lenght to length.Jakub Jelinek
2019-02-01re PR tree-optimization/88932 (ICE: verify_ssa failed (Error: definition in b...Bin Cheng
2019-01-01Update copyright years.Jakub Jelinek
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm
2018-01-12Handle polynomial DR_INITRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: aff_treeRichard Sandiford
2017-11-20tree-predcom.c: Add general comment on Store-Store chains.Bin Cheng
2017-11-20* tree-predcom.c (add_ref_to_chain): Remove check on distance.Bin Cheng
2017-11-15re PR tree-optimization/82726 (ICE in verify_ssa during GIMPLE pass: pcom)Bin Cheng
2017-11-15re PR tree-optimization/82726 (ICE in verify_ssa during GIMPLE pass: pcom)Bin Cheng
2017-11-10tree-predcom.c (determine_roots_comp): Avoid memory leak by freeing reference...Bin Cheng
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-08-08re PR tree-optimization/81744 (ICE: verify_ssa failed, at tree-ssa.c:1186)Bin Cheng
2017-08-01re PR tree-optimization/81627 (ICE on valid code at -O3: in check_loop_closed...Bin Cheng
2017-08-01re PR tree-optimization/81620 (ICE in is_inv_store_elimination_chain, at tree...Bin Cheng
2017-07-28tree-predcom.c: (struct chain): Handle store-store chain in which stores for ...Bin Cheng
2017-07-28tree-predcom.c: Revise general description of the pass.Bin Cheng
2017-07-28tree-predcom.c (initialize_root): Delete.Bin Cheng
2017-07-28tree-predcom.c (ref_at_iteration): Add parameter NITERS.Bin Cheng
2017-07-28tree-predcom.c (struct chain): New field init_seq.Bin Cheng
2017-07-28* tree-predcom.c (determine_roots_comp): Skip trivial components.Bin Cheng
2017-07-03Make dr_analyze_innermost operate on innermost_loop_behaviorRichard Sandiford
2017-05-14use auto_bitmap moreTrevor Saunders
2017-02-23re PR tree-optimization/79663 (r244815 causes 10% regression for spec1k/172.m...Bin Cheng
2017-01-23re PR tree-optimization/70754 (ICE during predictive commoning)Bin Cheng
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13tree-predcom.c (tree_predictive_commoning_loop): Skip loop that only iterates...Bin Cheng
2016-08-12re PR tree-optimization/71083 (Unaligned bit-field address when predictive co...Bernd Edlinger
2016-08-11re PR tree-optimization/71083 (Unaligned bit-field address when predictive co...Bernd Edlinger
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-02-18re PR tree-optimization/65063 (gcc.dg/vect/vect-double-reduc-6.c FAILs with -...Richard Biener
2015-02-16re PR tree-optimization/63593 (ICE: verify_gimple failed: incompatible types ...Richard Biener
2015-01-15dojump.h: New header file.Prathamesh Kulkarni