aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-2/+2
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-2/+2
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-14tree-vect-data-refs.c (vect_setup_realignment): Remove call to mark_symbols_f...Richard Guenther1-4/+0
2012-05-14re PR tree-optimization/53340 (rnflow.f90 is ~20% slower after revision 187092)Richard Guenther1-2/+2
2012-05-14stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype into a PLU...Eric Botcazou1-18/+4
2012-05-04re PR tree-optimization/53168 (ICE in find_or_generate_expression, at tree-ss...Richard Guenther1-56/+22
2012-05-03tree-ssa-pre.c (valid_in_sets): Remove checking of trapping operations.Richard Guenther1-26/+35
2012-05-03tree-ssa-pre.c (debug_bitmap_sets_for): New function.Richard Guenther1-73/+55
2012-04-28re PR tree-optimization/38785 (huge performance regression on EEMBC bitmnp01)Joern Rennecke1-8/+40
2012-04-24re PR tree-optimization/53085 (writes to volatile struct members is missing)Richard Guenther1-0/+1
2012-04-05gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther1-5/+2
2012-03-29tree-flow.h (struct pre_expr_d): Remove forward declaration.Richard Guenther1-2/+2
2012-03-22re PR tree-optimization/52548 (missed PRE optimization when function call fol...Richard Guenther1-18/+86
2012-03-22re PR tree-optimization/52459 (PRE performs stupid inserts)Richard Guenther1-0/+4
2012-02-15re PR lto/52178 (Ada bootstrap failure in LTO mode)Eric Botcazou1-12/+11
2012-01-27re PR tree-optimization/51990 (ICE in copy_reference_ops_from_ref)Tom de Vries1-0/+17
2012-01-20re PR tree-optimization/51903 (ICE: in gimple_purge_all_dead_eh_edges, at tre...Richard Guenther1-2/+4