aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-29tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts of floating poi...Richard Guenther1-1/+12
2009-04-29tree-cfg.c (verify_types_in_gimple_reference): Add require_lvalue parameter.Richard Guenther1-6/+8
2009-04-27re PR java/38374 (constant pool references have wrong types in ADDR_EXPR)Richard Guenther1-0/+21
2009-04-25tree.c (list_equal_p): New function.Jan Hubicka1-0/+3
2009-04-25tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka1-5/+26
2009-04-20basic-block.h (get_all_dominated_blocks): Declare.Richard Guenther1-15/+1
2009-04-18cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka1-1/+4
2009-04-18re PR tree-optimization/39804 (internal compiler error: in propagate_necessit...Richard Guenther1-1/+2
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+3
2009-04-16tree-cfg.c (verify_gimple_assign_binary): Allow POINTER_PLUS_EXPR-like PLUS_E...Richard Guenther1-15/+44
2009-04-16re PR middle-end/39625 (Revision 145338 breaks ability to build Ada)Richard Guenther1-1/+23
2009-04-14tree-cfg.c (verify_gimple_assign_unary): Adjust vector code verification.Richard Guenther1-30/+37
2009-04-09c-gimplify.c (c_gimplify_expr): Fix the invalid GENERIC &ARRAY addresses by a...Richard Guenther1-5/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-23/+6
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-0/+5
2009-03-06re PR debug/39372 (Missing DW_AT_location for constructor static variable)Jakub Jelinek1-2/+2
2009-03-05re PR debug/39379 (DW_TAG_imported* no longer emitted)Jakub Jelinek1-3/+15
2009-02-27re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-0/+5
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-06re PR tree-optimization/38977 (bash no longer builds with profile-feedback)Richard Guenther1-3/+8
2009-01-04tree.def (LSHIFT_EXPR, [...]): Add commentary.Richard Sandiford1-1/+8
2009-01-01Fix typo.Andrew Pinski1-1/+1
2009-01-01re PR middle-end/30142 ([meta-bug] invalid gimple)Andrew Pinski1-8/+11
2008-12-30tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero, to visit all EH state...Steven Bosscher1-1/+1
2008-12-27re PR middle-end/38633 (ICE with #pragma omp parallel and struct declaration)Jakub Jelinek1-0/+2
2008-12-11Fix testsuite/gfortran.dg/graphite/id-4.f90.Sebastian Pop1-6/+1
2008-10-09tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.Jakub Jelinek1-3/+6
2008-10-07re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek1-1/+23
2008-09-18re PR middle-end/37284 (ICE on valid code with -fstrict-aliasing)Richard Guenther1-0/+12
2008-09-17tree-cfg.c (verify_types_in_gimple_assign): Rename to ...Richard Guenther1-192/+324
2008-09-09tree-cfg.c (verify_types_in_gimple_op): Remove.Richard Guenther1-133/+178
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-1/+1
2008-09-03re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....Jan Hubicka1-2/+5
2008-09-02re PR tree-optimization/36766 (natGC.cc:229: internal compiler error: Segment...Jakub Jelinek1-1/+7
2008-09-02backport: configure: Regenerate.Sebastian Pop1-1/+1
2008-08-31tree-cfg.c (verify_types_in_gimple_assign): Dump mismatched types instead of ...Richard Guenther1-4/+21
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-18tree-cfg.c (verify_types_in_gimple_assign): Verify copies and loads have the ...Richard Guenther1-0/+10
2008-08-18passes.c (init_optimization_passes): Remove cleanup_cfg1, sdse1 and addressab...Richard Guenther1-5/+2
2008-08-09gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther1-2/+10
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1955/+1553
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-1/+1
2008-06-27re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek1-27/+88
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-4/+5
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-2/+4
2008-05-18tree-cfg.c (verify_gimple_expr): Allow conversions from pointers to sizetype ...Richard Guenther1-1/+4
2008-05-16[multiple changes]Diego Novillo1-13/+28
2008-05-16invoke.text (-fdump-tree-*-verbose): New option.Kenneth Zadeck1-0/+7
2008-05-10tree-cfg.c (valid_fixed_convert_types_p): New function.Richard Sandiford1-0/+33
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+2