aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-25re PR tree-optimization/63641 (Invalid shift leads to incorrect code on 32-bi...Jakub Jelinek1-1/+1
2014-10-17re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek1-17/+371
2014-10-17re PR tree-optimization/63302 (Code with 64-bit long long constants is miscom...Jakub Jelinek1-2/+2
2014-10-15tree-ssa-reassoc.c (optimize_range_tests_diff): Perform MINUS_EXPR in unsigne...Jakub Jelinek1-1/+6
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-10/+7