aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-23tree-ssa-pre.c (do_regular_insertion): Include the expression in the debuggin...Jeff Law1-1/+5
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-35/+71
2013-06-24re PR tree-optimization/57488 (loop terminates early at -O3)Richard Biener1-0/+6
2013-04-19re PR tree-optimization/56718 (Early inlining prevents type based devirtualiz...Martin Jambor1-1/+10
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+2
2013-02-19re PR c++/56381 (ICE: cc1plus: internal compiler error: in gimplify_expr, at ...Jakub Jelinek1-1/+1
2013-01-14tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-07re PR tree-optimization/55888 (ICE in bitmap_set_replace_value, at tree-ssa-p...Richard Biener1-5/+2
2013-01-04re PR tree-optimization/55862 (ICE in compute_antic, at tree-ssa-pre.c:2495)Richard Biener1-0/+4
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-12-13tree-ssa-pre.c (get_representative_for): Adjust dumping.Richard Biener1-16/+12
2012-12-10re PR tree-optimization/55107 (GCC in an infinite loop in PRE)Richard Biener1-52/+45
2012-12-04re PR tree-optimization/55124 (ICE in find_or_generate_expression, at tree-ss...Richard Biener1-26/+82
2012-11-30tree-ssa-pre.c (get_expr_value_id): Do not allocate value-ids here.Richard Biener1-1/+1
2012-11-29tree-ssa-pre.c (get_expr_value_id): Do not add expr to the set of value expre...Richard Biener1-73/+52
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-6/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-161/+146
2012-11-16re PR tree-optimization/54717 (Runtime regression: polyhedron test "rnflow" d...Jan Hubicka1-2/+3
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-13/+13
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30re PR tree-optimization/55111 (ICE: tree check: expected ssa_name, have integ...Richard Biener1-2/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-3/+3
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-8/+10
2012-10-25re PR target/54902 (, ICE (segfault) building on arm-linux-gnueabi)Richard Biener1-4/+5
2012-10-15re PR tree-optimization/54920 (segfault in tree-ssa-pre.c during Firefox build)Richard Guenther1-1/+1
2012-10-08re PR tree-optimization/54825 (ICE with vector extension)Richard Guenther1-5/+1
2012-10-08tree-ssa-pre.c (postorder_num): New global.Richard Guenther1-80/+6
2012-10-04re PR tree-optimization/54735 (Segmentation fault in walk_aliased_vdefs_1)Richard Guenther1-2/+8
2012-09-24tree-ssa-pre.c (bitmap_find_leader, [...]): Remove dominating stmt argument.Richard Guenther1-205/+64
2012-09-21re PR tree-optimization/54647 (Segmentation fault in get_expr_value_id with -O2)Richard Guenther1-1/+10
2012-09-13tree-ssa-sccvn.h (enum vn_kind): New.Richard Guenther1-51/+9
2012-09-12re PR tree-optimization/54489 (tree FRE uses an excessive amount of memory)Richard Guenther1-479/+537
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-5/+3
2012-09-06re PR tree-optimization/54498 (incorrect code generation from g++ -O)Richard Guenther1-1/+1
2012-09-04tree-ssa-pre.c (value_expressions): Make it a vector of bitmaps containing ex...Richard Guenther1-40/+36
2012-09-04tree-ssa-pre.c (add_to_exp_gen): Adjust.Richard Guenther1-31/+37
2012-08-22re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther1-1/+2
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-25/+24
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-51/+50
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-3/+3
2012-08-14re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-29/+30
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-0/+6
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-1/+1
2012-08-10tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.Steven Bosscher1-1/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-44/+5
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-6/+1
2012-07-25expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou1-26/+13
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-4/+0