aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-07tree-ssa-ccp.c (canonicalize_float_value): Rename to ...Richard Biener1-0/+2
2013-11-06typoJason Merrill1-1/+1
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-4/+4
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+6
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod1-0/+122
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-1/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-23ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt.Jan Hubicka1-0/+20
2013-09-16gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept abstract func...Jan Hubicka1-4/+18
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-10gimple-fold.c (gimple_get_virt_method_for_binfo): Pass real VAR_DECL of vtabl...Jan Hubicka1-1/+1
2013-08-26* gimple-fold.c (gimple_get_virt_method_for_binfo): Use ctor_for_folding.Jan Hubicka1-5/+15
2013-08-18cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka1-1/+1
2013-08-16gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka1-5/+6
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-21gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Use types_same_for_odr.Jan Hubicka1-1/+1
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-14/+13
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-5/+0
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-2/+2
2013-05-09re PR lto/57084 (483. xalancbmk run fails with -O2 -flto for i686)Martin Jambor1-1/+1
2013-04-22[Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook.James Greenhalgh1-0/+2
2013-01-13re PR fortran/55935 ([OOP] Fortran fronted has ADDR_EXPRs of FUNCTION_DECLs w...Jakub Jelinek1-4/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-06gimple-fold.c (fold_stmt_1): Remove code handling folding stmts away.Richard Biener1-8/+2
2012-11-27gimple-fold.c (fold_stmt_1): Remove unnecessary code.Richard Biener1-8/+0
2012-11-27re PR middle-end/55331 (ICE: SIGSEGV in substitute_and_fold with -O2 -fno-tre...Richard Biener1-1/+1
2012-11-05re PR tree-optimization/54986 (segfault on constant initialized to object add...Eric Botcazou1-2/+7
2012-09-29tree.c (truth_type_for): New function.Marc Glisse1-19/+2
2012-09-14re PR c++/54427 (Expose more vector extensions)Marc Glisse1-4/+25
2012-09-11re PR middle-end/54515 (cc1plus sigsegv -O2 anonymous namespace)Richard Guenther1-2/+4
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-42/+31
2012-08-20re PR middle-end/54327 (Segmentation fault in init_ggc)Richard Guenther1-0/+5
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-9/+1
2012-07-19gimple-fold.c (canonicalize_constructor_val): Strip only useless type convers...Eric Botcazou1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-04re PR middle-end/53433 (ICE in int_mode_for_mode, at stor-layout.c:424 during...Richard Guenther1-0/+4
2012-06-15gimplify.c (gimplify_modify_expr): Fold generated statements.Michael Matz1-4/+6
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-0/+6
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-24tree-flow.h (create_var_ann): Remove.Richard Guenther1-1/+2
2012-05-19cgraphbuild.c (record_reference): Update.Jan Hubicka1-40/+77
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-10/+3
2012-05-16gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under GIMPLE_ASSIGN.Andrew Pinski1-6/+10
2012-05-11tree-flow.h (referenced_var_check_and_insert): Remove.Richard Guenther1-1/+1
2012-05-07tree-dfa.c (get_ref_base_and_extent): Do the offset computation using the pre...Eric Botcazou1-7/+29
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-13/+3
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-0/+1
2012-04-13re PR middle-end/52939 (ice in gimple_get_virt_method_for_binfo with -O3)Martin Jambor1-1/+1