]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cgraph.cc
c++, mingw: Fix up types of dtor hooks to __cxa_{,thread_}atexit/__cxa_throw on mingw...
[thirdparty/gcc.git] / gcc / cgraph.cc
2024-02-21  Martin Jamboripa: Convert lattices from pure array to vector (PR...
2024-01-24  Martin Jamboripa: Self-DCE of uses of removed call LHSs (PR 108007)
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-20  Jan Hubickainter-procedural value range propagation
2023-10-05  Martin JamborRevert "ipa: Self-DCE of uses of removed call LHSs...
2023-10-03  Martin Jamboripa: Self-DCE of uses of removed call LHSs (PR 108007)
2023-06-02  Jason Merrillc++: make initializer_list array static again [PR110070]
2023-04-20  Jakub Jelinektree: Add 3+ argument fndecl_built_in_p
2023-02-22  Jakub Jelinekcgraph: Handle BUILT_IN_UNREACHABLE_TRAP like BUILT_IN_...
2023-02-07  Jakub Jelinekcgraph: Handle simd clones in cgraph_node::set_{const...
2023-02-02  Jakub JelinekReplace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]
2023-01-30  Richard Bieneripa/108511 - relax assert for undefined local statics
2023-01-27  Jakub Jelinekcgraph: Adjust verify_corresponds_to_fndecl [PR106061]
2023-01-18  Martin Jamboripa: Release body more carefully when removing nodes...
2023-01-02  Jakub JelinekUpdate copyright years.
2022-11-06  Bernhard Reutner... cgraph_node: Remove redundant section clearing
2022-10-19  Richard Bienertree-optimization/106781 - adjust cgraph lhs removal
2022-10-18  Jakub Jelinekmiddle-end IFN_ASSUME support [PR106654]
2022-06-23  Xionghu LuoFix typo
2022-06-20  Martin LiskaAdd operators / and * for profile_{count,probability}.
2022-05-09  Alex CoplanEnable match.pd dumping with -fdump-tree-original
2022-04-29  Martin Jamboripa: Release body of clone_of when removing its last...
2022-04-28  Jakub Jelinekcgraph: Don't verify semantic_interposition flag for...
2022-04-20  Jakub Jelinekcgraph: Fix up semantic_interposition handling [PR105306]
2022-01-19  David MalcolmUpdate per-file selftest and finalization hooks for...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.