aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-2/+1
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-10/+27
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-3/+5
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-3/+4
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-3/+3
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-10/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-04-01re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....Richard Guenther1-0/+3
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-2/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-42/+42
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-0/+4
2009-09-14Squash commit of EH in gimpleRichard Henderson1-2/+0
2009-09-05re PR c++/41273 (ICE in add_virtual_operand, at tree-ssa-operands.c:638)Richard Guenther1-2/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-12/+27
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+2
2009-05-29tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther1-10/+0
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini1-68/+0
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-3/+0
2009-04-16gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther1-36/+12
2009-04-04tree-ssa-operands.c (pop_stmt_changes): Remove automatic renaming code.Richard Guenther1-11/+0
2009-04-04tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.Richard Guenther1-0/+6
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-1537/+242
2008-12-06re PR middle-end/38428 (ice for Linux kernel code with -O2)Jakub Jelinek1-0/+4
2008-09-18re PR middle-end/37448 (cannot compile big function)Jan Hubicka1-3/+3
2008-08-29re PR middle-end/37236 (ICE: in mark_operand_necessary, at tree-ssa-dce.c:242)Richard Guenther1-21/+22
2008-08-18tree-sra.c (generate_element_init_1): Deal with NULL constructor element index.Richard Guenther1-1/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-465/+258
2008-06-28tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther1-26/+38
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-9/+14
2008-06-06tree-ssa-structalias.c (merge_smts_into): Remove.Richard Guenther1-1/+2
2008-05-23tree-ssa-operands.c (mark_difference_for_renaming): Use bitmap_xor.Richard Guenther1-7/+1
2008-05-15treestruct.def (TS_STRUCT_FIELD_TAG): Remove.Diego Novillo1-3/+1
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-241/+25
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka1-0/+1
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-25/+28
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-28/+25
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-25/+28
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-28/+25
2008-01-08re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...Richard Guenther1-1/+1
2008-01-02re PR tree-optimization/34093 (ICE in ssa_operand_alloc, at tree-ssa-operands...Richard Guenther1-5/+4
2007-12-14re PR middle-end/34462 (tree check: expected ssa_name, have struct_field_tag ...Richard Guenther1-5/+12
2007-12-04re PR middle-end/34334 (ICE in vuses_compare, at tree-vn.c:118)Richard Guenther1-3/+17
2007-11-23tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.Richard Guenther1-3/+5
2007-11-20tree-ssa-operands.c (add_virtual_operand): Consistently prune accesses.Richard Guenther1-1/+0
2007-11-16re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther1-85/+27
2007-11-13pr 33870Diego Novillo1-9/+43
2007-11-07re PR tree-optimization/33870 (miscompiles sqlite)Diego Novillo1-2/+42
2007-11-06tree-flow.h (struct fieldoff): Reformat comment.Diego Novillo1-33/+37