aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Note that pass_pre destroys PROP_no_crit_edgesTom de Vries1-1/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-2/+2
2013-12-06remove an unneeded vec.release () to unbreak lto bootstrapTrevor Saunders1-1/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+7
2013-11-22add auto_vecTrevor Saunders1-11/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-7/+8
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-3/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-1/+0
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+9
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+2
2013-10-10re PR tree-optimization/58656 (rnflow regressing after r202826)Richard Biener1-1/+8
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-10/+11
2013-09-23re PR tree-optimization/58464 (Crashes with SIGSEGV (infinite recursion in ph...Richard Biener1-65/+44
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-14/+14
2013-09-16Introduce -ftree-loop-vectorize optionXinliang David Li1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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