summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix thunk info WRT PCHJan Hubicka2020-10-301-0/+2
* Fix simdclonesJan Hubicka2020-10-261-1/+0
* Move thunks out of cgraph_nodeJan Hubicka2020-10-231-502/+21
* Materialize clones on demandJan Hubicka2020-10-221-4/+6
* Move nested function info out of cgraph_nodeJan Hubicka2020-10-221-7/+6
* random memory leak fixesRichard Biener2020-10-091-0/+1
* Fix dangling references in thunks at -O0Eric Botcazou2020-09-141-1/+5
* symver: fix attribute matching.Martin Liska2020-08-261-0/+3
* IPA symver: allow multiple symvers for a definitionMartin Liska2020-08-261-71/+72
* debug/96383 - emit debug info for used external functionsRichard Biener2020-07-311-5/+3
* Do not allocate huge array in output_in_order.Martin Liska2020-07-311-73/+85
* Fix few -Wformat-diag warnings.Martin Liška2020-06-121-1/+1
* openmp: Implement discovery of implicit declare target to clausesJakub Jelinek2020-05-121-0/+4
* extend DECL_GIMPLE_REG_P to all typesRichard Biener2020-05-071-4/+1
* ipa: Make call redirection detect already adjusted calls (PR 93621)Martin Jambor2020-04-161-1/+3
* Fix typo in a warning related to flatten.Martin Liska2020-03-291-2/+1
* cgraphunit: Avoid code generation differences based on -w/TREE_NO_WARNING [PR...Jakub Jelinek2020-03-241-6/+6
* Fix inliner ICE on alias with flatten attribute [PR92372]Jan Hubicka2020-03-191-0/+8
* PR ipa/92799 - ICE on a weakref function definition followed by a declarationMartin Sebor2020-03-181-2/+11
* Make cgraph_edge::resolve-speculation staticMartin Jambor2020-01-091-7/+4
* Use cgraph_node::dump_{asm_},name where possible.Martin Liska2020-01-081-4/+5
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Turn tp_first_run counts back to 32bit values.Jan Hubicka2019-12-101-27/+25
* Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska2019-12-091-1/+1
* Fix overflows in -fprofile-reorder-functionsJan Hubicka2019-12-081-17/+51
* Do not update SSA in lto-stremaer-inJan Hubicka2019-12-031-0/+1
* cgraph.h (symtab_node): Add symver flag.Jan Hubicka2019-11-301-2/+90
* symtab.c: Fix comment typos.Jakub Jelinek2019-11-091-23/+24
* Remove cgraph_local_info structure.Martin Liska2019-10-301-4/+3
* Remove cgraph_global_info.Martin Liska2019-10-301-8/+8
* Print header in dump_memory_report.Martin Liska2019-10-291-8/+2
* Remove misleading sorting function in ggc memory report.Martin Liska2019-10-291-2/+2
* cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka2019-10-241-1/+4
* cgraphunit.c (symbol_table::compile): Start and stop TV_CGRAPH_IPA_PASSES and...Giuliano Belinassi2019-07-241-1/+8
* re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co...Richard Biener2019-07-041-1/+1
* trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2019-05-171-2/+2
* gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov2019-05-161-4/+0
* Clean up MPX-related stuff.Martin Liska2019-02-131-7/+1
* re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp...Jan Hubicka2019-02-121-0/+9
* cgraphunit.c (cgraph_node::expand_thunk): When expanding a GIMPLE thunk that ...Eric Botcazou2019-01-231-3/+2
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* fix typo.Xiong Hu Luo2018-12-201-1/+1
* PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor2018-11-091-3/+5
* re PR middle-end/87574 (ICE in add_data_member_location_attribute at gcc/gcc/...Eric Botcazou2018-10-101-0/+6
* cgraphunit.c (cgraph_node::expand_thunk): Do not force DECL_IGNORED_P on the ...Eric Botcazou2018-10-081-1/+0
* Error about alias attribute with body definition (PR c/87483).Martin Liska2018-10-041-0/+6
* calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou2018-09-281-28/+90
* [debug] Add debug and earlydebug dumpsTom de Vries2018-08-211-0/+85
* Add support for grouping of related diagnostics (PR other/84889)David Malcolm2018-08-201-6/+11