aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-23re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener1-21/+35
2018-07-18re PR tree-optimization/86544 (Popcount detection generates different code on...Kugan Vivekanandarajah1-11/+15
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez1-4/+3
2018-07-06tree-ssa-phiopt.c (cond_removal_in_popcount_pattern): New.Kugan Vivekanandarajah1-0/+136
2018-03-19re PR tree-optimization/84859 (bogus -Warray-bounds on a memcpy in a loop)Richard Biener1-7/+54
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21re PR tree-optimization/83521 (ICE: verify_gimple failed (error: invalid oper...Jakub Jelinek1-2/+6
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford1-2/+2
2017-12-07re PR tree-optimization/83296 (missing -Wstringop-overflow due to missing ran...Richard Biener1-18/+17
2017-10-24re PR tree-optimization/82697 (Wrong optimization with aliasing and "if")Richard Biener1-1/+16
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-2/+0
2017-10-14re PR middle-end/62263 (Good codegen for bitwise rotate requires code that is...Jakub Jelinek1-7/+108
2017-10-10Require wi::to_wide for treesRichard Sandiford1-4/+8
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-3/+3
2017-05-16Add default value for last argument of dump functions.Martin Liska1-4/+4
2017-01-05re PR tree-optimization/71016 (Redundant sign extension with conditional __bu...Jakub Jelinek1-7/+34
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-07re PR middle-end/78228 (fstrict-overflow breaks code without overflow?)Richard Biener1-0/+8
2016-09-29re PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EXPR(a))Richard Biener1-1/+1
2016-07-15re PR tree-optimization/71887 (wrong code (SIGFPE) at -O1 and above on x86_64...Richard Biener1-4/+9
2016-07-13re PR tree-optimization/24574 (a!=0?a/10:0 is not reduced to a/10)Richard Biener1-4/+20
2016-05-25tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove redundant test ...Eric Botcazou1-3/+6
2016-03-14re PR tree-optimization/56365 (Missed opportunities for smin/smax standard na...Richard Biener1-15/+87
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-2/+3
2015-12-09re PR tree-optimization/66949 (ICE at -O2 and -O3 on x86_64-linux-gnu in tree...Marek Polacek1-18/+18
2015-11-27Be more careful about barriers when speculating conditional stores.Bernd Schmidt1-1/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-10-08[PATCH] [1/n] Fix minor SSA_NAME leaksJeff Law1-1/+4
2015-10-05* tree-ssa-loop-im.cMarek Polacek1-1/+0
2015-10-01re PR tree-optimization/67769 (VRP pass does wrong optimization)Marek Polacek1-0/+4
2015-09-20switch from gimple to gimple*Trevor Saunders1-32/+32
2015-09-17Split up optabs.[hc]Richard Sandiford1-9/+1
2015-08-11tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if we're not the ...Nathan Sidwell1-1/+9
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-0/+1
2015-07-12re PR tree-optimization/66726 (missed optimization, factor conversion out of ...Kugan Vivekanandarajah1-0/+162
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22always define HAVE_conditional_moveTrevor Saunders1-4/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-8/+4
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-03-06Remove inefficient branchless conditional negate optimizationWilco Dijkstra1-156/+0
2015-02-14re PR tree-optimization/65053 (PostgreSQL miscompilation)Jakub Jelinek1-0/+25
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+13