aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
AgeCommit message (Expand)Author
2014-09-09re PR c++/61214 (Weird interaction between -fvisibility-inlines-hidden, inlin...Jason Merrill
2014-08-14backport: re PR middle-end/62103 (Incorrect folding of bitfield in a union on...Thomas Preud'homme
2014-03-26tree-vrp.c (simplify_internal_call_using_ranges): If only one range is range_...Jakub Jelinek
2014-03-18cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when gimple cal...Martin Liska
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek
2014-02-11re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_f...Jan Hubicka
2014-02-07gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1) lookup in the vtab...Jan Hubicka
2014-02-05* gimple-fold.c (can_refer_decl_in_current_unit_p): Default visibility is safe.Jan Hubicka
2014-02-04gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.Jan Hubicka
2014-02-04ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe...Jan Hubicka
2014-02-03re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3)Jan Hubicka
2014-01-20re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct...Jakub Jelinek
2014-01-17re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek
2014-01-13re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu)Jakub Jelinek
2014-01-09re PR tree-optimization/59622 (internal compiler error: verify_gimple failed)Jakub Jelinek
2014-01-08re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-31re PR tree-optimization/59622 (internal compiler error: verify_gimple failed)Jakub Jelinek
2013-12-17re PR middle-end/35545 (tracer pass is run too late)Jan Hubicka
2013-12-17devirt-13.C: Update template.Jan Hubicka
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek
2013-11-27Don't create out-of-bounds BIT_FIELD_REF.Tom de Vries
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-08Re-factor tree.h - Part 1.Diego Novillo
2013-11-07tree-ssa-ccp.c (canonicalize_float_value): Rename to ...Richard Biener
2013-11-06typoJason Merrill
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-23ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt.Jan Hubicka
2013-09-16gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept abstract func...Jan Hubicka
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-10gimple-fold.c (gimple_get_virt_method_for_binfo): Pass real VAR_DECL of vtabl...Jan Hubicka
2013-08-26* gimple-fold.c (gimple_get_virt_method_for_binfo): Use ctor_for_folding.Jan Hubicka