aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor1-1/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-0/+1
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