summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
AgeCommit message (Expand)Author
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther
2012-08-08tree-ssa-operands.h (virtual_operand_p): Declare.Richard Guenther
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-05-24varpool.c (add_new_static_var): Remove call to create_var_ann.Richard Guenther
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther
2012-04-05gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther
2012-02-10tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.Richard Henderson
2011-12-08tree-ssa-operands.c (add_stmt_operand): Do not mark stmts volatile when proce...Richard Guenther
2011-12-05tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names.Richard Guenther
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs
2011-09-09tree-ssa-operands.c (swap_tree_operands): Always adjust existing operand posi...Richard Guenther
2011-07-19tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...Richard Guenther
2011-04-15gimple.h (gimple_asm_clobbers_memory_p): Declare.Nathan Froyd
2011-04-08gimple.c (gimple_set_modified): Do not queue calls to MODIFIED_NORETURN_CALLS...Richard Guenther
2011-03-15re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-11-05re PR debug/46307 (ICE with FMA_EXPR in DEBUG stmts)Jakub Jelinek
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther
2010-06-25With large parts from Jim Wilson:Bernd Schmidt
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher
2010-04-01re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....Richard Guenther
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva
2009-09-14Squash commit of EH in gimpleRichard Henderson
2009-09-05re PR c++/41273 (ICE in add_virtual_operand, at tree-ssa-operands.c:638)Richard Guenther
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez
2009-05-29tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther
2009-04-16gimple.c (gimple_copy): Do not clear addresses_taken bitmap.Richard Guenther
2009-04-04tree-ssa-operands.c (pop_stmt_changes): Remove automatic renaming code.Richard Guenther
2009-04-04tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.Richard Guenther
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther
2008-12-06re PR middle-end/38428 (ice for Linux kernel code with -O2)Jakub Jelinek