summaryrefslogtreecommitdiff
path: root/gcc/tree-gimple.c
Commit message (Expand)AuthorAgeFilesLines
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+2
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* expr.c (handled_component_p): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* re PR tree-optimization/32589 (exp_dbug.adb:981: error: invalid array index)Eric Botcazou2007-07-111-1/+1
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-1/+3
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+3
* tree-gimple.c (is_gimple_min_invariant): Treat constant vector CONSTRUCTORs a...Andrew Pinski2006-12-201-0/+7
* re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski2006-12-121-2/+3
* [multiple changes]Diego Novillo2006-12-111-2/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-5/+7
* tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther2006-11-111-4/+1
* re PR middle-end/25505 (gcc uses way too much stack space for this code)Josh Conner2006-08-311-1/+3
* tree-gimple.c (is_gimple_stmt): Sink test of IS_EMPTY_STMT into a new NOP_EXP...Roger Sayle2006-07-151-3/+4
* re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson2006-04-131-1/+2
* tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo2006-01-191-0/+1
* [multiple changes]Diego Novillo2006-01-181-0/+8
* In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-12-061-8/+3
* re PR tree-optimization/24665 (internal compiler error: get_indirect_ref_oper...Richard Henderson2005-11-191-3/+1
* Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo2005-07-091-0/+9
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson2005-06-091-4/+8
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-0/+1
* hooks.c, [...]: Update copyright.Kazu Hirata2005-03-181-1/+1
* tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of integer_zerop.Zdenek Dvorak2005-03-141-1/+1
* * tree-gimple.c (get_base_address): Update documentation.Diego Novillo2004-12-141-1/+8
* * tree-gimple.c (get_base_address): Update documentation.Diego Novillo2004-12-121-4/+1
* c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata2004-12-081-2/+2
* c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2004-12-071-1/+1
* expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.Richard Henderson2004-11-291-5/+1
* re PR middle-end/17526 (libcpp is miscompiled with -fno-pcc-struct-return -O2)Jason Merrill2004-10-311-3/+6
* tree-gimple.c (is_gimple_constructor_elt): Remove.Kazu Hirata2004-10-221-10/+0
* re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson2004-09-291-6/+39
* tree.h (INDIRECT_REF_P): New macro.Daniel Berlin2004-09-291-6/+3
* tree-gimple.c: Move GIMPLE definition...Dale Johannesen2004-09-251-154/+1
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-1/+5
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-10/+13
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-0/+3
* tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson2004-08-181-28/+25
* re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo2004-08-121-4/+1
* gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue.Richard Henderson2004-07-301-0/+1
* gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.Richard Henderson2004-07-271-8/+10
* gimplify.c (gimplify_compound_lval): Check for no handled operations, rather ...Richard Kenner2004-07-231-7/+2
* gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.Richard Henderson2004-07-201-0/+28
* builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson2004-07-161-6/+0
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-8/+29
* tree-gimple.c (is_gimple_reg_rhs, [...]): New fns.Jason Merrill2004-07-141-2/+54
* tree.def (RTL_EXPR): Remove.Richard Henderson2004-07-011-1/+0
* gimplify.c (gimplify_compound_lval): Take fallback argument instead of want_l...Richard Henderson2004-06-301-218/+153
* tree-gimple.c (right_assocify_expr): KillRichard Henderson2004-06-301-70/+0