]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/graphite-clast-to-gimple.c
function.h (loops_for_fn): New inline function.
[thirdparty/gcc.git] / gcc / graphite-clast-to-gimple.c
2013-04-30  Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-04-26  Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-08-02  Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-08-01  Richard Guenthergraphite-clast-to-gimple.c (translate_clast_user):...
2012-07-16  Steven Bosschergraphite-clast-to-gimple.c, [...]: Include tree-pass...
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-07-02  Richard Guenthercloog.m4: Set up to work against ISL only.
2012-07-02  Richard Guenther[multiple changes]
2012-03-05  Richard Guenthercfgloop.c (verify_loop_structure): Verify dominators...
2011-08-17  Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-07-28  Sebastian PopReplace v1, v2, lb, ub with bound_one, bound_two
2011-07-28  Sebastian PopFix PR48648: Handle CLAST assignments.
2011-07-27  Sebastian PopFix PR47691: do not abort compilation when code generat...
2011-07-22  Rainer Orthre PR bootstrap/49797 (CLooG use of LANGUAGE_C conflict...
2011-07-21  Sebastian PopInfer types based on lb and ub.
2011-07-21  Sebastian PopGenerate signed types whenever possible.
2011-07-21  Sebastian PopCompute once and cache the LB and UB for each clast_name.
2011-07-21  Sebastian PopRemove max_signed_precision_type.
2011-07-21  Sebastian PopRename gcc_type_for_clast_* into type_for_clast_*
2011-07-21  Sebastian PopAdd fixme comment.
2011-07-21  Sebastian PopCleanup function params using a struct.
2011-07-21  Sebastian PopRecord the loop level that defines a clast_name.
2011-07-21  Sebastian PopDo not compute twice type, lb, and ub.
2011-07-21  Sebastian PopStart counting nesting level from 0 and use the standar...
2011-07-05  Sebastian PopFix computation of precision.
2011-07-05  Sebastian PopCorrect typo.
2011-04-20  Jim Meyeringremove useless if-before-free tests
2011-03-12  Sebastian PopFix PR47127: call cloog_state_malloc and cloog_state_fr...
2010-12-29  Sebastian PopUse diagnostic-core.h instead of diagnostic.h.
2010-12-28  Sebastian PopDo not include unnecessary .h files.
2010-12-17  Alexander Monakovre PR middle-end/46761 (-fgraphite-identity produces...
2010-12-16  Sebastian PopFix PR46404: call scev_reset to reset the number of...
2010-11-30  Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-09-30  Sebastian PopFix Graphite memory leaks.
2010-09-30  Sebastian PopNew flag: -fgraphite-dump-cloog.
2010-09-30  Sebastian PopCDI_POST_DOMINATORS are not used in Graphite.
2010-09-30  Sebastian PopFix 435.gromacs miscompile.
2010-09-30  Sebastian PopGenerate in priority signed types for integer constants.
2010-09-30  Sebastian PopAvoid lang_hooks, call build_nonstandard_integer_type.
2010-08-20  Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-11  Andreas SimbuergerAdapt to new CloogScattering abstraction, introduced...
2010-08-11  Andreas SimbuergerIntroduce compatibility to newer CLooG's CloogState...
2010-08-11  Andreas SimbuergerAdapt to new CLAST structure within upstream CLooG...
2010-08-11  Andreas SimbuergerMake CLooG options compatible to newer CLooG releases...
2010-08-11  Andreas SimbuergerReintroduce necessary CLooG accessors to graphite....
2010-08-11  Sebastian PopRemove expand_scalar_variables_ hack.
2010-08-11  Sebastian PopRemove insert_loop_close_phis.
2010-08-11  Andreas SimbuergerMove cloog-related functions from graphite-ppl.{c,h...
2010-08-11  Andreas SimbuergerResolve CLooG's value_* macros to their respective...
2010-08-11  Sebastian PopReplace map with rename_map.
2010-08-11  Sebastian PopRemove copy_renames.
2010-08-11  Sebastian PopRemove rename_nb_iterations and rename_sese_parameters
2010-08-11  Sebastian PopAlso rewrite out of SSA scalar dependences going outsid...
2010-06-15  Sebastian PopFix PR44391: use size_one_node for pointer types.
2010-06-12  Sebastian PopDon't call pbb_to_depth_to_oldiv from compute_type_for_...
2010-06-02  Sebastian PopUse smallest_mode_for_size for computing the precision...
2010-05-29  Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-06  Andreas SimbuergerReplace Value with mpz_t
2010-05-06  Andreas SimbuergerResolve CLooG's value_* macros to their respective...
2010-04-06  Sebastian PopFix 473.astar miscompile.
2010-04-06  Sebastian PopUse POINTER_PLUS_EXPR for pointer types.
2010-04-06  Sebastian PopCompute min and max bounds for IVs and infer types.
2010-04-06  Sebastian PopAvoid calling verify_ssa twice in verify_loop_closed_ssa.
2010-04-02  Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-13  Sebastian PopUse ssizetype when long_long_integer_type_node is NULL.
2010-03-13  Sebastian PopCleanup: remove FIXMEs, add new function.
2010-03-08  Tobias GrosserFix type problems in loop ivs.
2010-03-08  Tobias GrosserDo not short-cut code generation with gloog_error.
2010-03-08  Sebastian Popgraphite-clast-to-gimple.c (find_cloog_iv_in_expr)...
2010-02-11  Sebastian Popre PR tree-optimization/42771 ([graphite] ICE: in graph...
2010-01-20  Jakub Jelineksel-sched.c (create_speculation_check): Remove set...
2010-01-14  Sebastian Popre PR tree-optimization/42681 (ICE: in build2_stat...
2010-01-14  Sebastian Popre PR tree-optimization/42732 ([graphite] ICE: verify_s...
2010-01-10  Sebastian Popre PR middle-end/42393 ([graphite] internal compiler...
2010-01-08  Sebastian PopRevert: Remove context_loop and level from translate_cl...
2010-01-07  Sebastian PopFix memory leaks.
2009-11-30  Tobias GrosserFix comments.
2009-11-30  Tobias GrosserProtect loops that might be executed zero times.
2009-11-30  Tobias GrosserRemove context_loop and level from translate_clast_...
2009-11-30  Tobias GrosserSimplify translate_clast_* methods
2009-11-30  Tobias Grossersplit translate_clast into single methods
2009-11-30  Tobias GrosserDo not abuse sese for codegeneration
2009-11-25  H.J. LuRemove trailing white spaces.
2009-11-25  Sebastian Popgraphite-clast-to-gimple.c (gloog): Free if_region...
2009-11-25  Sebastian Popgraphite-clast-to-gimple.c (gloog): Do not call sese_re...
2009-11-25  Sebastian Popgraphite-clast-to-gimple.c (find_pbb_via_hash): Moved up.
2009-11-25  Li Fenggraphite-clast-to-gimple.c (get_stmtfor_depth): Removed.
2009-11-25  Sebastian Popcfgloop.c (alloc_loop): Initialize loop->single_iv.
2009-11-25  Sebastian Popgraphite-clast-to-gimple.c (build_cloog_prog): Use...
2009-08-12  Sebastian PopMeasure time spent in DD analysis and in code gen.
2009-07-31  Sebastian PopNew Graphite files.