]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/graphite-clast-to-gimple.c
Merge with trunk.
[thirdparty/gcc.git] / gcc / graphite-clast-to-gimple.c
2013-12-04  rsandifoMerge with trunk.
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  rsandifoMerge with trunk.
2013-11-21  rsandifoMerge with trunk.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  rguenth2013-11-19 Richard Biener <rguenther@suse.de>
2013-11-18  rsandifoMerge from trunk.
2013-11-16  mrsMerge in trunk.
2013-11-14  amacleod * gimplify-be.h: New file. Add prototypes.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-11-09  rsandifoMerge with trunk.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
2013-11-01  dnovilloReplace some heap vectors with stack vectors.
2013-10-29  rsandifo- Fix comment typos that I'd introducted.
2013-10-23  amacleod * tree-ssa-loop.h: Remove include files.
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-21  dnovilloRe-factor inclusion of tree.h.
2013-10-20  mrsMerge in trunk.
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-09-07  rsandifoReorganise wide-int classes so that they are all instan...
2013-09-04  mrsMerge in trunk.
2013-08-13  mrsAdd wide-int branch.
2013-07-14  grossergraphite: Do not depend on 2D + 1 form in parallelism...
2013-04-30  rguenth2013-04-30 Richard Biener <rguenther@suse.de>
2013-04-26  crowlThis patch is the main part of a consolodation of the...
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-04  jakubUpdate Copyright years for files modified in 2011 and...
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-08-01  rguenth2012-08-01 Richard Guenther <rguenther@suse.de>
2012-07-16  steven * graphite-clast-to-gimple.c, graphite-dependences.c,
2012-07-16  stevengcc/
2012-07-02  rguenth2012-07-02 Richard Guenther <rguenther@suse.de>
2012-07-02  rguenth2012-07-02 Richard Guenther <rguenther@suse.de>
2012-03-05  rguenth2012-03-05 Richard Guenther <rguenther@suse.de>
2011-08-17  rguenth2011-08-17 Richard Guenther <rguenther@suse.de>
2011-07-28  spopReplace v1, v2, lb, ub with bound_one, bound_two
2011-07-28  spopFix PR48648: Handle CLAST assignments.
2011-07-27  spopFix PR47691: do not abort compilation when code generat...
2011-07-22  ro PR bootstrap/49797
2011-07-21  spopInfer types based on lb and ub.
2011-07-21  spopGenerate signed types whenever possible.
2011-07-21  spopCompute once and cache the LB and UB for each clast_name.
2011-07-21  spopRemove max_signed_precision_type.
2011-07-21  spopRename gcc_type_for_clast_* into type_for_clast_*
2011-07-21  spopAdd fixme comment.
2011-07-21  spopCleanup function params using a struct.
2011-07-21  spopRecord the loop level that defines a clast_name.
2011-07-21  spopDo not compute twice type, lb, and ub.
2011-07-21  spopStart counting nesting level from 0 and use the standar...
2011-07-05  spopFix computation of precision.
2011-07-05  spopCorrect typo.
2011-04-20  meyeringremove useless if-before-free tests
2011-03-12  spopFix PR47127: call cloog_state_malloc and cloog_state_fr...
2010-12-29  spopUse diagnostic-core.h instead of diagnostic.h.
2010-12-28  spopDo not include unnecessary .h files.
2010-12-17  amonakov PR middle-end/46761
2010-12-16  spopFix PR46404: call scev_reset to reset the number of...
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-09-30  spopFix Graphite memory leaks.
2010-09-30  spopNew flag: -fgraphite-dump-cloog.
2010-09-30  spopCDI_POST_DOMINATORS are not used in Graphite.
2010-09-30  spopFix 435.gromacs miscompile.
2010-09-30  spopGenerate in priority signed types for integer constants.
2010-09-30  spopAvoid lang_hooks, call build_nonstandard_integer_type.
2010-08-20  froydnjgcc/
2010-08-11  spopAdapt to new CloogScattering abstraction, introduced...
2010-08-11  spopIntroduce compatibility to newer CLooG's CloogState...
2010-08-11  spopAdapt to new CLAST structure within upstream CLooG...
2010-08-11  spopMake CLooG options compatible to newer CLooG releases...
2010-08-11  spopReintroduce necessary CLooG accessors to graphite....
2010-08-11  spopRemove expand_scalar_variables_ hack.
2010-08-11  spopRemove insert_loop_close_phis.
2010-08-11  spopMove cloog-related functions from graphite-ppl.{c,h...
2010-08-11  spopResolve CLooG's value_* macros to their respective...
2010-08-11  spopReplace map with rename_map.
2010-08-11  spopRemove copy_renames.
2010-08-11  spopRemove rename_nb_iterations and rename_sese_parameters
2010-08-11  spopAlso rewrite out of SSA scalar dependences going outsid...
2010-06-15  spopFix PR44391: use size_one_node for pointer types.
2010-06-12  spopDon't call pbb_to_depth_to_oldiv from compute_type_for_...
2010-06-02  spopUse smallest_mode_for_size for computing the precision...
2010-05-29  hubicka * tree-vrp.c (debug_value_range, debug_all_value_ranges,
2010-05-06  spopReplace Value with mpz_t
2010-05-06  spopResolve CLooG's value_* macros to their respective...
2010-04-06  spopFix 473.astar miscompile.
2010-04-06  spopUse POINTER_PLUS_EXPR for pointer types.
2010-04-06  spopCompute min and max bounds for IVs and infer types.
2010-04-06  spopAvoid calling verify_ssa twice in verify_loop_closed_ssa.
2010-04-02  steven * ada/gcc-interface/Make-lang.in, alias.c, attribs...
2010-03-13  spopUse ssizetype when long_long_integer_type_node is NULL.
2010-03-13  spopCleanup: remove FIXMEs, add new function.
2010-03-08  spopFix type problems in loop ivs.
2010-03-08  spopDo not short-cut code generation with gloog_error.
2010-03-08  spopCleanup.
next