aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson1-1/+1
2011-07-21ChangeLog gcc/Kai Tietz1-1/+3
2011-07-19gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...Richard Guenther1-15/+2
2011-07-0507-05-2011 Razya Ladelsky <razya@il.ibm.com>Razya Ladelsky1-32/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+2
2011-06-14re PR fortran/49103 (local variables exchange values / wrong code with -O3)Jakub Jelinek1-0/+19
2011-06-06tree-pretty-print.c (dump_function_header): Add flags.Alexandre Oliva1-1/+1
2011-06-01Better function header dumpDavid Li1-6/+1
2011-05-19tree-cfg.c (verify_gimple_assign_binary): Barf on TRUTH_AND_EXPR, TRUTH_OR_EX...Kai Tietz1-19/+1
2011-05-18re PR middle-end/48989 (FAIL: gfortran.dg/lto/pr46036 f_lto_pr46036_0.o assem...Richard Guenther1-10/+16
2011-05-13Change edge_to_cases_cleanup to return true.Nathan Froyd1-1/+9
2011-05-13gimplify.c (gimplify_expr): Make sure operand is boolified.Kai Tietz1-0/+9
2011-05-12gimplify.c (gimple_boolify): Re-boolify expression arguments even if expressi...Kai Tietz1-4/+4
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-3/+4
2011-04-29builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o...Richard Guenther1-1/+1
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-5/+27
2011-04-18fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering1-2/+2
2011-04-08gimple.h (gimple_call_fntype): New function.Richard Guenther1-2/+2
2011-04-07basic-block.h (force_nonfallthru): Move to...Eric Botcazou1-0/+1
2011-03-31tree.h (CASE_CHAIN): Define.Nathan Froyd1-6/+6
2011-03-25Changelog c-family/Kai Tietz1-1/+1
2011-03-25tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.Richard Guenther1-241/+196
2011-03-25tree-cfg.c (verify_gimple_assign_unary): Drop special casing of complex types...Richard Guenther1-9/+3
2011-03-22gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther1-3/+5
2011-02-12tree-cfg.c (verify_gimple_call): Return true upon invalid argument to gimple ...Martin Jambor1-0/+1
2011-01-19Fixup formatting.Mike Stump1-2/+2
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-26re PR debug/46258 (gcc.dg/tree-ssa/pr23820.c: -fcompare-debug failure with -O...Alexandre Oliva1-1/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-15/+15
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-0/+14
2010-11-02re PR debug/46255 (-fcompare-debug failure with -fprofile-generate)Jakub Jelinek1-2/+2
2010-10-20re PR lto/45667 (ICE: verify_stmts failed: type mismatch in address expressio...Richard Guenther1-3/+8
2010-10-18tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.Eric Botcazou1-33/+55
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