summaryrefslogtreecommitdiff
path: root/gcc/sese.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-13/+13
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-4/+2
* gimplify.c (create_tmp_from_val): Mark temporary with DECL_GIMPLE_REG_P here ...Richard Guenther2012-08-141-3/+2
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-4/+2
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-1/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-2/+2
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-2/+2
* cfgloop.h: Do not include rtl.h.Steven Bosscher2012-06-171-1/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther2011-09-091-1/+4
* Fix PR49876: Continue code generation with integer_zero_node on gloog_errorSebastian Pop2011-07-281-10/+8
* Fix PR47691: do not abort compilation when code generation failsSebastian Pop2011-07-271-11/+30
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-1/+3
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-11/+0
* Fix PR46845: handle scop parameters before scev analysis.Sebastian Pop2010-12-151-3/+5
* Fix PR45230, PR45231, and PR45370: fold_stmt_inplace after replace_exp.Richard Guenther2010-12-081-6/+11
* LHS cannot be an ADDR_EXPR.Sebastian Pop2010-12-011-3/+0
* Call recompute_tree_invariant_for_addr_expr when replacing a constant in an A...Sebastian Pop2010-12-011-0/+13
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* Propagate constant values or parametric expressions outside the scop region.Sebastian Pop2010-08-111-1/+1
* Unshare the scev before code generating it.Sebastian Pop2010-08-111-1/+2
* Add testcase for PR42729 and fix handling of gimple_debug info.Sebastian Pop2010-08-111-13/+11
* Remove expand_scalar_variables_ hack.Sebastian Pop2010-08-111-553/+122
* Remove insert_loop_close_phis.Sebastian Pop2010-08-111-167/+0
* Replace map with rename_map.Sebastian Pop2010-08-111-48/+48
* Remove rename_nb_iterations and rename_sese_parametersSebastian Pop2010-08-111-56/+0
* Also rewrite out of SSA scalar dependences going outside the SCoP region.Sebastian Pop2010-08-111-159/+0
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* sese.h (create_if_region_on_edge): Remove.Laurynas Biveinis2010-04-231-1/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* Fold convert SSA_NAMEs in the scalar expander.Sebastian Pop2010-03-081-7/+7
* Fix PR42326: handle default definitions.Sebastian Pop2010-03-081-3/+2
* Fix PR43097: rename only SSA_NAMEs.Sebastian Pop2010-02-231-3/+9
* Fix PR43026: handle COMPONENT_REFs in expand scalar expressions.Sebastian Pop2010-02-231-0/+3
* re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop2010-02-111-32/+27
* re PR tree-optimization/42681 (ICE: in build2_stat, at tree.c:3664 with "-O1 ...Sebastian Pop2010-01-141-0/+28
* re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)Sebastian Pop2010-01-141-3/+66
* re PR middle-end/42393 ([graphite] internal compiler error: in check_loop_cl...Sebastian Pop2010-01-101-15/+44
* re PR tree-optimization/42221 (ICE from '-Os -fgraphite-identity')Sebastian Pop2010-01-081-1/+14
* re PR tree-optimization/42641 (Random code-generation differences with GRAPHITE)Richard Guenther2010-01-071-1/+1
* Do not abuse sese for codegenerationTobias Grosser2009-11-301-8/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-17/+17
* graphite-clast-to-gimple.c (gloog): Free if_region, if_region->true_region, a...Sebastian Pop2009-11-251-5/+8
* graphite-clast-to-gimple.c (gloog): Do not call sese_reset_aux_in_loops.Sebastian Pop2009-11-251-12/+0
* sese.c (get_vdef_before_sese): Handle GIMPLE_ASSIGN and GIMPLE_CALL.Sebastian Pop2009-11-251-6/+24
* re PR debug/41888 (ICE from '-O -ftree-loop-distribution -fgraphite-identity ...Alexandre Oliva2009-11-181-3/+93