aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-20fix typo.Xiong Hu Luo1-1/+1
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor1-3/+5
2018-10-10re PR middle-end/87574 (ICE in add_data_member_location_attribute at gcc/gcc/...Eric Botcazou1-0/+6
2018-10-08cgraphunit.c (cgraph_node::expand_thunk): Do not force DECL_IGNORED_P on the ...Eric Botcazou1-1/+0
2018-10-04Error about alias attribute with body definition (PR c/87483).Martin Liska1-0/+6
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou1-28/+90
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries1-0/+85
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-6/+11
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-5/+7
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou1-2/+0
2018-06-26Introduce dump_location_tDavid Malcolm1-2/+1
2018-06-08Remove MPXMartin Liska1-24/+0
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-3/+9
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu1-1/+1
2018-01-04Avoid Solaris/SPARC comparison failures with Solaris as (PR bootstrap/81926)Rainer Orth1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-2/+2
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