summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-1/+1
* invoke.texi (-fprefetch-loop-arrays, [...]): Document.Zdenek Dvorak2006-02-141-14/+34
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-27/+19
* tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin2006-01-191-1/+1
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther2006-01-051-1/+3
* tree-outof-ssa.c (_elim_graph): Change the type of STACK to VEC(int,heap).Kazu Hirata2005-12-301-7/+7
* tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis2005-12-181-4/+4
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-3/+3
* cfgexpand.c (discover_nonconstant_array_refs_r, [...]): Move here from tree-o...Ulrich Weigand2005-10-191-66/+0
* re PR middle-end/21291 (can't find a register in class 'GENERAL_REGS' while r...Richard Henderson2005-08-041-41/+118
* tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka2005-07-301-3/+19
* Update FSF address.Kelley Cook2005-06-251-2/+2
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-2/+3
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin2005-06-011-3/+3
* tree-outof-ssa.c (_elim_graph): Change the type of edge_list to VEC(int,heap)*.Kazu Hirata2005-05-301-16/+20
* tree-outof-ssa.c (_elim_graph): Change the type of nodes and const_copies to ...Kazu Hirata2005-05-101-19/+22
* tree-outof-ssa.c (edge_leader, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-041-39/+55
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-67/+39