summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+2
* re PR fortran/49103 (local variables exchange values / wrong code with -O3)Jakub Jelinek2011-06-141-0/+19
* tree-pretty-print.c (dump_function_header): Add flags.Alexandre Oliva2011-06-061-1/+1
* Better function header dumpDavid Li2011-06-011-6/+1
* tree-cfg.c (verify_gimple_assign_binary): Barf on TRUTH_AND_EXPR, TRUTH_OR_EX...Kai Tietz2011-05-191-19/+1
* re PR middle-end/48989 (FAIL: gfortran.dg/lto/pr46036 f_lto_pr46036_0.o assem...Richard Guenther2011-05-181-10/+16
* Change edge_to_cases_cleanup to return true.Nathan Froyd2011-05-131-1/+9
* gimplify.c (gimplify_expr): Make sure operand is boolified.Kai Tietz2011-05-131-0/+9
* gimplify.c (gimple_boolify): Re-boolify expression arguments even if expressi...Kai Tietz2011-05-121-4/+4
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-3/+4
* builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o...Richard Guenther2011-04-291-1/+1
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-5/+27
* fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering2011-04-181-2/+2
* gimple.h (gimple_call_fntype): New function.Richard Guenther2011-04-081-2/+2
* basic-block.h (force_nonfallthru): Move to...Eric Botcazou2011-04-071-0/+1
* tree.h (CASE_CHAIN): Define.Nathan Froyd2011-03-311-6/+6
* Changelog c-family/Kai Tietz2011-03-251-1/+1
* tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.Richard Guenther2011-03-251-241/+196
* tree-cfg.c (verify_gimple_assign_unary): Drop special casing of complex types...Richard Guenther2011-03-251-9/+3
* gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther2011-03-221-3/+5
* tree-cfg.c (verify_gimple_call): Return true upon invalid argument to gimple ...Martin Jambor2011-02-121-0/+1
* Fixup formatting.Mike Stump2011-01-191-2/+2
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* re PR debug/46258 (gcc.dg/tree-ssa/pr23820.c: -fcompare-debug failure with -O...Alexandre Oliva2010-11-261-1/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-15/+15
* tree.def (FMA_EXPR): New tree code.Richard Guenther2010-11-041-0/+14
* re PR debug/46255 (-fcompare-debug failure with -fprofile-generate)Jakub Jelinek2010-11-021-2/+2
* re PR lto/45667 (ICE: verify_stmts failed: type mismatch in address expressio...Richard Guenther2010-10-201-3/+8
* tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.Eric Botcazou2010-10-181-33/+55
* 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