]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/graphite-sese-to-poly.c
Update copyright years.
[thirdparty/gcc.git] / gcc / graphite-sese-to-poly.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-02-06  Richard Bienerre PR tree-optimization/89182 ([graphite] ICE in extrac...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-15  David Malcolmgraphite: add missing dump_enabled_p checks (PR tree...
2018-09-25  Martin LiskaRemove unused functions and fields.
2018-06-07  Richard Bienergraphite-sese-to-poly.c (extract_affine): Avoid unneded...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-18  Richard Biener2017-10-18 Richard Biener <rguenther@suse.de>
2017-10-13  Richard Bienergraphite-isl-ast-to-gimple.c (max_mode_int_precision...
2017-10-13  Richard Bienerre PR tree-optimization/82451 ([GRAPHITE] codegen error...
2017-10-12  Richard Bienerre PR tree-optimization/69728 (internal compiler error...
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-10-06  Richard Bienergraphite-sese-to-poly.c (extract_affine): For casts...
2017-10-02  Richard Bienerre PR tree-optimization/82355 (ICE in outermost_loop_in...
2017-09-27  Richard Bienergraphite.h (scop::max_alias_set): New member.
2017-09-25  Richard Bienergraphite-optimize-isl.c (optimize_isl): Fail and dump...
2017-09-20  Richard Bienergraphite-sese-to-poly.c (extract_affine): Properly...
2017-09-19  Richard Bienerre PR tree-optimization/69728 (internal compiler error...
2017-02-16  Richard Bienergraphite.h: Do not include isl/isl_val_gmp.h, instead...
2017-02-13  Richard Bienerisl.m4: Remove support for ISL 0.14.
2017-01-31  Richard Bienerre PR tree-optimization/77318 (FAIL: gfortran.dg/graphi...
2017-01-08  Martin SeborPR tree-optimization/78913 - Probably misleading error...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-04-09  Tom de VriesFix pdr accesses order
2016-01-26  Aditya Kumarnew scop schedule for isl-0.15
2016-01-21  Aditya Kumarrewrite computation of iteration domains
2016-01-21  Aditya Kumaradd more coalescing to simplify constraints
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-24  Aditya KumarUse const-ref instead of values for sese_l passed to...
2015-12-17  Sebastian Popreplace ISL with isl
2015-12-16  Aditya KumarUse refs instead of values.
2015-12-16  Aditya Kumarupdate required isl version
2015-12-09  Aditya Kumaradd array access function in the right order
2015-12-02  Aditya Kumarfix invalid bounds on array refs
2015-11-30  Aditya Kumaralways print parameter names as P_{SSA_NAME_VERSION}
2015-11-24  Aditya Kumarmove all declarations to a same .h file
2015-11-23  Aditya Kumarfix PR68314: revert all patches touching the constructi...
2015-11-23  Aditya Kumarfix PR68279: bail out when scev gets instantiated to...
2015-11-23  David EdelsohnCorrect graphite*.c ISL header file inclusion order.
2015-11-12  Aditya KumarPreserve the original program while using graphite.
2015-11-11  Abderrazek Zaafraniimprove construction of the original schedule
2015-11-07  Abderrazek Zaafraniadd original schedule to scop
2015-11-07  Abderrazek Zaafranido not create unnecessary dimensions in scop scattering
2015-11-04  Aditya Kumarimprove debug of codegen
2015-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-21  Aditya Kumara scalar depending on vdefs in the current region is...
2015-10-21  Aditya KumarRefactor graphite-sese-to-poly, sese.h, graphite-poly.h
2015-10-21  Aditya KumarRefactoring sese.h and graphite-poly.h
2015-10-07  Aditya Kumargather bbs and conditions in a single walk through...
2015-10-07  Aditya Kumarmove graphite bookkeeping from sese to sese_info
2015-10-06  Aditya Kumarmove dr->alias_set to a helper structure
2015-10-06  Aditya Kumarremove unused struct base_alias_pair
2015-10-06  Aditya Kumarremove dead code in computation of alias sets
2015-10-06  Aditya KumarEarly exit to avoid redundant computations
2015-10-06  Aditya KumarMove declarations, assign types, renaming.
2015-10-05  Aditya Kumarmove param detection to scop detection
2015-10-05  Aditya Kumarmove scop detection related stuff to graphite-scop...
2015-10-02  Aditya Kumarreject loops early where ivs cannot be represented
2015-10-01  Aditya KumarRename gimple_bb to gimple_poly_bb
2015-10-01  Sebastian Popcall scev analysis in scop-detection as in sese-to...
2015-09-29  Sebastian Popremove dead code of commutative_reductions
2015-09-28  Aditya Kumarre PR tree-optimization/67700 ([graphite] miscompile...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-08-27  Sebastian Popremove -floop-* flags
2015-08-24  Aditya KumarSpecify the type of scop->region
2015-08-01  Tom de VriesAllow non-overflow ops in reductions
2015-07-24  Tom de VriesEnable reductions without fassociative-math in graphite
2015-07-24  Tom de VriesDon't allow unsafe reductions in graphite
2015-07-21  Mike Frysingerconfigure.ac: Add check for new options in isl-0.15.
2015-07-18  Sebastian Popfix pr46851 and pr60340: remove unmaintained omega...
2015-07-17  Aditya Kumar[graphite] fix pr61929
2015-07-15  Aditya KumarOne of the code refactorings introducing phi node itera...
2015-07-15  Aditya Kumargraphite-sese-to-poly.c (parameter_index_in_region...
2015-07-13  Andrew MacLeodomega.h: Don't include config.h...
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-06  Jim Wilsongraphite-blocking.c (HAVE_isl): Include <stddef.h>.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-01  Tobias Burnusre PR middle-end/64017 (Support ISL 0.14.0 (to fix...
2014-11-29  Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-10  Roman GareevMakefile.in: Remove the compilation of graphite-clast...
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-08-18  Roman Gareevconfigure.ac: Eliminate ClooG installation dependency.
2014-08-11  Mircea NamolaruReplacement of isl_int by isl_val
2014-07-28  Roman Gareev[gcc/]
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-04-28  Richard Bienertree-pass.h (TODO_verify_il): Define.
2014-04-08  Richard Bienerre PR tree-optimization/60785 (ICE in gsi_for_stmt...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-20  Trevor Saundersmerge auto_vec and stack_vec
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-11-24  H.J. LuDon't include extra "expr.h" in graphite-sese-to-poly.c
next