aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.graphite
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Fix PR45758: reset scevs before Graphite.Sebastian Pop1-0/+5
2010-09-30Fix miscompilation of 416.gamess.Sebastian Pop1-0/+5
2010-09-30Add testcase for PR45758.Sebastian Pop1-0/+5
2010-09-30Fix memory leaks in new scop detection.Sebastian Pop1-0/+4
2010-09-30Fix Graphite memory leaks.Sebastian Pop1-0/+9
2010-09-30New flag: -fgraphite-dump-cloog.Sebastian Pop1-0/+21
2010-09-30CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop1-0/+9
2010-09-30Only iterate over pbb_dim_iter_domain.Sebastian Pop1-0/+5
2010-09-30Fix comments.Sebastian Pop1-0/+4
2010-09-30New pass: loop flattening.Sebastian Pop1-0/+13
2010-09-30Add cloog_checksum.Sebastian Pop1-0/+5
2010-09-30Fix pbb_number_of_iterations_at_time.Sebastian Pop1-0/+7
2010-09-30Fix lst_update_scattering.Sebastian Pop1-0/+6
2010-09-30Outline lst_niter_for_loop.Sebastian Pop1-0/+6
2010-09-30Call fatal_error when the transform read from file is not legal.Sebastian Pop1-0/+5
2010-09-30Fix pretty printers.Sebastian Pop1-0/+6
2010-09-30Use FOR_EACH_VEC_ELT.Sebastian Pop1-0/+4
2010-09-30New SCoPDetection detects first SCoPs.Vladimir Kargov1-0/+12
2010-09-30Fix uninitialize warning.Sebastian Pop1-0/+4
2010-09-30Avoid set but not used warning.Sebastian Pop1-0/+6
2010-09-30Speed-up loop blocking: strip-mining is always legal.Sebastian Pop1-0/+6
2010-09-30Fix the description of graphite_can_represent_loop.Vladimir Kargov1-0/+5
2010-09-30Add testcase for PR45230.Sebastian Pop1-0/+5
2010-09-30Also handle ARRAY_REFs in instantiate_scev_r.Sebastian Pop1-0/+5
2010-09-30Fix chrec_contains_symbols_defined_in_loop.Sebastian Pop1-0/+9
2010-09-30A function is affine when CHREC_RIGHT is invariant.Sebastian Pop1-0/+6
2010-09-30Factor out is_gimple_reg calls.Sebastian Pop1-1/+8
2010-09-30Remove outermost loop parameter.Vladimir Kargov1-0/+6
2010-09-30Fix PR45229: gcc.c-torture/execute/20000412-4.c ICEs with -fgraphite-identity.Sebastian Pop1-0/+6
2010-09-30Integrate openscop tests in graphite testsuite.Riyadh Baghdadi1-2/+8
2010-09-30Add documentation for -fgraphite-read and -fgraphite-write.Riyadh Baghdadi1-0/+9
2010-09-30Disable graphite loop optimizations with fgraphite read.Riyadh Baghdadi1-0/+5
2010-09-30Dump each scop in a separate file.Riyadh Baghdadi1-0/+8
2010-09-30Remove redundant checks in graphite_can_represent_scev.Sebastian Pop1-0/+5
2010-09-30Fix 435.gromacs miscompile.Sebastian Pop1-0/+5
2010-09-30Enable graphite to read an OpenScop file.Riyadh Baghdadi1-0/+16
2010-09-30Fix include order to avoid failed compilation on CLOOG_ORG.Andreas Simbuerger1-0/+4
2010-09-30Add necessary accessors for CloogMatrix (CLOOG_ORG).Andreas Simbuerger1-0/+5
2010-09-30Remove spaces from matrix lines.Riyadh Baghdadi1-0/+10
2010-09-30Fix columns order in openscop.Riyadh Baghdadi1-0/+5
2010-09-30Add testcase for PR43423.Sebastian Pop1-0/+6
2010-09-30Generate in priority signed types for integer constants.Sebastian Pop1-0/+5
2010-09-30Avoid lang_hooks, call build_nonstandard_integer_type.Sebastian Pop1-0/+5
2010-09-30Write OpenScop format.Riyadh Baghdadi1-0/+24
2010-08-11Fix miscompile of 416.gamess.Sebastian Pop1-0/+8
2010-08-11Fix gamess: the only constant phi nodes with one argument are is_gimple_min_i...Sebastian Pop1-0/+8
2010-08-11Fix typos.Sebastian Pop1-2/+2
2010-08-11Remove cloog_initialize and cloog_finalize when using official CLooG releases.Andreas Simbuerger1-0/+11
2010-08-11Adapt to new CloogScattering abstraction, introduced in official CLooG versio...Andreas Simbuerger1-0/+21
2010-08-11Introduce compatibility to newer CLooG's CloogState and mask the use with mac...Andreas Simbuerger1-0/+28