aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm1-2/+2
2014-07-28re PR middle-end/61919 (FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test)Richard Sandiford1-13/+13
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-05tree-outof-ssa.c (queue_phi_copy_p): Combine phi_ssa_name_p from gimple.h and...Andrew MacLeod1-3/+18
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-09-26tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod1-1/+56
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-63/+59
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-9/+9
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-09-19Integrate lexical block into source_location.Dehao Chen1-8/+6
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-3/+3
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther1-6/+3
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-2/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-4/+1
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-76/+25
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-25/+76
2011-12-21re PR lto/41159 ([LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:...Richard Guenther1-2/+3
2011-11-18tree-outof-ssa.c (insert_back_edge_copies): Add call to mark_dfs_back_edges.Bill Schmidt1-0/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+4
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-4/+6
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-15re PR middle-end/43300 (ICE: in emit_move_insn, at expr.c:3432)Michael Matz1-9/+30
2010-01-19re PR tree-optimization/42719 ("-fcompare-debug failure" with "-O2 -ftracer")Jakub Jelinek1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-27/+27
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+4
2009-08-12re PR bootstrap/41031 (ICE in insert_value_copy_on_edge preventing bootstrap ...Richard Sandiford1-2/+4
2009-08-09tree-out-of-ssa.c (insert_value_copy_on_edge): If the source and destination ...Richard Sandiford1-9/+18
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini1-3/+2
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-19/+74
2009-05-13re PR middle-end/39976 (Big sixtrack degradation on powerpc 32/64 after revis...Michael Matz1-1/+69
2009-04-29re PR middle-end/39927 (build breakage for cris-elf building libstdc++-v3)Andreas Krebbel1-19/+40
2009-04-28re PR middle-end/39922 (Revision 146817 caused many regressions on trunk)Michael Matz1-1/+1
2009-04-27ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz1-2/+2
2009-04-26tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.H.J. Lu1-1/+1
2009-04-26Expand from SSA.Michael Matz1-838/+266
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-8/+4