aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24allow storing values directly in hash tablesTrevor Saunders1-17/+21
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-3/+3
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+2
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-16re PR tree-optimization/60844 (ICE in reassoc_stmt_dominates_stmt_p)Jakub Jelinek1-5/+34
2014-03-13re PR tree-optimization/59025 (Revision 203979 causes failure in CPU2006 benc...Jakub Jelinek1-1/+28