aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Remove cgraph_local_info structure.Martin Liska1-4/+3
2019-10-30Remove cgraph_global_info.Martin Liska1-8/+8
2019-10-29Print header in dump_memory_report.Martin Liska1-8/+2
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska1-2/+2
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka1-1/+4
2019-07-24cgraphunit.c (symbol_table::compile): Start and stop TV_CGRAPH_IPA_PASSES and...Giuliano Belinassi1-1/+8
2019-07-04re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co...Richard Biener1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-2/+2
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-4/+0
2019-02-13Clean up MPX-related stuff.Martin Liska1-7/+1
2019-02-12re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp...Jan Hubicka1-0/+9
2019-01-23cgraphunit.c (cgraph_node::expand_thunk): When expanding a GIMPLE thunk that ...Eric Botcazou1-3/+2
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