Age | Commit message (Expand) | Author | Files | Lines |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -5/+7 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -3/+3 |
2014-04-30 | passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ... | Richard Biener | 1 | -7/+8 |
2014-04-29 | Dump the return type of functions in gimple dumps | David Malcolm | 1 | -0/+6 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -70/+66 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -7/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -5/+0 |
2014-04-15 | cfg.c (dump_bb_info): Fix flags check. | Teresa Johnson | 1 | -1/+1 |
2014-04-15 | cfgloop.h (struct loop): Move force_vectorize down. | Eric Botcazou | 1 | -35/+47 |
2014-04-14 | cfgloop.h (struct loop): Rename force_vect into force_vectorize. | Eric Botcazou | 1 | -3/+3 |
2014-03-12 | re PR middle-end/60482 (Loop optimization regression) | Jakub Jelinek | 1 | -2/+2 |
2014-02-20 | tree-cfg.c (replace_uses_by): Mark altered BBs before doing the substitution. | Richard Biener | 1 | -6/+8 |
2014-02-06 | tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of set_loop_copy and ... | Richard Biener | 1 | -5/+7 |
2014-01-29 | re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401) | Jakub Jelinek | 1 | -147/+234 |
2014-01-09 | re PR tree-optimization/59715 (wrong code at -Os and above on x86_64-linux-gnu) | Richard Biener | 1 | -2/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -14/+14 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -8/+11 |
2013-12-09 | Eliminate profile_status macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate label_to_block_map macro. | David Malcolm | 1 | -2/+3 |
2013-12-09 | Eliminate basic_block_info macro. | David Malcolm | 1 | -4/+6 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -10/+12 |
2013-12-09 | Eliminate SET_BASIC_BLOCK macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Rename profile_status_for_function to profile_status_for_fn. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Rename label_to_block_map_for_function to label_to_block_map_for_fn. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Rename last_basic_block_for_function to last_basic_block_for_fn. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION, | David Malcolm | 1 | -7/+5 |
2013-11-29 | re PR middle-end/59208 (ice in initialize_flags_in_bb) | Richard Biener | 1 | -1/+1 |
2013-11-29 | re PR middle-end/59338 (error: position plus size exceeds size of referenced ... | Richard Biener | 1 | -13/+3 |
2013-11-27 | Don't create out-of-bounds BIT_FIELD_REF. | Tom de Vries | 1 | -4/+25 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+7 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -2/+2 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -38/+45 |
2013-11-19 | Eliminate n_edges macro | David Malcolm | 1 | -1/+2 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -4/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+5 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -10/+10 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+2 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-31 | tree-cfg.c (assert_unreachable_fallthru_edge_p): New function. | Jakub Jelinek | 1 | -0/+44 |
2013-10-30 | re PR other/33426 (Support of #pragma ivdep) | Tobias Burnus | 1 | -1/+2 |
2013-10-24 | re PR other/33426 (Support of #pragma ivdep) | Tobias Burnus | 1 | -0/+66 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -1/+2 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -0/+10 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-10-17 | tree-flow.h (struct omp_region): Move to omp-low.c. | Andrew MacLeod | 1 | -93/+4 |