summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/45869 (type mismatch in shift expression produces ice with -...Richard Guenther2010-10-071-2/+3
* extend.texi: (attribute leaf): Document.Jan Hubicka2010-09-241-2/+4
* re PR tree-optimization/45633 (internal compiler error: verify_stmts failed)Jakub Jelinek2010-09-151-5/+2
* re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther2010-09-071-4/+0
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-3/+1
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-4/+3
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-0/+7
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-0/+11
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-4/+4
* re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke2010-07-131-0/+2
* re PR middle-end/44890 (Hitting gcc_assert in build2_stat with pr30388.c test...Richard Guenther2010-07-091-1/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther2010-07-071-1/+4
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-6/+5
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-3/+1
* tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE RESULT_DECLs prop...Richard Biener2010-07-051-6/+8
* re PR middle-end/44777 (ICE: SIGSEGV with -fprofile-use in gcc.c-torture/exec...Richard Guenther2010-07-021-1/+1
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-40/+98
* re PR tree-optimization/44393 (ICE: verify_ssa failed: no immediate_use list ...Richard Guenther2010-06-261-15/+0
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-0/+62
* invoke.texi (Wsuggest-attribute): Document.Jan Hubicka2010-06-111-8/+10
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-3/+3
* re PR debug/44375 (goto_locus lost at -O0 during cfg cleanup)Jakub Jelinek2010-06-031-0/+17
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* tree-cfg.c (verify_stmt): Do not skip could_throw test.Jan Hubicka2010-06-011-8/+2
* gimple.c (gimple_call_builtin_p): New function.Jan Hubicka2010-05-311-3/+18
* tree-cfg.c (verify_gimple_assign_single): Implement verification for COND_EXP...Richard Guenther2010-05-301-0/+14
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-6/+6
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt2010-04-221-1/+6
* re PR tree-optimization/42963 (Redundant switch labels not cleaned up anymore)Michael Matz2010-04-141-88/+117
* re PR tree-optimization/43379 (ICE: error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI sh...Richard Guenther2010-03-161-0/+3
* re PR tree-optimization/43367 (ice: in may_propagate_copy, at tree-ssa-copy.c...Richard Guenther2010-03-151-20/+5
* re PR tree-optimization/42927 (type mismatch in shift expression produces ice...Richard Guenther2010-02-031-3/+3
* 28-01-2010 Razya Ladelsky <razya@il.ibm.com>Razya Ladelsky2010-01-281-101/+24
* tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther2010-01-171-2/+2
* re PR middle-end/42739 (ICE with computed goto, destructors, and optimization)Richard Guenther2010-01-151-0/+9
* Update copyright notices of my recent commits.Alexandre Oliva2010-01-091-2/+2
* re PR middle-end/42363 (ICE: verify_flow_info failed for gcc.c-torture/compil...Alexandre Oliva2010-01-091-1/+7
* gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.Richard Guenther2010-01-071-1/+42
* invoke.texi: Remove the documentation about option -Wunreachable-code.Eric Fisher2010-01-051-16/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-66/+66
* tree-cfg.c (verify_types_in_gimple_reference): Error out on V_C_E of an SSA_N...Martin Jambor2009-11-221-7/+20
* tree-cfg.c (gimple_redirect_edge_and_branch): Create the decl label for the n...Alexandre Oliva2009-11-161-2/+11
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-2/+2
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+15
* outer-4.c: Adjust scan.Razya Ladelsky2009-10-221-9/+8