Age | Commit message (Expand) | Author | Files | Lines |
2013-10-02 | graphite-scop-detection.c: Include tree-ssa-propagate,h. | Andrew MacLeod | 1 | -0/+1 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -16/+16 |
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 | -62/+42 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -4/+3 |
2013-01-14 | tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument. | Richard Biener | 1 | -10/+5 |
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-12-07 | re PR tree-optimization/54886 (FAIL: gcc.dg/graphite/pr(42521|42771).c (inter... | Richard Biener | 1 | -0/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -141/+150 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -3/+3 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -1/+1 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -1/+1 |
2012-08-16 | re PR middle-end/54146 (Very slow compile with attribute((flatten))) | Richard Guenther | 1 | -2/+8 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -1/+1 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -3/+3 |
2012-08-07 | tree-flow.h (copy_ssa_name_fn): New function. | Richard Guenther | 1 | -8/+9 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -3/+0 |
2012-07-16 | graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h ... | Steven Bosscher | 1 | -1/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+1 |
2012-07-02 | cloog.m4: Set up to work against ISL only. | Richard Guenther | 1 | -650/+561 |
2012-06-22 | [multiple changes] | Richard Guenther | 1 | -0/+1 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -3/+3 |
2012-05-02 | coretypes.h (gimple_seq, [...]): Typedef as gimple. | Michael Matz | 1 | -23/+6 |
2012-04-12 | cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter. | Richard Guenther | 1 | -1/+1 |
2011-08-23 | Makefile.in (tree-data-ref.o): Add tree-affine.h dependency. | Richard Guenther | 1 | -5/+5 |
2011-08-17 | tree.h (convert_to_ptrofftype_loc): New function. | Richard Guenther | 1 | -6/+1 |
2011-06-14 | re PR middle-end/45098 (Missed induction variable optimization) | Zdenek Dvorak | 1 | -1/+1 |
2011-04-20 | remove useless if-before-free tests | Jim Meyering | 1 | -2/+1 |
2011-02-08 | Fix PRs 46834, 46994, and 46995: only rewrite reductions not containing other... | Sebastian Pop | 1 | -17/+39 |
2011-01-25 | Do not use a data ref with indices invalid in the loop of the close_phi. | Sebastian Pop | 1 | -8/+56 |
2011-01-25 | Only copy PBB_DOMAIN when it is initialized. | Sebastian Pop | 1 | -2/+4 |
2011-01-25 | Pass to dr_analyze_indices the analysis loop for subscripts. | Sebastian Pop | 1 | -7/+53 |
2011-01-25 | Move rewrite_commutative_reductions_out_of_ssa before find_scop_parameters. | Sebastian Pop | 1 | -2/+3 |
2011-01-25 | Do not create the temporary array for reductions into VAR_DECL, PARM_DECL, an... | Sebastian Pop | 1 | -1/+4 |
2011-01-25 | Allow several reductions in a reduction PBB. | Sebastian Pop | 1 | -1/+3 |
2011-01-25 | Remove the temporary array for reductions written to memory. | Sebastian Pop | 1 | -9/+34 |
2011-01-03 | Fix PR47021: ADDR_EXPRs don't contain SCoP parameters. | Sebastian Pop | 1 | -1/+4 |
2010-12-28 | Do not include unnecessary .h files. | Sebastian Pop | 1 | -13/+0 |
2010-12-23 | Fix PR46758: Do not use int_cst_value. | Sebastian Pop | 1 | -11/+11 |
2010-12-16 | Fix PR46924: Do not detect reductions outside the current SESE region. | Sebastian Pop | 1 | -6/+9 |
2010-12-16 | re PR tree-optimization/46966 (ICE: in execute_cse_reciprocals, at tree-ssa-m... | Jakub Jelinek | 1 | -0/+1 |
2010-12-01 | Fix unused warnings. | Sebastian Pop | 1 | -4/+1 |
2010-12-01 | Avoid the analysis of data references after the translation out of SSA. | Sebastian Pop | 1 | -66/+105 |
2010-12-01 | Postpone the rewrite out of SSA to the end of the translation to polyhedral r... | Sebastian Pop | 1 | -167/+180 |
2010-12-01 | Do not rewrite out of SSA scalar dependences crossing the limits of the scop. | Sebastian Pop | 1 | -2/+52 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -1/+0 |
2010-10-11 | vec.h (VEC_qsort): Define. | Nathan Froyd | 1 | -4/+1 |
2010-09-30 | Fix Graphite memory leaks. | Sebastian Pop | 1 | -1/+0 |