summaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
Commit message (Expand)AuthorAgeFilesLines
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-0/+1
* re PR middle-end/52939 (ice in gimple_get_virt_method_for_binfo with -O3)Martin Jambor2012-04-131-1/+1
* * gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.Mike Stump2012-04-061-1/+1
* tree-flow.h (struct pre_expr_d): Remove forward declaration.Richard Guenther2012-03-291-23/+0
* tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther2012-03-161-4/+5
* re PR c++/52582 (g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit))Richard Guenther2012-03-141-4/+17
* re PR middle-end/52329 (Invalid MEM_REF encountered in set_mem_attributes_min...Richard Guenther2012-02-221-0/+12
* re PR tree-optimization/52318 (ICE: in execute_todo, at passes.c:1748 with -O...Jakub Jelinek2012-02-211-3/+6
* builtins.def (BUILT_IN_STPNCPY_CHK): New definition.Romain Geissler2011-12-151-2/+5
* RevertJakub Jelinek2011-12-131-12/+1
* re PR tree-optimization/51481 (ice: dead STMT in EH table)Jakub Jelinek2011-12-121-1/+12
* gimple-fold.c (gimple_fold_stmt_to_constant_1): Also check the TYPE_MODE to r...Eric Botcazou2011-12-091-2/+4
* re PR middle-end/51436 (ICE(segfault) in gimplify_and_update_call_from_tree g...Richard Guenther2011-12-061-1/+1
* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther2011-12-051-12/+1
* gimple-fold.c (canonicalize_constructor_val): Mark address-taken variables ad...Richard Guenther2011-11-091-3/+6
* gimple-fold.c (canonicalize_constructor_val): Make sure we have referenced va...Richard Guenther2011-11-081-1/+2
* re PR middle-end/50890 (ICE in fold_convert_loc, at fold-const.c:1894)Richard Guenther2011-11-021-41/+59
* re PR tree-optimization/50768 (ICE: in execute_todo, at passes.c:1731 with -O...Richard Guenther2011-10-191-77/+52
* re PR tree-optimization/50389 (ICE: in execute_todo, at passes.c:1730 with -O...Richard Guenther2011-10-101-7/+4
* tree.h (avoid_folding_inline_builtin): New prototype.Jakub Jelinek2011-10-061-0/+5
* gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops with an embed...Richard Guenther2011-10-051-0/+13
* re PR middle-end/50609 (FAIL: gcc.c-torture/execute/pr23135.c compilation, -...Richard Guenther2011-10-051-2/+5
* re PR inline-asm/50571 (Undesirable folding in "m" constrained asm operands)Jakub Jelinek2011-09-301-22/+39
* gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek2011-09-261-0/+1
* re PR tree-optimization/50472 (Volatile qualification in data is not enough t...Richard Guenther2011-09-261-0/+3
* re PR lto/50430 (Constructors of static external vars are throwed away leadin...Jan Hubicka2011-09-161-1/+2
* gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther2011-09-091-6/+6
* cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor2011-09-021-48/+56
* expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther2011-09-011-41/+44
* re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther2011-08-301-432/+21
* gimple-fold.c (gimple_fold_stmt_to_constant_1): Set a location on the built A...Richard Guenther2011-08-291-2/+3
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-1/+1
* gimple.c (canonicalize_cond_expr_cond): Handle cast from boolean-type.Kai Tietz2011-08-021-0/+41
* gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR expression handling.Kai Tietz2011-07-271-10/+10
* re PR tree-optimization/49768 (C99 style union initializations does not work ...Jakub Jelinek2011-07-191-5/+9
* gimple-fold.c (fold_gimple_assign): Remove operand swapping.Richard Guenther2011-07-141-27/+18
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...Jan Hubicka2011-06-101-15/+2
* re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt2011-06-071-0/+131
* re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek2011-06-061-2/+16
* re PR bootstrap/49086 (libgomp/task.c:79:1: internal compiler error: Segmenta...Jakub Jelinek2011-05-201-2/+4
* re PR tree-optimization/49073 (g++ optimizer breaks do-while code)Jakub Jelinek2011-05-201-5/+27
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-6/+6
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-2/+8
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc...Martin Jambor2011-04-191-3/+88
* re PR middle-end/48661 (wrong-code regression with devirtualization)Jakub Jelinek2011-04-181-1/+5
* gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther2011-04-181-2/+12
* re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka2011-04-171-1/+4
* cgraphbuild.c (record_reference): Canonicalize constructor values.Michael Matz2011-04-031-4/+3
* re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther2011-03-241-0/+637
* gimple-fold.c (maybe_fold_reference): Open-code relevant constant folding.Richard Guenther2011-03-161-46/+41