Age | Commit message (Expand) | Author | Files | Lines |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -11/+11 |
2014-11-10 | Makefile.in: Remove the compilation of graphite-clast-to-gimple.o. | Roman Gareev | 1 | -4/+0 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+11 |
2014-08-18 | configure.ac: Eliminate ClooG installation dependency. | Roman Gareev | 1 | -2/+4 |
2014-08-14 | graphite-scop-detection.c: Add inclusion of cp-tree.h. | Roman Gareev | 1 | -0/+9 |
2014-04-30 | passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ... | Richard Biener | 1 | -1/+1 |
2014-04-28 | re PR tree-optimization/60979 (ICE: in gimple_redirect_edge_and_branch_force,... | Richard Biener | 1 | -2/+4 |
2014-04-14 | re PR tree-optimization/59817 (ICE in extract_affine_chrec with -O2 -ftree-lo... | Richard Biener | 1 | -1/+10 |
2014-04-03 | re PR tree-optimization/60740 (ICE in extract_affine w/ -O2 -ftree-loop-linear) | Richard Biener | 1 | -9/+9 |
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 | -6/+6 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -3/+3 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+5 |
2013-11-21 | Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -1/+1 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -3/+4 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -2/+1 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-01 | Replace some heap vectors with stack vectors. | Trevor Saunders | 1 | -14/+6 |
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 | -0/+6 |
2013-10-21 | Re-factor inclusion of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-10-02 | graphite-scop-detection.c: Include tree-ssa-propagate,h. | Andrew MacLeod | 1 | -0/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+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 | -65/+67 |
2012-09-11 | graphite-scop-detection.c (move_sd_regions): Adjust for VEC changes. | Richard Guenther | 1 | -5/+5 |
2012-09-07 | bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit. | Steven Bosscher | 1 | -6/+4 |
2012-08-14 | graphite-scop-detection.c (create_sese_edges): Compute dominance info before ... | Steven Bosscher | 1 | -0/+1 |
2012-08-07 | gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT. | Richard Guenther | 1 | -3/+2 |
2012-07-16 | revert: tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -1/+1 |
2012-07-10 | tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -1/+1 |
2012-07-02 | cloog.m4: Set up to work against ISL only. | Richard Guenther | 1 | -3/+10 |
2012-03-05 | cfgloop.c (verify_loop_structure): Verify dominators before using them. | Richard Guenther | 1 | -1/+0 |
2012-01-10 | re PR tree-optimization/50913 (ICE in scan_tree_for_params_right_scev, at gra... | Richard Guenther | 1 | -12/+20 |
2011-09-29 | graphite-scop-detection.c (make_close_phi_nodes_unique): New forward declarat... | Bill Schmidt | 1 | -0/+10 |
2011-07-26 | Fix PR47653: do not handle loops using wrapping semantics in graphite | Sebastian Pop | 1 | -9/+9 |
2011-01-25 | Pass to dr_analyze_indices the analysis loop for subscripts. | Sebastian Pop | 1 | -1/+3 |
2011-01-25 | Remove duplicate close phi nodes in the canonical close phi representation. | Sebastian Pop | 1 | -1/+68 |
2011-01-25 | Free invalid postdominance info. | Sebastian Pop | 1 | -0/+4 |
2010-12-28 | Do not include unnecessary .h files. | Sebastian Pop | 1 | -13/+0 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -6/+2 |
2010-09-30 | Fix the description of graphite_can_represent_loop. | Vladimir Kargov | 1 | -3/+3 |
2010-09-30 | Remove outermost loop parameter. | Vladimir Kargov | 1 | -22/+16 |
2010-09-30 | Remove redundant checks in graphite_can_represent_scev. | Sebastian Pop | 1 | -2/+1 |
2010-09-17 | Add DEBUG_FUNCTION to all the dot_* debugging functions. | Sebastian Pop | 1 | -2/+2 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -15/+15 |