aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-24re PR tree-optimization/33166 (ICE in get_indirect_ref_operands, at tree-ssa-...Richard Guenther1-36/+46
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-20tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition.Richard Guenther1-15/+10
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-05re PR middle-end/32639 (ptrmem1.C now ICE's on mainline)Richard Guenther1-5/+5
2007-07-04tree-ssa.c (useless_type_conversion_p): Add handling for scalar float and vec...Richard Guenther1-26/+68
2007-07-02tree-ssa.c (useless_type_conversion_p): Document future intent as defining th...Richard Guenther1-60/+90
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-0/+11
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-3/+3
2007-06-15[multiple changes]Andrew Pinski1-4/+6
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-1/+1
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-2/+2
2007-04-25tree-ssa.c ((warn_uninit): Annotate warning with -Wuninitialized.Dirk Mueller1-1/+1
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-0/+47
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-4/+6
2007-02-08re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo1-19/+0
2007-01-29tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin1-7/+10
2007-01-20tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.Jan Hubicka1-1/+0
2007-01-04cgraph.c (cgraph_release_function_body): New function.Jan Hubicka1-2/+5
2006-12-30tree.h (DECL_CALL_CLOBBERED): Remove.Jan Hubicka1-7/+7
2006-12-24tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size.Jan Hubicka1-0/+2
2006-12-20tree-flow-inline.h (gimple_var_anns): New function.Jan Hubicka1-1/+26