aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-27gimple-fold.c (get_maxval_strlen): Add overload wrapping get_maxval_strlen in...Richard Biener1-204/+107
2014-08-27re PR lto/62239 (ICE: in execute_todo, at passes.c:1795 with LTO)Richard Biener1-0/+37
2014-08-25IPA C++ refactoring 4/NMartin Liska1-2/+2
2014-08-19gimple-fold.c (fold_gimple_assign): Properly build a null-pointer constant wh...Richard Biener1-12/+12
2014-08-18gimple-fold.c (fold_gimple_assign): Do not intorudce referneces to BUILT_IN_U...Jan Hubicka1-1/+3
2014-08-18re PR middle-end/62090 (ice in compute_may_aliases)Richard Biener1-18/+169
2014-08-18gimple-fold.c (maybe_fold_reference): Move re-gimplification code to ...Richard Biener1-61/+154
2014-08-14re PR middle-end/62090 (ice in compute_may_aliases)Richard Biener1-0/+128
2014-08-12re PR middle-end/62103 (Incorrect folding of bitfield in a union on big endia...Thomas Preud'homme1-2/+2
2014-08-08builtins.c (c_getstr, [...]): Export.Richard Biener1-168/+1459
2014-08-04gimple-fold.h (gimple_fold_builtin): Remove.Richard Biener1-1/+1
2014-07-29gimple-fold.c (fold_gimple_assign): Fix condition guarding ipa-devirt path; f...Jan Hubicka1-3/+4
2014-07-25re PR middle-end/61762 (failure to optimize memcpy from constant string)Richard Biener1-37/+13
2014-07-24IPA C++ refactoring 2/NMartin Liska1-2/+2
2014-07-24IPA C++ refactoring 1/NMartin Liska1-7/+7
2014-07-05cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i...Jan Hubicka1-2/+2
2014-06-27Fix for devirtualization dump functionsMartin Liska1-2/+2
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-24gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure that var decl is av...Jan Hubicka1-1/+2
2014-05-21re PR tree-optimization/60899 (undef reference generated with -fdevirtualize-...Jan Hubicka1-33/+21
2014-05-20add dbgcnt support for devirtXinliang David Li1-2/+23
2014-05-08gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove pointer propagation sp...Richard Biener1-15/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-69/+70
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-1/+1
2014-03-26tree-vrp.c (simplify_internal_call_using_ranges): If only one range is range_...Jakub Jelinek1-12/+72
2014-03-18cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when gimple cal...Martin Liska1-1/+6
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-0/+14
2014-02-11re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_f...Jan Hubicka1-9/+39
2014-02-07gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1) lookup in the vtab...Jan Hubicka1-4/+27
2014-02-05* gimple-fold.c (can_refer_decl_in_current_unit_p): Default visibility is safe.Jan Hubicka1-0/+1
2014-02-04gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.Jan Hubicka1-68/+0
2014-02-04ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe...Jan Hubicka1-15/+27
2014-02-03re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3)Jan Hubicka1-24/+30
2014-01-20re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct...Jakub Jelinek1-0/+8
2014-01-17re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek1-1/+2
2014-01-13re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu)Jakub Jelinek1-0/+62
2014-01-09re PR tree-optimization/59622 (internal compiler error: verify_gimple failed)Jakub Jelinek1-4/+25
2014-01-08re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener1-8/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-31re PR tree-optimization/59622 (internal compiler error: verify_gimple failed)Jakub Jelinek1-6/+12
2013-12-17re PR middle-end/35545 (tracer pass is run too late)Jan Hubicka1-0/+31
2013-12-17devirt-13.C: Update template.Jan Hubicka1-18/+12
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-2/+31
2013-11-27Don't create out-of-bounds BIT_FIELD_REF.Tom de Vries1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod1-3/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-4/+4