summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)Author
2020-08-26symver: fix attribute matching.Martin Liska
2020-08-26IPA symver: allow multiple symvers for a definitionMartin Liska
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener
2020-07-31Do not allocate huge array in output_in_order.Martin Liska
2020-06-12Fix few -Wformat-diag warnings.Martin Liška
2020-05-12openmp: Implement discovery of implicit declare target to clausesHEADmasterJakub Jelinek
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-04-16ipa: Make call redirection detect already adjusted calls (PR 93621)Martin Jambor
2020-03-29Fix typo in a warning related to flatten.Martin Liska
2020-03-24cgraphunit: Avoid code generation differences based on -w/TREE_NO_WARNING [PR...Jakub Jelinek
2020-03-19Fix inliner ICE on alias with flatten attribute [PR92372]Jan Hubicka
2020-03-18PR ipa/92799 - ICE on a weakref function definition followed by a declarationMartin Sebor
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-10Turn tp_first_run counts back to 32bit values.Jan Hubicka
2019-12-09Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka
2019-12-03Do not update SSA in lto-stremaer-inJan Hubicka
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek
2019-10-30Remove cgraph_local_info structure.Martin Liska
2019-10-30Remove cgraph_global_info.Martin Liska
2019-10-29Print header in dump_memory_report.Martin Liska
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka
2019-07-24cgraphunit.c (symbol_table::compile): Start and stop TV_CGRAPH_IPA_PASSES and...Giuliano Belinassi
2019-07-04re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co...Richard Biener
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov
2019-02-13Clean up MPX-related stuff.Martin Liska
2019-02-12re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp...Jan Hubicka
2019-01-23cgraphunit.c (cgraph_node::expand_thunk): When expanding a GIMPLE thunk that ...Eric Botcazou
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-20fix typo.Xiong Hu Luo
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor
2018-10-10re PR middle-end/87574 (ICE in add_data_member_location_attribute at gcc/gcc/...Eric Botcazou
2018-10-08cgraphunit.c (cgraph_node::expand_thunk): Do not force DECL_IGNORED_P on the ...Eric Botcazou
2018-10-04Error about alias attribute with body definition (PR c/87483).Martin Liska
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou
2018-06-26Introduce dump_location_tDavid Malcolm
2018-06-08Remove MPXMartin Liska
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu
2018-01-04Avoid Solaris/SPARC comparison failures with Solaris as (PR bootstrap/81926)Rainer Orth