aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-07re PR middle-end/45869 (type mismatch in shift expression produces ice with -...Richard Guenther1-2/+3
2010-09-24extend.texi: (attribute leaf): Document.Jan Hubicka1-2/+4
2010-09-15re PR tree-optimization/45633 (internal compiler error: verify_stmts failed)Jakub Jelinek1-5/+2
2010-09-07re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther1-4/+0
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-3/+1
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-4/+3
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-0/+7
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-0/+11
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-4/+4
2010-07-13re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke1-0/+2
2010-07-09re PR middle-end/44890 (Hitting gcc_assert in build2_stat with pr30388.c test...Richard Guenther1-1/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-07tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther1-1/+4
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-6/+5
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-3/+1
2010-07-05tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE RESULT_DECLs prop...Richard Biener1-6/+8
2010-07-02re PR middle-end/44777 (ICE: SIGSEGV with -fprofile-use in gcc.c-torture/exec...Richard Guenther1-1/+1
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-40/+98
2010-06-26re PR tree-optimization/44393 (ICE: verify_ssa failed: no immediate_use list ...Richard Guenther1-15/+0
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-0/+62
2010-06-11invoke.texi (Wsuggest-attribute): Document.Jan Hubicka1-8/+10
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-3/+3
2010-06-03re PR debug/44375 (goto_locus lost at -O0 during cfg cleanup)Jakub Jelinek1-0/+17
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-06-01tree-cfg.c (verify_stmt): Do not skip could_throw test.Jan Hubicka1-8/+2
2010-05-31gimple.c (gimple_call_builtin_p): New function.Jan Hubicka1-3/+18
2010-05-30tree-cfg.c (verify_gimple_assign_single): Implement verification for COND_EXP...Richard Guenther1-0/+14
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-6/+6
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-22re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt1-1/+6
2010-04-14re PR tree-optimization/42963 (Redundant switch labels not cleaned up anymore)Michael Matz1-88/+117
2010-03-16re PR tree-optimization/43379 (ICE: error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI sh...Richard Guenther1-0/+3
2010-03-15re PR tree-optimization/43367 (ice: in may_propagate_copy, at tree-ssa-copy.c...Richard Guenther1-20/+5
2010-02-03re PR tree-optimization/42927 (type mismatch in shift expression produces ice...Richard Guenther1-3/+3
2010-01-2828-01-2010 Razya Ladelsky <razya@il.ibm.com>Razya Ladelsky1-101/+24
2010-01-17tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther1-2/+2
2010-01-15re PR middle-end/42739 (ICE with computed goto, destructors, and optimization)Richard Guenther1-0/+9
2010-01-09Update copyright notices of my recent commits.Alexandre Oliva1-2/+2
2010-01-09re PR middle-end/42363 (ICE: verify_flow_info failed for gcc.c-torture/compil...Alexandre Oliva1-1/+7
2010-01-07gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.Richard Guenther1-1/+42
2010-01-05invoke.texi: Remove the documentation about option -Wunreachable-code.Eric Fisher1-16/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-66/+66
2009-11-22tree-cfg.c (verify_types_in_gimple_reference): Error out on V_C_E of an SSA_N...Martin Jambor1-7/+20
2009-11-16tree-cfg.c (gimple_redirect_edge_and_branch): Create the decl label for the n...Alexandre Oliva1-2/+11
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-2/+2
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+15
2009-10-22outer-4.c: Adjust scan.Razya Ladelsky1-9/+8