aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24re PR tree-optimization/70372 (ICE: in wide_int_to_tree, at tree.c:1488 with ...Richard Biener1-1/+1
2016-03-14re PR tree-optimization/68714 (less folding of vector comparison)Richard Henderson1-8/+155
2016-03-01re PR target/69994 (test case gfortran.dg/reassoc_6.f fails starting with r23...Richard Biener1-1/+3
2016-02-29re PR target/69994 (test case gfortran.dg/reassoc_6.f fails starting with r23...Richard Biener1-7/+63
2016-02-16re PR tree-optimization/69802 (gcc ICE at -O1 and above on valid code on x86...Jakub Jelinek1-10/+43
2016-02-12revert: re PR tree-optimization/66726 (missed optimization, factor conversion...Kugan Vivekanandarajah1-110/+24
2016-02-12re PR tree-optimization/66726 (missed optimization, factor conversion out of ...Kugan Vivekanandarajah1-24/+110
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04re PR tree-optimization/68671 (gcc.dg/torture/pr66952.c FAILs with -fno-tree-...Jakub Jelinek1-1/+17
2015-12-04tree-ssa-reassoc.c (maybe_optimize_range_tests): Return boolean indicating if...Jeff Law1-20/+47
2015-11-18re PR tree-optimization/68157 (internal compiler error: in reassoc_stmt_domin...Jakub Jelinek1-0/+5
2015-11-17Use combined_fn in tree-ssa-reassoc.cRichard Sandiford1-50/+36
2015-11-16Remove first_pass_instance from pass_reassocTom de Vries1-6/+22
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-10-15tree-ssa-reassoc.c (attempt_builtin_copysign): Call gimple_call_builtin inste...Marek Polacek1-1/+1
2015-10-14re PR tree-optimization/67815 (Optimize const1 * copysign (const2, y) into co...Marek Polacek1-0/+99
2015-10-08tree-ssa-reassoc.c (dump_ops_vector): Print newline after each ops element.Marek Polacek1-0/+1
2015-10-01remove many typedefsTrevor Saunders1-75/+72
2015-09-20switch from gimple to gimple*Trevor Saunders1-90/+91
2015-09-17Split up optabs.[hc]Richard Sandiford1-10/+1
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+2
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+4
2015-06-25gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford1-12/+5
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-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator inMartin Liska1-11/+8
2015-06-01tree-ssa-reassoc.c (get_rank): Simplify.Richard Biener1-35/+8
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-5/+1
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-2/+2
2015-04-18remove need for store_values_directlyTrevor Saunders1-1/+0
2015-03-14re PR tree-optimization/65418 (vim miscompilation)Jakub Jelinek1-7/+6
2015-02-26re PR tree-optimization/65216 (wrong code at -O3 on x86_64-linux-gnu)Jakub Jelinek1-2/+6
2015-02-14re PR tree-optimization/62209 (ICE with LTO on valid code on x86_64-linux-gnu)Jakub Jelinek1-4/+28
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-2/+2
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-1/+1
2014-12-10re PR tree-optimization/61686 (Incorrect check in comparison function range_e...Marek Polacek1-1/+1
2014-12-09re PR middle-end/64225 (-funsafe-math-optimizations generates call to pow whe...Bill Schmidt1-0/+3
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-26/+22
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-11/+9
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-18/+22
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-3/+4