summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR lto/41159 ([LTO] ICE in insert_value_copy_on_edge, at tree-ou...Uros Bizjak2011-12-211-2/+3
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-2/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+4
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2010-04-071-4/+6
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR middle-end/43300 (ICE: in emit_move_insn, at expr.c:3432)Michael Matz2010-03-151-9/+30
* re PR tree-optimization/42719 ("-fcompare-debug failure" with "-O2 -ftracer")Jakub Jelinek2010-01-191-0/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-27/+27
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+4
* re PR bootstrap/41031 (ICE in insert_value_copy_on_edge preventing bootstrap ...Richard Sandiford2009-08-121-2/+4
* tree-out-of-ssa.c (insert_value_copy_on_edge): If the source and destination ...Richard Sandiford2009-08-091-9/+18
* expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini2009-08-011-3/+2
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-19/+74
* re PR middle-end/39976 (Big sixtrack degradation on powerpc 32/64 after revis...Michael Matz2009-05-131-1/+69
* re PR middle-end/39927 (build breakage for cris-elf building libstdc++-v3)Andreas Krebbel2009-04-291-19/+40
* re PR middle-end/39922 (Revision 146817 caused many regressions on trunk)Michael Matz2009-04-281-1/+1
* ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz2009-04-271-2/+2
* tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.H.J. Lu2009-04-261-1/+1
* Expand from SSA.Michael Matz2009-04-261-838/+266
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-8/+4
* Fix comments and formatrtingAndrew MacLeod2008-09-181-3/+3
* fix PR 37102 by having out of ssa remove dead PHI nodes.Andrew MacLeod2008-09-181-7/+62
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-140/+132
* re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu)Richard Guenther2008-07-071-0/+2
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-1/+1
* * tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.Jan Hubicka2008-06-181-1/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* Fix PR34263: Cleaning up latch blocksRevital Eres2008-01-061-1/+158
* re PR tree-optimization/34618 (ICE with -fmudflap and vectorization)Jakub Jelinek2008-01-051-1/+2
* re PR middle-end/33589 (ICE on valid code at -O2: verify_flow_info failed)Andrew Pinski2007-10-281-1/+6
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-4/+4
* tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.Jan Hubicka2006-12-241-3/+0
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-1/+1
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-3/+3
* New out of ssa Coalescer.Andrew MacLeod2006-12-101-549/+52
* New TER code.Andrew MacLeod2006-12-081-604/+0
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-16/+17
* Switch live on entry to a per block basis from per variable.Andrew MacLeod2006-12-041-2/+1
* common.opt (ftree-combine-temps): Remove.Andrew MacLeod2006-12-011-149/+7
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-2/+2
* tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak2006-11-211-3/+0
* tree-outof-ssa.c (check_replaceable): Do not allocate def_vars bitmap when no...Jan Hubicka2006-08-011-1/+2
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-2/+2
* decl.c: Fix typo in function name.Eric Christopher2006-04-221-3/+3