aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-12Fix few -Wformat-diag warnings.Martin Liška1-1/+1
2020-05-12openmp: Implement discovery of implicit declare target to clausesJakub Jelinek1-0/+4
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-4/+1
2020-04-16ipa: Make call redirection detect already adjusted calls (PR 93621)Martin Jambor1-1/+3
2020-03-29Fix typo in a warning related to flatten.Martin Liska1-2/+1
2020-03-24cgraphunit: Avoid code generation differences based on -w/TREE_NO_WARNING [PR...Jakub Jelinek1-6/+6
2020-03-19Fix inliner ICE on alias with flatten attribute [PR92372]Jan Hubicka1-0/+8
2020-03-18PR ipa/92799 - ICE on a weakref function definition followed by a declarationMartin Sebor1-2/+11
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor1-7/+4
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska1-4/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10Turn tp_first_run counts back to 32bit values.Jan Hubicka1-27/+25
2019-12-09Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska1-1/+1
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka1-17/+51
2019-12-03Do not update SSA in lto-stremaer-inJan Hubicka1-0/+1
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka1-2/+90
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek1-23/+24
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