summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/20458 (structure aliasing causes wrong code)Daniel Berlin2005-03-151-1/+3
* builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak2005-03-141-1/+3
* In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-03-131-39/+142
* tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.Steven Bosscher2005-03-121-5/+1
* * tree-ssa-operands.c (check_build_stmt): Remove.Kazu Hirata2005-03-071-5/+0
* re PR tree-optimization/20100 (LIM is pulling out a pure function even though...Diego Novillo2005-02-231-1/+11
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* [multiple changes]Diego Novillo2005-01-081-7/+4
* tree-ssa-alias.c (setup_pointers_and_addressables): Remove redundant test of ...Jeff Law2004-12-101-12/+0
* tree-ssa-operands.c (build_ssa_operands, [...]): Ignore a VIEW_CONVERT_EXPR o...Richard Kenner2004-11-281-14/+27
* * cse.c, tree-ssa-operands.c: Fix comment typos.Kazu Hirata2004-11-261-3/+3
* re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improv...Andrew MacLeod2004-11-251-89/+241
* tree-ssa-operands.c (build_ssa_operands): Make it static.Kazu Hirata2004-11-081-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-3/+3
* Back out previous accidental commit.Geoffrey Keating2004-10-301-2/+0
* darwin.h (ASM_SPEC): Simplify.Geoffrey Keating2004-10-301-0/+2
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-1/+1
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-9/+16
* patch to remove the analysis of module level static variables.Kenneth Zadeck2004-10-251-61/+11
* re PR middle-end/17756 (contained_3.f90)Richard Henderson2004-10-051-0/+1
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-8/+12
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-1/+15
* tree.def (VEC_COND_EXPR): New tree node.Devang Patel2004-09-211-1/+2
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-5/+5
* tree-ssa-operands.c (add_call_clobber_ops): Make read-only test apply only to...Diego Novillo2004-09-161-2/+8
* tree-ssa-operands.c (add_call_clobber_ops): Fix unused variable warning with ...Richard Henderson2004-09-151-37/+31
* turn off code clobbering optimization for static variables untilKenneth Zadeck2004-09-151-1/+5
* New code to analyze file level static variables and to determine if...Kenneth Zadeck2004-09-131-11/+56
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-4/+4
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-36/+18
* tree-ssa-operands.c (add_stmt_operand): Use V_MUST_DEF even for variables bei...Jan Hubicka2004-09-081-10/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-3/+3
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-0/+12
* Tree level if-conversion for vectorizer.Devang Patel2004-09-031-1/+6
* tree-ssa-operands.c (fini_ssa_operands): ggc_free unused arrays.Jan Hubicka2004-09-031-0/+10
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-0/+4
* tree-ssa-operands.c (get_call_expr_operands): Add VUSE operands for noreturn ...Zdenek Dvorak2004-08-231-1/+1
* tree-dfa.c (add_referenced_var): Only global variables are call-clobbered.Diego Novillo2004-08-181-11/+26
* re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo2004-08-121-2/+2
* tree-flow-inline.h (get_def_ops, [...]): Add operand structure reference.Andrew MacLeod2004-08-111-486/+660
* tree-ssa-operands.c (get_expr_operands): Revert changes to ADDR_EXPR processi...Diego Novillo2004-07-291-3/+3
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-56/+29
* tree-ssa-operands.c (get_stmt_operands, [...]): Handle ARRAY_RANGE_REF like A...Richard Kenner2004-07-251-2/+4
* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.Richard Kenner2004-07-231-0/+1
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-0/+2
* Fix typo in comment.Richard Kenner2004-07-201-1/+1
* builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson2004-07-161-9/+2
* tree-ssa-operands.c (get_expr_operands): Fix 2004-07-15 switchification wrt C...Richard Henderson2004-07-161-1/+12
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-11/+26