summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/23177 (internal compiler error with -O option)Richard Guenther2005-08-021-1/+1
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-3/+3
* reg-stack.c: Fix comment typo(s).Volker Reichelt2005-07-211-3/+3
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-3/+6
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-32/+67
* * tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.Jan Hubicka2005-07-131-1/+1
* tree-ssa-operands.c (parse_ssa_operands): Fix formatting.Jan Hubicka2005-07-121-3/+5
* Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo2005-07-091-47/+41
* [multiple changes]Daniel Berlin2005-06-301-6/+6
* tree-optimize.c (exercute_free_datastructures): Do not disband implicit edges...Jan Hubicka2005-06-271-9/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/22171 (gcc-4.0-20050623 internal compiler error in li...Mark Mitchell2005-06-241-1/+1
* re PR tree-optimization/22000 (Read from volatile member of struct is optimiz...Mark Mitchell2005-06-241-1/+5
* tree-ssa-address.c: New file.Zdenek Dvorak2005-06-071-0/+29
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* tree-ssa-operands.c (opf_non_specific): New.Richard Henderson2005-05-181-16/+21
* re PR tree-optimization/21407 (wrong code with downcast in C++)Daniel Berlin2005-05-181-24/+3
* tree-ssa-operands.c (clobbered_v_may_defs, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-061-43/+24
* tree-flow-inline.h, [...]: Likewise.Kazu Hirata2005-05-041-4/+4
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-772/+679
* * tree-flow-inline.h, tree-ssa-operands.c: Fix comment typos.Kazu Hirata2005-04-291-2/+2
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-56/+23
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-14/+5
* dominance.c, [...]: Fix comment typos.Kazu Hirata2005-04-091-3/+3
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-6/+42
* tree-ssa-operands.c (correct_use_link): Remove linear scan.Andrew MacLeod2005-04-081-5/+24
* cse.c, [...]: Fix comment typos.Kazu Hirata2005-04-061-1/+1
* tree-ssa-operands.c (verify_abort): Use %p for pointers.Andrew MacLeod2005-04-051-3/+3
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-91/+476
* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get m...Daniel Berlin2005-03-301-0/+11
* re PR tree-optimization/20542 (Bootstrap failure at -Os)Daniel Berlin2005-03-211-43/+0
* 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