aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-07[multiple changes]Kenneth Zadeck1-2/+16
2008-05-06tree-flow.h: Remove prototype for computed_goto_p.Aldy Hernandez1-1/+2
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-7/+7
2008-04-24tree-parloops.c (take_address_of, [...]): Make them work on a region of code ...Antoniu Pop1-1/+1
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-10/+2
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-1/+3
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-9/+8
2008-04-10tree-vrp.c (extract_range_from_binary_expr): Don't handle TRUTH_ANDIF_EXPR or...Rafael Avila de Espindola1-0/+2
2008-04-08tree-cfg.c (verify_stmt): Print complete bogus stmt.Richard Guenther1-0/+7
2008-04-05tree-cfg.c (need_fake_edge_p): Return false for calls to builtins that return...Ben Elliston1-3/+15
2008-04-04re PR target/35364 (ICE on ia64 with vector declaration inside #pragma omp pa...Jakub Jelinek1-0/+27
2008-04-04function.c (free_after_parsing): Replace with cxx_push_function_context from ...Paolo Bonzini1-1/+1
2008-04-02re PR tree-optimization/14495 ([tree-ssa] Propagate range info into a switch ...Richard Guenther1-17/+23
2008-04-01tree-cfg.c (verify_expr): remove in_phi.Rafael Avila de Espindola1-26/+1
2008-03-22tree-cfg.c (verify_expr): Recurse again for invariant addresses.Richard Guenther1-5/+8
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-15/+25
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka1-0/+1
2008-03-10re PR middle-end/35099 (ICE in remove_unreachable_regions with -O -fopenmp)Jakub Jelinek1-0/+2
2008-03-06tree.def (BIT_FIELD_REF): Constrain result type and its precision.Richard Guenther1-0/+16