aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-11[multiple changes]Diego Novillo1-54/+91
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-5/+5
2006-12-04tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin1-126/+0
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-20/+18
2006-11-03tree-ssa.c (warn_uninit): Use expand_location variables for locus and declara...Ben Elliston1-5/+7
2006-08-29re PR tree-optimization/17506 (warning about uninitialized variable points to...Joern Rennecke1-1/+7
2006-06-15re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-11/+0
2006-06-08re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-0/+11
2006-03-25re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin1-0/+41
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-14/+14
2006-02-18tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo1-2/+2
2005-12-19tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...Zdenek Dvorak1-10/+8
2005-12-19tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased...Zdenek Dvorak1-9/+0
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-2/+3
2005-12-17tree-flow-inline.h (set_default_def, [...]): Kill.Jan Hubicka1-0/+3
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-1/+1
2005-11-16re PR middle-end/23497 (Bogus 'is used uninitialized...' warning about std::c...Richard Henderson1-4/+19
2005-11-10tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.Daniel Berlin1-1/+2
2005-11-08re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...Daniel Berlin1-0/+1
2005-07-19re PR tree-optimization/22278 (gcc -O2 discards cast to volatile)Richard Henderson1-0/+9
2005-07-13tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka1-1/+1
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-2/+1
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-28/+28
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-1/+1
2005-06-30[multiple changes]Daniel Berlin1-14/+31