aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka1-1/+1
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-3/+3
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-11/+11
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-5/+0
2017-10-12PR c/82301 - Updated test case g++.dg/ext/attr-ifunc-1.C (and others) in r253...Martin Sebor1-60/+89
2017-09-19PR c/81854 - weak alias of an incompatible symbol acceptedMartin Sebor1-3/+64
2017-08-24re PR debug/81936 (ICE in dwarf2out_die_ref_for_decl, at dwarf2out.c:5543)Richard Biener1-4/+4
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-06cgraphunit.c (cgraph_node::finalize_function): When !flag_toplevel_reorde set...Jan Hubicka1-22/+19
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-13/+12
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-9/+9
2017-05-23cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka1-1/+1
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-4/+4
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-3/+11
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-03-28Fix calls.c for a _complex type (PR ipa/80104).Martin Liska1-0/+4
2017-02-09re PR ipa/70795 (gcc/libjava/interpret.cc:1948:1: ICE: in binds_to_current_de...Jan Hubicka1-0/+2
2017-01-24Add "__RTL" to cc1David Malcolm1-3/+38
2017-01-23tree.h (assign_assembler_name_if_neeeded): Rename to ...Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-20cgraphunit.c (analyze_functions): Set node->definition to false to signal sym...Richard Biener1-0/+1
2016-10-12re PR debug/77947 (ICE with -g and -O2 in strip_naming_typedef)Richard Biener1-3/+10
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-7/+7
2016-09-26re PR debug/77692 (gcc.dg/debug/dwarf2/const-2b.c FAILs)Richard Biener1-2/+9
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-09-20debug.h (gcc_debug_hooks): Add filename parameter to early_finish hook.Richard Biener1-1/+1
2016-08-18tree-pass.h (make_pass_materialize_all_clones): Declare.Richard Biener1-1/+0
2016-07-21function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ...Richard Biener1-0/+2
2016-07-15handle undefined extern vars in output_in_orderAlexander Monakov1-17/+19
2016-05-08cgraph.c (thunk_adjust): Export.Jan Hubicka1-1/+2
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-1/+1
2016-03-16re PR c/70093 (Instancing function with VM return type cases internal compile...Marek Polacek1-1/+3
2016-02-23PR c/69911 Check main_input_filename and DECL_SOURCE_FILE are not NULL.Mark Wielaard1-2/+5
2016-02-22PR28901 Add two levels for -Wunused-const-variable.Mark Wielaard1-2/+5
2016-02-10re PR ipa/69241 (ICE with noreturn and function that return non-POD)Jakub Jelinek1-2/+3
2016-02-05re PR target/69369 (internal compiler error: in remove_unreachable_nodes, at ...Ilya Enkovich1-2/+0
2016-01-19cgraphunit.c (cgraph_node::reset): Clear thunk info and instrumented_version.Jan Hubicka1-0/+2
2016-01-19re PR lto/69133 (LTO segfault in lto_get_decl_name_mapping() on 483.xalancbmk...Jan Hubicka1-1/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-0/+7
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-10/+15
2015-12-03re PR c++/68184 (Exception from a virtual function does not get caught)Jan Hubicka1-0/+1
2015-12-01re PR middle-end/68582 (-Wunused-function doesn't warn about unused static __...Marek Polacek1-1/+1
2015-11-04Pass manager: add support for termination of pass listMartin Liska1-4/+6
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-25/+14
2015-10-19Fix PR68002, add -fkeep-static-functionsJoost VandeVondele1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+3