OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / graphite-clast-to-gimple.c
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.
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.