Age | Commit message (Expand) | Author | Files | Lines |
2020-07-01 | move ILS include to system.h | Richard Biener | 1 | -1/+1 |
2020-01-14 | hash-table.h: support non-zero empty values in empty_slow (v2) | David Malcolm | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-02-06 | re PR tree-optimization/89182 ([graphite] ICE in extract_affine, at graphite-... | Richard Biener | 1 | -0/+62 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-13 | Ensure that dump calls are guarded with dump_enabled_p | David Malcolm | 1 | -1/+2 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -1/+1 |
2018-01-11 | re PR tree-optimization/83435 (ICE in set_value_range, at tree-vrp.c:211) | Richard Biener | 1 | -1/+1 |
2018-01-09 | re PR tree-optimization/83668 (wrong code with -O -fno-tree-dominator-opts -f... | Richard Biener | 1 | -8/+24 |
2018-01-09 | re PR tree-optimization/83572 ([graphite] ICE in verify_dominators, at domina... | Richard Biener | 1 | -1/+9 |
2018-01-08 | re PR tree-optimization/83563 ([graphite] ICE: Segmentation fault (in instant... | Richard Biener | 1 | -0/+4 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-20 | 2017-10-20 Richard Biener <rguenther@suse.de> | Richard Biener | 1 | -9/+11 |
2017-10-18 | re PR tree-optimization/82591 ([graphite] Compile-time hog w/ -O2 -floop-nest... | Richard Biener | 1 | -9/+7 |
2017-10-13 | 2017-10-13 Richard Biener <rguenther@suse.de> | Richard Biener | 1 | -63/+24 |
2017-09-27 | invoke.texi (graphite-max-bbs-per-function): Remove. | Richard Biener | 1 | -10/+1 |
2017-09-26 | re PR tree-optimization/82321 (ICE in check_loop_closed_ssa_use, at tree-ssa-... | Richard Biener | 1 | -1/+3 |
2017-09-25 | cfgloop.h (sort_sibling_loops): Declare. | Richard Biener | 1 | -0/+1 |
2017-09-22 | graphite-isl-ast-to-gimple.c (graphite_verify): Inline into single caller. | Richard Biener | 1 | -85/+42 |
2017-09-22 | graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c... | Richard Biener | 1 | -8/+168 |
2017-09-21 | graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl): Restore valid IL ... | Richard Biener | 1 | -9/+8 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -20/+34 |
2017-02-01 | graphite.c: Include tree-vectorizer.h for find_loop_location. | Richard Biener | 1 | -0/+6 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-04-17 | re PR bootstrap/70706 (r235082 caused bootstrap failure) | Jan Hubicka | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-17 | replace ISL with isl | Sebastian Pop | 1 | -2/+2 |
2015-12-17 | move all isl include files to graphite.h | Sebastian Pop | 1 | -7/+0 |
2015-12-02 | rename flag_loop_optimize_isl to flag_loop_nest_optimize | Aditya Kumar | 1 | -1/+1 |
2015-11-24 | move all declarations to a same .h file | Aditya Kumar | 1 | -3/+1 |
2015-11-23 | fix PR68279: bail out when scev gets instantiated to not_known | Aditya Kumar | 1 | -15/+12 |
2015-11-23 | Correct graphite*.c ISL header file inclusion order. | David Edelsohn | 1 | -13/+10 |
2015-11-12 | Preserve the original program while using graphite. | Aditya Kumar | 1 | -5/+9 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 1 | -1/+1 |
2015-10-21 | Refactoring sese.h and graphite-poly.h | Aditya Kumar | 1 | -5/+5 |
2015-10-10 | clean up debug functions | Aditya Kumar | 1 | -1/+1 |
2015-10-07 | move graphite bookkeeping from sese to sese_info | Aditya Kumar | 1 | -4/+4 |
2015-10-06 | Move declarations, assign types, renaming. | Aditya Kumar | 1 | -1/+1 |
2015-10-05 | move param detection to scop detection | Aditya Kumar | 1 | -0/+14 |
2015-09-28 | Redesign Graphite scop detection | Sebastian Pop | 1 | -5/+41 |
2015-08-27 | remove -floop-* flags | Sebastian Pop | 1 | -10/+5 |
2015-08-27 | remove -floop-unroll-and-jam | Sebastian Pop | 1 | -2/+1 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -4/+12 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -12/+4 |
2015-07-21 | configure.ac: Add check for new options in isl-0.15. | Mike Frysinger | 1 | -0/+1 |
2015-07-18 | fix pr46851 and pr60340: remove unmaintained omega dependence test | Sebastian Pop | 1 | -0/+1 |
2015-07-13 | omega.h: Don't include config.h... | Andrew MacLeod | 1 | -14/+6 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -12/+4 |