aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-05re PR bootstrap/51648 (Profiledbootstrap failure on x86_64-linux)Jakub Jelinek1-7/+19
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-2/+0
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-2/+0
2011-12-19re PR tree-optimization/51596 (ICE: verify_flow_info failed: BB 6 can not thr...Jakub Jelinek1-1/+2
2011-12-16re PR tree-optimization/51576 (Bootstrap failure with go)Jakub Jelinek1-4/+3
2011-12-14tree-cfg.c (replace_uses_by): Fixup TREE_CONSTANT for propagating all kinds o...Richard Guenther1-2/+2
2011-12-14tree-cfg.c (replace_uses_by): Only mark blocks altered that will make a diffe...Richard Guenther1-14/+23
2011-12-13Revert two unintended commitsRichard Henderson1-0/+2
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-2/+0
2011-12-13re PR tree-optimization/51481 (ice: dead STMT in EH table)Richard Guenther1-1/+2
2011-11-09revert: tree-cfg.c (verify_gimple_call): Verify that gimple_call_cannot_inlin...Richard Guenther1-10/+0
2011-11-09re PR tree-optimization/51039 (ICE: in estimate_function_body_sizes, at ipa-i...Richard Guenther1-0/+10
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-16/+93
2011-11-06tree-cfg.c (gimple_can_merge_blocks_p): For -O0 don't remove any user labels.Jakub Jelinek1-2/+2
2011-11-05re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek1-2/+17
2011-10-30tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.Dmitry Plotnikov1-2/+6
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-0/+38
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson1-5/+5
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-0/+53
2011-09-30re PR tree-optimization/50574 (gcc.c-torture/execute/vector-compare-1.c FAILs...Richard Guenther1-2/+2
2011-09-05tree-cfg.c (replace_uses_by): Use fold_stmt, not fold_stmt_inplace.Richard Guenther1-1/+3
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-17/+15
2011-08-2920011-08-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>Artjoms Sinkarovs1-12/+42
2011-08-19arm.md (maddhidi4): Remove '*' from name.Andrew Stubbs1-2/+2
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-4/+4
2011-08-16tree.h (ptrofftype_p): New helper function.Richard Guenther1-6/+4
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