]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/graphite-sese-to-poly.c
isl.m4: Remove support for ISL 0.14.
[thirdparty/gcc.git] / gcc / graphite-sese-to-poly.c
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
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-19  Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-11-19  Andrew MacLeodgraphite-sese-to-poly.c: Include expr.h.
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-07  Aldy Hernandezgimplify.c (gimple_regimplify_operands): Do not set...
2013-11-01  Trevor SaundersReplace some heap vectors with stack vectors.
2013-10-23  Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-21  Diego NovilloRe-factor inclusion of tree.h.
2013-10-02  Andrew MacLeodgraphite-scop-detection.c: Include tree-ssa-propagate,h.
2013-09-30  Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-18  Trevor Saunderscompare-elim.c (find_comparison_dom_walker): New class
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-04-30  Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-01-14  Richard Bienertree-cfgcleanup.c (remove_forwarder_block): Unshare...
next