Age | Commit message (Expand) | Author | Files | Lines |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-10-20 | cfgrtl.h: New. | Andrew MacLeod | 1 | -0/+1 |
2014-10-15 | loop-unroll.c: (decide_unrolling_and_peeling): Rename to | Jan Hubicka | 1 | -4/+140 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -3/+0 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -6/+6 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -42/+42 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -21/+2 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -3/+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-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+6 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -2/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-10-28 | df-scan.c (df_collection_rec): Adjust. | Trevor Saunders | 1 | -3/+2 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -0/+2 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+9 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-10-09 | tree-flow.h: Move some protoypes. | Andrew MacLeod | 1 | -19/+181 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-29 | New vectorizer messages; message format change. | Xinliang David Li | 1 | -2/+3 |
2013-08-27 | Makefile.in (omp-low.o): Depend on $(TARGET_H). | Jakub Jelinek | 1 | -0/+5 |
2013-07-21 | Fix typos. | Mike Stump | 1 | -2/+2 |
2013-06-19 | cgraph.h (const_value_known_p): Replace by ... | Jan Hubicka | 1 | -1/+1 |
2013-05-21 | re PR tree-optimization/57318 (optimizer takes several seconds on nested loops) | Richard Biener | 1 | -1/+3 |
2013-05-10 | re PR tree-optimization/57214 (ice: tree check: expected ssa_name, have integ... | Richard Biener | 1 | -1/+2 |
2013-04-03 | re PR tree-optimization/56817 (ICE in hide_evolution_in_other_loops_than_loop) | Richard Biener | 1 | -31/+60 |
2013-03-01 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -1/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-03 | dumpfile.c (dump_loc): Print filename with location. | Teresa Johnson | 1 | -12/+30 |
2012-12-14 | re PR tree-optimization/55684 (ICE in remove_redundant_iv_tests, at tree-ssa-... | Richard Biener | 1 | -3/+2 |
2012-12-07 | tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add UPPER_BOUND parameter. | Jan Hubicka | 1 | -6/+25 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -29/+28 |
2012-11-06 | cfgloopanal.c (get_loop_hot_path): New function. | Jan Hubicka | 1 | -23/+148 |
2012-11-05 | tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p. | Jan Hubicka | 1 | -7/+7 |
2012-11-02 | re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O... | Jan Hubicka | 1 | -70/+220 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -1/+1 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -1/+1 |
2012-10-25 | re PR lto/54980 (gimple check: expected gimple_cond(error_mark), have gimple_... | Jan Hubicka | 1 | -1/+5 |
2012-10-23 | re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-... | Jan Hubicka | 1 | -14/+45 |
2012-10-17 | tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet... | Jan Hubicka | 1 | -37/+246 |
2012-09-23 | re PR tree-optimization/54669 (verify_flow_info failure after loop unrolling ... | Eric Botcazou | 1 | -0/+1 |
2012-09-17 | * tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: Remove | Eric Botcazou | 1 | -4/+110 |