aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2595/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-25Remove dead code and functionRichard Biener1-15/+1
2021-11-18Turn -fsemantic-interposition to optimization flagJan Hubicka1-0/+7
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor1-1/+1
2021-04-21Test simlified call in cgraph_node::analyze().Martin Liska1-2/+0
2021-03-31Small refactoring of cgraph_node::release_bodyJan Hubicka1-4/+0
2021-03-02cgraph: flatten and same_body aliases [PR96078]Jason Merrill1-2/+5
2021-01-13ipa: remove a dead codeMartin Liska1-2/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-30Fix thunk info WRT PCHJan Hubicka1-0/+2
2020-10-26Fix simdclonesJan Hubicka1-1/+0
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-502/+21
2020-10-22Materialize clones on demandJan Hubicka1-4/+6
2020-10-22Move nested function info out of cgraph_nodeJan Hubicka1-7/+6
2020-10-09random memory leak fixesRichard Biener1-0/+1
2020-09-14Fix dangling references in thunks at -O0Eric Botcazou1-1/+5
2020-08-26symver: fix attribute matching.Martin Liska1-0/+3
2020-08-26IPA symver: allow multiple symvers for a definitionMartin Liska1-71/+72
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener1-5/+3
2020-07-31Do not allocate huge array in output_in_order.Martin Liska1-73/+85
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