aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-16Move check_global_declaration from toplev.c to cgraphunit.cManuel López-Ibáñez1-1/+64
2015-09-02cgraphunit.c (cgraph_node::create_wrapper): Set can_throw_external in new cal...Charles Baylis1-0/+1
2015-08-28cgraphunit.c (symbol_table::compile): Move early debug generation and finish...Richard Biener1-10/+13
2015-08-27passes.c (rest_of_decl_compilation): Guard early_global_decl call with !seen_...Richard Biener1-10/+10
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-14/+5