]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/graphite-dependences.c
2014-10-27 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / graphite-dependences.c
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-08-18  romangareev * configure.ac: Eliminate ClooG installation dependency.
2014-08-05  romangareev[gcc/]
2014-06-29  romangareev gcc/
2014-06-24  tbsaundeRemove a layer of indirection from hash_table
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-20  tbsaundemerge auto_vec and stack_vec
2013-12-04  rsandifoMerge with trunk.
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-16  mrsMerge in trunk.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-04  mrsMerge in trunk.
2013-11-01  dnovilloReplace some heap vectors with stack vectors.
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-21  dnovilloRe-factor inclusion of tree.h.
2013-09-20  mrsMerge in trunk.
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-07-14  grossergraphite: Do not depend on 2D + 1 form in parallelism...
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-07-16  steven * graphite-clast-to-gimple.c, graphite-dependences.c,
2012-07-16  stevengcc/
2012-07-04  rguenth2012-07-04 Tobias Grosser <tobias@grosser.es>
2012-07-02  rguenth2012-07-02 Richard Guenther <rguenther@suse.de>
2011-07-21  spopStart counting nesting level from 0 and use the standar...
2011-07-08  spopRemove continue from loop, add one more assert.
2011-01-25  spopAllow several reductions in a reduction PBB.
2011-01-25  spopRelax the definition of same_pdr_p.
2011-01-25  spopPass 0 as the number of parameters to PIP when testing...
2011-01-25  spopMinimize the number of expensive calls to ppl_powerset_...
2011-01-25  spopUse PIP to determine the integer feasibility of a const...
2011-01-25  spopCorrect the precedence relation.
2011-01-25  spopspeedup compilation
2011-01-25  spopPrint the data dependence polyhedron in the PPL format.
2010-12-28  spopDo not include unnecessary .h files.
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-09-30  spopAvoid set but not used warning.
2010-09-17  spopAdd DEBUG_FUNCTION to all the dot_* debugging functions.
2010-08-20  froydnjgcc/
2010-08-11  spopPartially removing cloog.h and graphite-clast-to-gimple...
2010-08-11  spopLaunch dotty in background.
2010-05-29  hubicka * tree-vrp.c (debug_value_range, debug_all_value_ranges,
2010-04-02  steven * ada/gcc-interface/Make-lang.in, alias.c, attribs...
2010-03-31  spopAdd a verbosity parameter to clean up the comments...
2010-03-08  spopCleanup data dep polyhedron construction.
2010-02-07  spopFix PR42988: handle unknown_dependence.
2010-02-06  spopFix PR42637.
2010-02-06  spopCorrect the lexicographical function, add debug_pddr.
2010-02-06  spopClarify comments and use build_pddr.
2010-02-06  spopFix build_pddr.
2010-02-06  spopAdd missing function comments.
2010-02-06  spopFactor uses of build_pairwise_scheduling.
2010-02-06  spopCleanup build relation.
2009-11-25  spop2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25  spop2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25  spop2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25  spop2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25  spop2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25  spop2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25  spop2009-10-06 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25  spop2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25  spop2009-09-17 Li Feng <nemokingdom@gmail.com>
2009-08-28  spop2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
2009-08-28  spop2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
2009-08-28  spop2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
2009-08-28  spop2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
2009-08-28  spop2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
2009-08-28  spop2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
2009-08-28  spop2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
2009-08-12  spopAdd PDR->nb_subscripts.
2009-08-12  spopFix memory leak in DD XFAILs some interchange testcases.
2009-08-12  spopMeasure time spent in DD analysis and in code gen.
2009-07-31  spopNew Graphite files.