Age | Commit message (Expand) | Author | Files | Lines |
2020-05-05 | Use const for some function arguments. | Martin Liska | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -3/+3 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-04-03 | sese.h (recompute_all_dominators): Remove. | Richard Biener | 1 | -13/+0 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-14 | re PR tree-optimization/67842 (Incorrect check in sese.h:bb_in_region) | Richard Biener | 1 | -14/+0 |
2017-10-18 | 2017-10-18 Richard Biener <rguenther@suse.de> | Richard Biener | 1 | -14/+2 |
2017-10-18 | graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id): Simplify ... | Richard Biener | 1 | -7/+0 |
2017-10-13 | re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev) | Richard Biener | 1 | -0/+2 |
2017-10-06 | graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h. | Richard Biener | 1 | -0/+8 |
2017-10-02 | re PR tree-optimization/82355 (ICE in outermost_loop_in_sese, at sese.c:301) | Richard Biener | 1 | -2/+0 |
2017-09-27 | graphite-scop-detection.c (find_scop_parameters): Move loop bound handling ... | Richard Biener | 1 | -3/+0 |
2017-09-22 | graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c... | Richard Biener | 1 | -1/+0 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-26 | new scop schedule for isl-0.15 | Aditya Kumar | 1 | -1/+6 |
2016-01-21 | fix pr68692: reinstantiate the copy of internal parameters | Aditya Kumar | 1 | -0/+4 |
2016-01-21 | record loops in execution order | Aditya Kumar | 1 | -10/+0 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-24 | Use const-ref instead of values for sese_l passed to functions. | Aditya Kumar | 1 | -7/+7 |
2015-11-19 | fix bootstrap without ISL on old linkers | Aditya Kumar | 1 | -1/+1 |
2015-11-18 | Move codegen related functions to graphite-isl-ast-to-gimple.c | Aditya Kumar | 1 | -43/+1 |
2015-11-12 | Preserve the original program while using graphite. | Aditya Kumar | 1 | -6/+54 |
2015-11-04 | remove parameter_rename_map | Aditya Kumar | 1 | -5/+0 |
2015-11-04 | ENABLE_CHECKING refactoring: remove remaining occurrences | Mikhail Maltsev | 1 | -10/+12 |
2015-10-21 | a scalar depending on vdefs in the current region is not invariant | Aditya Kumar | 1 | -1/+1 |
2015-10-21 | Refactor graphite-sese-to-poly, sese.h, graphite-poly.h | Aditya Kumar | 1 | -37/+0 |
2015-10-21 | Refactoring sese.h and graphite-poly.h | Aditya Kumar | 1 | -3/+0 |
2015-10-07 | gather bbs and conditions in a single walk through dominators | Aditya Kumar | 1 | -0/+3 |
2015-10-07 | remove unused code | Aditya Kumar | 1 | -7/+1 |
2015-10-07 | move graphite bookkeeping from sese to sese_info | Aditya Kumar | 1 | -51/+73 |
2015-10-01 | Rename gimple_bb to gimple_poly_bb | Aditya Kumar | 1 | -5/+5 |
2015-09-28 | Redesign Graphite scop detection | Sebastian Pop | 1 | -5/+3 |
2015-09-28 | re PR tree-optimization/67700 ([graphite] miscompile due to wrong codegen) | Aditya Kumar | 1 | -0/+1 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -4/+4 |
2015-09-08 | Remove limit_scops | Aditya Kumar | 1 | -0/+5 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-07-09 | convert some hash_table to hash_map | Trevor Saunders | 1 | -25/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -1/+0 |
2013-04-02 | Remove unused symbols related to ivtype_map. | Lawrence Crowl | 1 | -11/+0 |
2013-03-29 | Remove various unused items. | Lawrence Crowl | 1 | -17/+0 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -9/+7 |
2011-07-27 | Fix PR47691: do not abort compilation when code generation fails | Sebastian Pop | 1 | -1/+1 |
2010-12-22 | Fix PR47019: parameters of a SCoP are SCEV analyzable. | Sebastian Pop | 1 | -1/+2 |
2010-12-16 | Fix PR46924: Do not detect reductions outside the current SESE region. | Sebastian Pop | 1 | -3/+10 |
2010-12-01 | Postpone the rewrite out of SSA to the end of the translation to polyhedral r... | Sebastian Pop | 1 | -4/+6 |