Age | Commit message (Expand) | Author | Files | Lines |
2014-06-04 | re PR tree-optimization/61385 (ICE on valid code at -O2 and -O3 on x86_64-lin... | Marc Glisse | 1 | -0/+4 |
2014-05-17 | re PR tree-optimization/61140 (wrong code at -O1 and above on x86_64-linux-gnu) | Marc Glisse | 1 | -0/+4 |
2014-05-08 | re PR tree-optimization/59100 (requesting optimization of safe rotate function) | Marc Glisse | 1 | -3/+109 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -1/+1 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -4/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -161/+154 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -13/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-04-14 | cfgloop.h (struct loop): Rename force_vect into force_vectorize. | Eric Botcazou | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | merge auto_vec and stack_vec | Trevor Saunders | 1 | -1/+1 |
2013-12-13 | re PR tree-optimization/45685 (missed conditional move opportunity in loop) | Jeff Law | 1 | -0/+159 |
2013-12-10 | tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field. | Jakub Jelinek | 1 | -1/+5 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+5 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -3/+3 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -1/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-01 | Replace some heap vectors with stack vectors. | Trevor Saunders | 1 | -13/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+7 |
2013-10-09 | tree-ssa-phiopts.c (rhs_is_fed_for_value_replacement): New function. | Zhenqiang Chen | 1 | -10/+114 |
2013-10-02 | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 1 | -76/+1 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -5/+5 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-17 | compare-elim.c (find_comparison_dom_walker): New class | Trevor Saunders | 1 | -25/+23 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -38/+73 |
2013-04-26 | tree-cfg.c (execute_build_cfg): Build the loop tree. | Richard Biener | 1 | -1/+11 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -16/+24 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -4/+2 |
2013-02-13 | asan.c (create_cond_insert_point): Add create_then_fallthru_edge argument. | Jakub Jelinek | 1 | -1/+1 |
2013-02-08 | re PR tree-optimization/52448 (cselim broken with calls) | Michael Matz | 1 | -6/+51 |
2013-01-25 | re PR middle-end/56098 (conditional write through volatile pointer produces u... | Jakub Jelinek | 1 | -4/+9 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -2/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -33/+35 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -2/+2 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+2 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -1/+1 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 1 | -18/+0 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -3/+1 |
2012-08-15 | re PR tree-optimization/54240 (Routine hoist_adjacent_loads does not work pro... | Bill Schmidt | 1 | -1/+2 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -4/+3 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -38/+17 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -4/+0 |