summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.graphite
Commit message (Expand)AuthorAgeFilesLines
...
* Fix lst_update_scattering.Sebastian Pop2010-09-301-0/+6
* Outline lst_niter_for_loop.Sebastian Pop2010-09-301-0/+6
* Call fatal_error when the transform read from file is not legal.Sebastian Pop2010-09-301-0/+5
* Fix pretty printers.Sebastian Pop2010-09-301-0/+6
* Use FOR_EACH_VEC_ELT.Sebastian Pop2010-09-301-0/+4
* New SCoPDetection detects first SCoPs.Vladimir Kargov2010-09-301-0/+12
* Fix uninitialize warning.Sebastian Pop2010-09-301-0/+4
* Avoid set but not used warning.Sebastian Pop2010-09-301-0/+6
* Speed-up loop blocking: strip-mining is always legal.Sebastian Pop2010-09-301-0/+6
* Fix the description of graphite_can_represent_loop.Vladimir Kargov2010-09-301-0/+5
* Add testcase for PR45230.Sebastian Pop2010-09-301-0/+5
* Also handle ARRAY_REFs in instantiate_scev_r.Sebastian Pop2010-09-301-0/+5
* Fix chrec_contains_symbols_defined_in_loop.Sebastian Pop2010-09-301-0/+9
* A function is affine when CHREC_RIGHT is invariant.Sebastian Pop2010-09-301-0/+6
* Factor out is_gimple_reg calls.Sebastian Pop2010-09-301-1/+8
* Remove outermost loop parameter.Vladimir Kargov2010-09-301-0/+6
* Fix PR45229: gcc.c-torture/execute/20000412-4.c ICEs with -fgraphite-identity.Sebastian Pop2010-09-301-0/+6
* Integrate openscop tests in graphite testsuite.Riyadh Baghdadi2010-09-301-2/+8
* Add documentation for -fgraphite-read and -fgraphite-write.Riyadh Baghdadi2010-09-301-0/+9
* Disable graphite loop optimizations with fgraphite read.Riyadh Baghdadi2010-09-301-0/+5
* Dump each scop in a separate file.Riyadh Baghdadi2010-09-301-0/+8
* Remove redundant checks in graphite_can_represent_scev.Sebastian Pop2010-09-301-0/+5
* Fix 435.gromacs miscompile.Sebastian Pop2010-09-301-0/+5
* Enable graphite to read an OpenScop file.Riyadh Baghdadi2010-09-301-0/+16
* Fix include order to avoid failed compilation on CLOOG_ORG.Andreas Simbuerger2010-09-301-0/+4
* Add necessary accessors for CloogMatrix (CLOOG_ORG).Andreas Simbuerger2010-09-301-0/+5
* Remove spaces from matrix lines.Riyadh Baghdadi2010-09-301-0/+10
* Fix columns order in openscop.Riyadh Baghdadi2010-09-301-0/+5
* Add testcase for PR43423.Sebastian Pop2010-09-301-0/+6
* Generate in priority signed types for integer constants.Sebastian Pop2010-09-301-0/+5
* Avoid lang_hooks, call build_nonstandard_integer_type.Sebastian Pop2010-09-301-0/+5
* Write OpenScop format.Riyadh Baghdadi2010-09-301-0/+24
* Fix miscompile of 416.gamess.Sebastian Pop2010-08-111-0/+8
* Fix gamess: the only constant phi nodes with one argument are is_gimple_min_i...Sebastian Pop2010-08-111-0/+8
* Fix typos.Sebastian Pop2010-08-111-2/+2
* Remove cloog_initialize and cloog_finalize when using official CLooG releases.Andreas Simbuerger2010-08-111-0/+11
* Adapt to new CloogScattering abstraction, introduced in official CLooG versio...Andreas Simbuerger2010-08-111-0/+21
* Introduce compatibility to newer CLooG's CloogState and mask the use with mac...Andreas Simbuerger2010-08-111-0/+28
* Adapt to new CLAST structure within upstream CLooG version and retain compati...Andreas Simbuerger2010-08-111-0/+15
* Make CLooG options compatible to newer CLooG releases and pass options to bui...Andreas Simbuerger2010-08-111-0/+11
* Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG.Andreas Simbuerger2010-08-111-0/+36
* Call scev_reset_htab when Graphite out-of-SSA has changed something.Sebastian Pop2010-08-111-0/+12
* Fix tonto: call propagate_expr_outside_region.Sebastian Pop2010-08-111-0/+11
* Call scev_analyzable_p only on is_gimple_reg.Sebastian Pop2010-08-111-0/+8
* Propagate constant values or parametric expressions outside the scop region.Sebastian Pop2010-08-111-0/+12
* Use SSA_NAME_DEF_STMT only on SSA_NAMEs.Sebastian Pop2010-08-111-0/+7
* Do not instantiate default definitions in instantiate_scev_name.Sebastian Pop2010-08-111-0/+5
* Enhance region checks.Vladimir Kargov2010-08-111-0/+5
* Add loop_exits_from_bb_p.Vladimir Kargov2010-08-111-0/+10
* Dot refined regions.Vladimir Kargov2010-08-111-0/+9