aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-09re PR tree-optimization/51775 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt...Richard Guenther1-1/+12
2011-12-23re PR tree-optimization/43491 (Unnecessary temporary for global register vari...Bin Cheng1-12/+23
2011-11-10re PR tree-optimization/51042 (endless recursion in phi_translate)Richard Guenther1-65/+48
2011-10-18re PR tree-optimization/50767 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Guenther1-1/+2
2011-09-27re PR middle-end/43864 (Same basic blocks should be merged)Tom de Vries1-1/+11
2011-09-27re PR tree-optimization/50363 (internal compiler error: verify_gimple failed)Richard Guenther1-5/+9
2011-09-09tree-ssa-pre.c (create_expression_by_pieces): Fold the last statement.Richard Guenther1-0/+4
2011-09-06re PR tree-optimization/48317 (SCCVN does not handle vector constructors)Richard Guenther1-76/+63
2011-09-02re PR middle-end/50260 (internal compiler error: Segmentation fault at ../.....Michael Matz1-9/+3
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-2/+2
2011-07-19tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...Richard Guenther1-9/+0
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-1/+1
2011-04-27re PR tree-optimization/48772 (ICE: SIGSEGV in walk_non_aliased_vuses (gimple...Richard Guenther1-1/+9
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-1/+5
2011-04-18gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther1-5/+10
2011-03-31tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop a zero minimum index ...Eric Botcazou1-2/+5
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-2/+5
2011-02-15re PR middle-end/47743 (PRE ICE in fold_convert_loc)Richard Guenther1-0/+6
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-1/+4