summaryrefslogtreecommitdiff
path: root/gcc/sese.c
Commit message (Expand)AuthorAgeFilesLines
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-7/+7
* convert some hash_table to hash_mapTrevor Saunders2014-07-091-72/+17
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-13/+11
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+7
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+8
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+1
* tree-flow.h: Include new .h files.Andrew Macleod2013-10-021-0/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-17/+49
* Remove unused symbols related to ivtype_map.Lawrence Crowl2013-04-021-41/+0
* Remove various unused items.Lawrence Crowl2013-03-291-8/+0
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* 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