OSDN Git Service

2010-10-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / graphite-clast-to-gimple.c
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.
2010-02-11 spopFix PR42771.
2010-01-20 jakub * sel-sched.c (create_speculation_check): Remove set...
2010-01-14 spopFix PR42681.
2010-01-14 spopFix PR42732.
2010-01-10 spopFix PR42393.
2010-01-08 spopRevert: Remove context_loop and level from translate_cl...
2010-01-07 spopFix memory leaks.
2009-11-30 grosserFix comments.
2009-11-30 grosserProtect loops that might be executed zero times.
2009-11-30 grosserRemove context_loop and level from translate_clast_...
2009-11-30 grosserSimplify translate_clast_* methods
2009-11-30 grossersplit translate_clast into single methods
2009-11-30 grosserDo not abuse sese for codegeneration
2009-11-25 hjlRemove trailing white spaces.
2009-11-25 spop2009-11-03 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-26 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-26 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-20 Li Feng <nemokingdom@gmail.com>
2009-11-25 spop2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
2009-08-12 spopMeasure time spent in DD analysis and in code gen.
2009-07-31 spopNew Graphite files.