summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)Author
2020-04-25cselim: Don't assume it is safe to cstore replace a store to a local variable...Jakub Jelinek
2020-03-19phiopt: Avoid -fcompare-debug bug in phiopt [PR94211]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-26re PR tree-optimization/92644 (ICE in wide_int_to_tree_1, at tree.c:1530)Jakub Jelinek
2019-11-20re PR middle-end/91195 (incorrect may be used uninitialized smw (272711, 2734...Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-10re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener
2019-07-19re PR tree-optimization/91200 (ICE on valid code at -O1: verify_ssa failed)Richard Biener
2019-07-12re PR tree-optimization/89430 (A missing ifcvt optimization to generate csel)Jiangning Liu
2019-07-01re PR tree-optimization/66726 (missed optimization, factor conversion out of ...Joern Rennecke
2019-05-07Fix a typo in two_value_replacement functionLi Jia He
2019-05-06This reverts commit r270894, as new testcase fails on arm and aarch64, I am s...Li Jia He
2019-05-06Fix a typo in two_value_replacement functionLi Jia He
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-07re PR tree-optimization/88676 (missed opportunity in integer conditional)Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-11-08re PR target/87913 (max(n, 1) code generation)Richard Biener
2018-10-23re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener
2018-07-18re PR tree-optimization/86544 (Popcount detection generates different code on...Kugan Vivekanandarajah
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez
2018-07-06tree-ssa-phiopt.c (cond_removal_in_popcount_pattern): New.Kugan Vivekanandarajah
2018-03-19re PR tree-optimization/84859 (bogus -Warray-bounds on a memcpy in a loop)Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21re PR tree-optimization/83521 (ICE: verify_gimple failed (error: invalid oper...Jakub Jelinek
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford
2017-12-07re PR tree-optimization/83296 (missing -Wstringop-overflow due to missing ran...Richard Biener
2017-10-24re PR tree-optimization/82697 (Wrong optimization with aliasing and "if")Richard Biener
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-10-14re PR middle-end/62263 (Good codegen for bitwise rotate requires code that is...Jakub Jelinek
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-01-05re PR tree-optimization/71016 (Redundant sign extension with conditional __bu...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-07re PR middle-end/78228 (fstrict-overflow breaks code without overflow?)Richard Biener
2016-09-29re PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EXPR(a))Richard Biener
2016-07-15re PR tree-optimization/71887 (wrong code (SIGFPE) at -O1 and above on x86_64...Richard Biener
2016-07-13re PR tree-optimization/24574 (a!=0?a/10:0 is not reduced to a/10)Richard Biener
2016-05-25tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove redundant test ...Eric Botcazou
2016-03-14re PR tree-optimization/56365 (Missed opportunities for smin/smax standard na...Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law
2015-12-09re PR tree-optimization/66949 (ICE at -O2 and -O3 on x86_64-linux-gnu in tree...Marek Polacek
2015-11-27Be more careful about barriers when speculating conditional stores.Bernd Schmidt
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-08[PATCH] [1/n] Fix minor SSA_NAME leaksJeff Law
2015-10-05* tree-ssa-loop-im.cMarek Polacek