aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-18Fix comments and formatrtingAndrew MacLeod1-3/+3
2008-09-18fix PR 37102 by having out of ssa remove dead PHI nodes.Andrew MacLeod1-7/+62
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-140/+132
2008-07-07re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu)Richard Guenther1-0/+2
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-1/+1
2008-06-18* tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.Jan Hubicka1-1/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-01-06Fix PR34263: Cleaning up latch blocksRevital Eres1-1/+158
2008-01-05re PR tree-optimization/34618 (ICE with -fmudflap and vectorization)Jakub Jelinek1-1/+2
2007-10-28re PR middle-end/33589 (ICE on valid code at -O2: verify_flow_info failed)Andrew Pinski1-1/+6
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-4/+4
2006-12-24tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.Jan Hubicka1-3/+0
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-1/+1
2006-12-11* tree-scalar-evolution.c (scev_const_prop):Diego Novillo1-3/+3