gimple.h: Remove all includes.
[platform/upstream/gcc.git] / gcc / tree-cfg.c
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-20 Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 David MalcolmEliminate n_edges macro
2013-11-19 Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-31 Jakub Jelinektree-cfg.c (assert_unreachable_fallthru_edge_p): New...
2013-10-30 Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-24 Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-17 Andrew MacLeodtree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-11 Jakub Jelinektarget.c: New file.
2013-10-09 Andrew MacLeodtree-flow.h: Remove all remaining prototypes...
2013-10-01 Andrew MacLeodtree-into-ssa.c (enum need_phi_state): Relocate from...
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-30 Richard Bienerre PR tree-optimization/58532 (bootstrap failure with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-27 Jakub Jelinekre PR middle-end/58551 (ICE with abort in OpenMP SESE...
2013-09-13 Jakub Jelinekre PR libgomp/58392 (internal compiler error: in expand...
2013-09-13 Richard Bienertree-data-ref.h (known_dependences_p): Move here ...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-11 Richard Bienerre PR c++/58377 (spurious "may be used uninitialized...
2013-09-05 Richard Bienerre PR tree-optimization/58137 ([trunk, ICE] full unroll...
2013-08-31 Jan Hubickacgraph.c (cgraph_get_body): Update call of lto_input_fu...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-05-29 Martin Jambortree-cfg.c (verify_expr): Verify that BIT_FIELD_REF...
2013-05-28 Martin Jambortree-cfg.c (verify_expr): Verify that BIT_FIELD_REFs...
2013-05-24 Dehao ChenFix the typo of discriminator.
2013-05-24 Dehao ChenChange the discriminator assignment algorithm to make...
2013-05-16 Steve Ellceycfghooks.c (copy_bbs): Add update_dominance argument.
2013-05-06 Richard Bienerre PR middle-end/57147 (setjmp call and if body wrongly...
2013-04-30 Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-04-29 Richard Bienerre PR middle-end/57103 (ICE: verify_gimple failed:...
2013-04-26 Richard Bieneromp-low.c (finalize_task_copyfn): Do not drop PROP_loops.
2013-04-26 Richard Bienertree-cfg.c (execute_build_cfg): Build the loop tree.
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-04-19 Richard Bienerre PR tree-optimization/56982 (Bad optimization with...
2013-04-02 Jakub Jelinekre PR c++/34949 (Dead code in empty destructors.)
2013-03-29 Lawrence CrowlAdd uniform debug dump function names.
2013-03-28 Marek Polacekre PR tree-optimization/56695 (ICE in expand_vec_cond_e...
2013-03-21 Richard Bienertree-cfg.c (verify_expr_no_block): New function.
2013-03-21 Richard Bienertree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...
2013-03-08 Richard Bienerre PR lto/56570 (ICE when streaming a TREE_BLOCK)
2013-03-08 Richard Bienertree-inline.c (expand_call_inline): Do not associate...
2013-01-14 Richard Bienertree-cfg.c (verify_expr_location, [...]): New functions.
2013-01-14 Richard Bienertree-cfgcleanup.c (remove_forwarder_block): Unshare...
2013-01-11 Richard Bienertree-cfg.c (verify_node_sharing_1): Split out from ...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-12 Steven Bosscherdumpfile.h (enum tree_dump_index): Remove TDI_vcg.
2012-12-04 Steven Bosscherrtl.h (print_insn_with_notes): Remove prototype.
2012-11-27 Marc Glissetree-cfg.c (verify_gimple_comparison): Verify that...
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-06 Aldy Hernandeztm: Add uninstrumented code path
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-09 Steven Bosscher* basic-block. (profile_record): New struct, moved...
2012-10-03 Dehao Chenre PR middle-end/54782 (ICE: in change_scope, at final...
2012-10-02 Jakub Jelinekre PR tree-optimization/54713 (error: non-trivial conve...
2012-09-24 Dehao Chentree-cfg.c (move_stmt_op): Reset the expr block only...
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-09-13 Steven Bosscheripa-pure-const.c (state_from_flags, [...]): Use current...
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-04 Steven Bosschergimple.h (gimple_build_switch): Remove.
2012-09-03 Michael Matzre PR tree-optimization/46590 (long compile time with...
2012-08-24 Martin Jamborpredict.c (maybe_hot_frequency_p): New parameter fun.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-13 Steven Bosschertree-ssa-pre.c (do_regular_insertion): Add FIXME marker...
2012-08-13 Richard Guenthertree-cfg.c (print_loop): Avoid ICEing for loops marked...
2012-08-10 Richard Guenthertree-cfg.c (dump_function_to_file): Make sure to dump...
2012-08-10 Richard Guenthertree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIE...
2012-08-07 Richard Guenthertree-flow.h (copy_ssa_name_fn): New function.
2012-08-07 Richard Guenthertree-into-ssa.c (rewrite_stmt): Remove clobbers for...
2012-08-07 Richard Guenthergimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.
2012-08-02 Richard Guenthertree-flow.h (set_default_def): Rename to ...
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-27 Richard Guenthertree-cfg.c (gimple_can_merge_blocks_p): Do more fine...
2012-07-25 Sandra Loosemorere PR target/53633 (__attribute__((naked)) should disab...
2012-07-23 Steven Bosscherre PR tree-optimization/53881 (ICE in hoist_edge_and_br...
2012-07-20 Steven Bosscherbasic-block.h (BB_FLAGS_TO_PRESERVE): New define.
2012-07-17 Steven Bosscherdumpfile.h (TDF_COMMENT): New define.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-16 Dehao Chenrevert: tree.h (phi_arg_d): New field.
2012-07-10 Richard HendersonAdd VEC_WIDEN_MULT_EVEN/ODD_EXPR
2012-07-10 Dehao Chentree.h (phi_arg_d): New field.
2012-07-09 Steven Bosscherre PR middle-end/53887 (ICE in hoist_edge_and_branch_if...
2012-07-04 Richard Guentherre PR middle-end/53849 (ICE: in add_referenced_var_1...
2012-06-27 Richard HendersonAdd MULT_HIGHPART_EXPR
2012-06-17 Steven Bosschercfglayout.h: Remove.
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-31 Steven BosscherMakefile.in: Fix many dependencies.
next