aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-06tree-ssa.c (execute_update_address_taken): Handle TARGET_MEM_REF when process...Andrey Belevantsev1-8/+14
2009-05-03re PR tree-optimization/23329 (hack in may_propagate_copy should be able to r...Richard Guenther1-6/+10
2009-05-02re PR regression/40001 (r146817 broke libgloss build for SPU)Richard Guenther1-1/+3
2009-04-26Expand from SSA.Michael Matz1-1/+2
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+3
2009-04-16gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther1-7/+5
2009-04-04tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.Richard Guenther1-1/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-329/+126
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-0/+15
2009-03-27Fix for PR39557Xinliang David Li1-0/+5
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-01-28re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this fun...Richard Guenther1-1/+5
2009-01-26re PR tree-optimization/38745 (ICE: statement makes a memory store, but has n...Richard Guenther1-1/+6
2008-12-31re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)Jakub Jelinek1-5/+0
2008-12-18re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)Jakub Jelinek1-0/+5
2008-11-05re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther1-7/+12
2008-10-16re PR middle-end/37418 (error: type mismatch in address expression, verify_gi...Richard Biener1-3/+8
2008-10-02re PR middle-end/37713 (ice for legal code with -O3 on 20080926)Richard Guenther1-4/+4
2008-09-19re PR tree-optimization/30930 (vector can cause to create an extra variable, ...Andrew Pinski1-19/+59
2008-09-11tree-ssa.c (redirect_edge_var_map_clear): Fix formatting.Jan Hubicka1-1/+14
2008-08-20re PR middle-end/179 (-Wuninitialized missing warning with &var)Manuel López-Ibáñez1-0/+42
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-10re PR middle-end/20644 (bogus uninitialized warning on unused variable)Manuel López-Ibáñez1-3/+19
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-6/+8
2008-08-05re PR c++/37016 (member function pointer failure with optimization)Jason Merrill1-2/+8
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-108/+136
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-4/+4
2008-06-28tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther1-0/+2
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-3/+3
2008-06-12re PR tree-optimization/36345 (TBAA-pruning of points-to sets ineffective)Richard Guenther1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2008-05-29re PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-t...Richard Guenther1-1/+3
2008-05-28re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther1-23/+8
2008-05-13tree.h (init_phinodes, [...]): Move ...Diego Novillo1-11/+11
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-1/+1
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-7/+0
2008-03-20tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...Richard Guenther1-6/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-03-19re PR tree-optimization/35609 ("is used uninitialized in this function" shoul...Richard Guenther1-9/+27
2008-03-05cfg.c: Include tree-flow.h.Aldy Hernandez1-17/+139
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-23/+54
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-54/+23
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-23/+54
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-54/+23
2007-12-13re PR middle-end/33088 (spurious exceptions with -ffloat-store)Eric Botcazou1-13/+21
2007-11-14re PR middle-end/34088 (ICE with uninitialized variable and -Werror)Jakub Jelinek1-1/+2
2007-10-30* tree-ssa.c (execute_update_addresses_taken): Initialize update_vops.Janis Johnson1-1/+1
2007-10-18tree-ssa.c (uid_ssaname_map_eq): New function.Richard Guenther1-2/+20
2007-10-18tree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map.Richard Guenther1-2/+20
2007-09-07passes.c (init_optimization_passes): Add simple dce and addressable passes.Jan Hubicka1-0/+96