* jvspec.c (jvgenmain_spec): Don't handle -fnew-verifier.
[gcc.git] / gcc / graphite-clast-to-gimple.c
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.