aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-gimple.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-0/+1
2008-05-27re PR middle-end/36326 (gimplification of aggregate copies introduces extra a...Michael Matz1-7/+2
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-05-08tree-complex.c (expand_complex_div_wide): Don't create CONDs that trap.Rafael Avila de Espindola1-7/+5
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-34/+40
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka1-0/+1
2008-03-18tree-gimple.h (is_gimple_invariant_address): Declare.Richard Guenther1-6/+83
2007-12-13re PR middle-end/33088 (spurious exceptions with -ffloat-store)Eric Botcazou1-3/+9
2007-12-06[multiple changes]Jakub Jelinek1-0/+1
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-0/+2
2007-10-04re PR tree-optimization/33627 (ICE in verify_stmts compiling abiword)Richard Guenther1-0/+44
2007-09-18tree-cfg.c (is_ctrl_altering_stmt, [...]): Don't use const_get_call_expr_in.Kaveh R. Ghazi1-19/+9
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-9/+19
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-1/+1
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+2
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25expr.c (handled_component_p): Constify.Kaveh R. Ghazi1-1/+1
2007-07-11re PR tree-optimization/32589 (exp_dbug.adb:981: error: invalid array index)Eric Botcazou1-1/+1
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-1/+3
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+3
2006-12-20tree-gimple.c (is_gimple_min_invariant): Treat constant vector CONSTRUCTORs a...Andrew Pinski1-0/+7
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-2/+3
2006-12-11[multiple changes]Diego Novillo1-2/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-5/+7
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-4/+1
2006-08-31re PR middle-end/25505 (gcc uses way too much stack space for this code)Josh Conner1-1/+3
2006-07-15tree-gimple.c (is_gimple_stmt): Sink test of IS_EMPTY_STMT into a new NOP_EXP...Roger Sayle1-3/+4
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-1/+2
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-0/+1
2006-01-18[multiple changes]Diego Novillo1-0/+8
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-8/+3
2005-11-19re PR tree-optimization/24665 (internal compiler error: get_indirect_ref_oper...Richard Henderson1-3/+1
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-0/+9
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-09re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson1-4/+8
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+1
2005-03-18hooks.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-14tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of integer_zerop.Zdenek Dvorak1-1/+1
2004-12-14* tree-gimple.c (get_base_address): Update documentation.Diego Novillo1-1/+8
2004-12-12* tree-gimple.c (get_base_address): Update documentation.Diego Novillo1-4/+1
2004-12-08c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata1-2/+2
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-1/+1
2004-11-29expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.Richard Henderson1-5/+1
2004-10-31re PR middle-end/17526 (libcpp is miscompiled with -fno-pcc-struct-return -O2)Jason Merrill1-3/+6
2004-10-22tree-gimple.c (is_gimple_constructor_elt): Remove.Kazu Hirata1-10/+0
2004-09-29re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson1-6/+39
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-6/+3
2004-09-25tree-gimple.c: Move GIMPLE definition...Dale Johannesen1-154/+1
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-1/+5